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