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