]> git.proxmox.com Git - pve-docs.git/blob - system-software-updates.adoc
bump version to 8.2.1
[pve-docs.git] / system-software-updates.adoc
1 [[system_software_updates]]
2 System Software Updates
3 -----------------------
4 ifdef::wiki[]
5 :pve-toplevel:
6 endif::wiki[]
7
8 Proxmox provides updates on a regular basis for all repositories. To install
9 updates use the web-based GUI or the following CLI commands:
10
11 ----
12 # apt-get update
13 # apt-get dist-upgrade
14 ----
15
16 NOTE: The APT package management system is very flexible and provides many
17 features, see `man apt-get`, or <<Hertzog13>> for additional information.
18
19 TIP: Regular updates are essential to get the latest patches and security
20 related fixes. Major system upgrades are announced in the {forum}.