X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=system-software-updates.adoc;h=013e171e221235aa9a2245dda03b19e6f557b58c;hb=9f8192426e8abeeed7dcdbf63ac9b5c643811052;hp=b1047dd65a060dc5125b6776fb512b238452061b;hpb=d91f8c1e9c8c127198ad4e8113dccef30eed2061;p=pve-docs.git diff --git a/system-software-updates.adoc b/system-software-updates.adoc index b1047dd..013e171 100644 --- a/system-software-updates.adoc +++ b/system-software-updates.adoc @@ -1,21 +1,19 @@ System Software Updates ----------------------- +ifdef::wiki[] +:pve-toplevel: +endif::wiki[] -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': +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 +---- +# 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 <> for -additional information. +NOTE: The APT package management system is very flexible and provides many +features, see `man apt-get`, or <> 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. +TIP: Regular updates are essential to get the latest patches and security +related fixes. Major system upgrades are announced in the {forum}.