]> git.proxmox.com Git - pve-docs.git/blob - system-software-updates.adoc
add datacenter.cfg.5
[pve-docs.git] / system-software-updates.adoc
1 System Software Updates
2 -----------------------
3
4 We provide regular package updates on all repositories. You can
5 install those update using the GUI, or you can directly run the CLI
6 command 'apt-get':
7
8 apt-get update
9 apt-get dist-upgrade
10
11 NOTE: The 'apt' package management system is extremely flexible and
12 provides countless of feature - see `man apt-get` or <<Hertzog13>> for
13 additional information.
14
15 You should do such updates at regular intervals, or when we release
16 versions with security related fixes. Major system upgrades are
17 announced at the https://forum.proxmox.com/[Forum]. Those announcement
18 also contain detailed upgrade instructions.
19
20 TIP: We recommend to run regular upgrades, because it is important to
21 get the latest security updates.