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