]> git.proxmox.com Git - pve-docs.git/blame - system-software-updates.adoc
Reorder users and groups section above realms section.
[pve-docs.git] / system-software-updates.adoc
CommitLineData
d91f8c1e
DM
1System Software Updates
2-----------------------
e71b5d0d 3include::attributes.txt[]
d91f8c1e
DM
4
5We provide regular package updates on all repositories. You can
6install those update using the GUI, or you can directly run the CLI
8c1189b6 7command `apt-get`:
d91f8c1e
DM
8
9 apt-get update
10 apt-get dist-upgrade
11
8c1189b6 12NOTE: The `apt` package management system is extremely flexible and
d91f8c1e
DM
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
22e65cdf
FG
18announced at the {forum}. Those announcement also contain detailed
19upgrade instructions.
d91f8c1e
DM
20
21TIP: We recommend to run regular upgrades, because it is important to
22get the latest security updates.