Difference between revisions of "System Software Updates"

From Proxmox VE
Jump to navigation Jump to search
(Created page with "{{#pvedocs:sysadmin-system-software-updates-plain.html}} Category:Reference Documentation")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{#pvedocs:sysadmin-system-software-updates-plain.html}}
+
<!--PVE_IMPORT_START_MARKER-->
 
+
<!-- Do not edit - this is autogenerated content -->
 +
{{#pvedocs:system-software-updates-plain.html}}
 
[[Category:Reference Documentation]]
 
[[Category:Reference Documentation]]
 +
<pvehide>
 +
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
 +
The APT package management system is very flexible and provides many
 +
features, see man apt-get, or &#91;Hertzog13&#93; for additional information.
 +
Regular updates are essential to get the latest patches and security
 +
related fixes. Major system upgrades are announced in the Proxmox VE Community Forum.
 +
</pvehide>
 +
<!--PVE_IMPORT_END_MARKER-->

Latest revision as of 17:25, 13 February 2020

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 Proxmox VE Community Forum.