pve-docs/system-software-updates.adoc
Fabian Grünbichler 8c1189b640 formatting cleanup
reformat most existing 'text' as either `text` or ``text''
reformat most existing "text" as either ``text'' or `text`
reformat 'x' as `x`
harmonize bullet list syntax to use '*' instead of '-'
2016-09-27 11:27:46 +02:00

23 lines
781 B
Plaintext

System Software Updates
-----------------------
include::attributes.txt[]
We provide regular package updates on all repositories. You can
install those update using the GUI, or you can directly run the CLI
command `apt-get`:
apt-get update
apt-get dist-upgrade
NOTE: The `apt` package management system is extremely flexible and
provides countless of feature - see `man apt-get` or <<Hertzog13>> for
additional information.
You should do such updates at regular intervals, or when we release
versions with security related fixes. Major system upgrades are
announced at the https://forum.proxmox.com/[Forum]. Those announcement
also contain detailed upgrade instructions.
TIP: We recommend to run regular upgrades, because it is important to
get the latest security updates.