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