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