From: Dietmar Maurer Date: Sun, 17 Jan 2016 10:35:58 +0000 (+0100) Subject: add section about soptware upgrades using apt-get X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=202dc35041ad8d2078c9d264a26038a1be63ea15;hp=0578bfcc390629f5e2d45e47d52a91f4d0bbe077;ds=sidebyside add section about soptware upgrades using apt-get --- diff --git a/sysadmin.adoc b/sysadmin.adoc index 9f0d431..b439104 100644 --- a/sysadmin.adoc +++ b/sysadmin.adoc @@ -317,6 +317,29 @@ installation using the following command: zpool add log +System Software Updates +----------------------- + +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 <> 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. + + Network Configuration ---------------------