Disabling auto updates

From Useful Data
Jump to navigation Jump to search

Edit /etc/apt/apt.conf.d/20auto-upgrades and change it to:

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "0";

where the numbers represent the number of days.

Now Linux will work the way it used to: telling you when there are updates.