How To Configure Automatic Updates On Ubuntu Server

The unattended-upgrades is used to automatically install updated packages, either all updates or only security updates. Let us install this package using command: $ sudo apt-get install unattended-upgrades Configure To configure unattended-upgrades, we have to edit /etc/apt/apt.conf.d/50unattended-upgrades file. This file will let you to choose what updates you want to make by choosing where apt can search … Continue reading How To Configure Automatic Updates On Ubuntu Server