Disabling auto updates

From Useful Data
Revision as of 23:09, 30 September 2021 by Simon (talk | contribs) (Created page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.