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

322 B

ubuntu-unattended-upgrades

Simply use the command:

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:

sudo apt install apt-config-auto-upgrades