Files
notes/ressources/linux-server/install-unattended-upgrades-package.md
2025-02-08 21:56:24 +01:00

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
```