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