mirror of
git://git.proxmox.com/git/pve-docs.git
synced 2025-01-06 13:17:48 +03:00
c6284866ef
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
21 lines
601 B
Plaintext
21 lines
601 B
Plaintext
[[system_software_updates]]
|
|
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}.
|