]> git.proxmox.com Git - pve-docs.git/blame - system-software-updates.adoc
fix #1959: remove any information regarding 'auto'
[pve-docs.git] / system-software-updates.adoc
CommitLineData
d91f8c1e
DM
1System Software Updates
2-----------------------
5f09af76
DM
3ifdef::wiki[]
4:pve-toplevel:
5endif::wiki[]
6
d91f8c1e
DM
7We provide regular package updates on all repositories. You can
8install those update using the GUI, or you can directly run the CLI
8c1189b6 9command `apt-get`:
d91f8c1e
DM
10
11 apt-get update
12 apt-get dist-upgrade
13
8c1189b6 14NOTE: The `apt` package management system is extremely flexible and
d91f8c1e
DM
15provides countless of feature - see `man apt-get` or <<Hertzog13>> for
16additional information.
17
18You should do such updates at regular intervals, or when we release
19versions with security related fixes. Major system upgrades are
22e65cdf
FG
20announced at the {forum}. Those announcement also contain detailed
21upgrade instructions.
d91f8c1e
DM
22
23TIP: We recommend to run regular upgrades, because it is important to
24get the latest security updates.