]> git.proxmox.com Git - pve-docs.git/blob - system-software-updates.adoc
Fix 7 typos and rephrase a sentence
[pve-docs.git] / system-software-updates.adoc
1 System Software Updates
2 -----------------------
3 ifdef::wiki[]
4 :pve-toplevel:
5 endif::wiki[]
6
7 We provide regular package updates on all repositories. You can
8 install those update using the GUI, or you can directly run the CLI
9 command `apt-get`:
10
11 apt-get update
12 apt-get dist-upgrade
13
14 NOTE: The `apt` package management system is extremely flexible and
15 provides countless of feature - see `man apt-get` or <<Hertzog13>> for
16 additional information.
17
18 You should do such updates at regular intervals, or when we release
19 versions with security related fixes. Major system upgrades are
20 announced at the {forum}. Those announcement also contain detailed
21 upgrade instructions.
22
23 TIP: We recommend to run regular upgrades, because it is important to
24 get the latest security updates.