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