13 lines
322 B
Markdown
13 lines
322 B
Markdown
[[ubuntu-unattended-upgrades]]
|
|
|
|
Simply use the command:
|
|
```bash
|
|
sudo apt install unattended-upgrades
|
|
```
|
|
|
|
One also need to install the `apt-config-auto-update` package if it is desired to reboot the system after applying upgrades which require the system to restart:
|
|
|
|
```bash
|
|
sudo apt install apt-config-auto-upgrades
|
|
```
|