# Edit config file
sudo nano /etc/apt/apt.conf.d/10periodic
# Add the following to file 10periodic
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Unattended-Upgade "1";