5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-06 13:17:48 +03:00
pve-docs/system-software-updates.adoc
Aaron Lauterer 46d7830373 Overhaul System Software Updates
improve phrasing, align style of CLI commands

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
2020-02-11 14:18:38 +01:00

20 lines
573 B
Plaintext

System Software Updates
-----------------------
ifdef::wiki[]
:pve-toplevel:
endif::wiki[]
Proxmox provides updates on a regular basis for all repositories. To install
updates use the web-based GUI or the following CLI commands:
----
# apt-get update
# apt-get dist-upgrade
----
NOTE: The APT package management system is very flexible and provides many
features, see `man apt-get`, or <<Hertzog13>> for additional information.
TIP: Regular updates are essential to get the latest patches and security
related fixes. Major system upgrades are announced in the {forum}.