mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-06 13:17:48 +03:00
46d7830373
improve phrasing, align style of CLI commands Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
20 lines
573 B
Plaintext
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}.
|