FFACK: Turn Off Ubuntu Automatic Updates

Using your favorite editor open the file /etc/apt/apt.conf.d/10periodic and change:

APT::Periodic::Update-Package-Lists "1";

To:

APT::Periodic::Update-Package-Lists "0";

That’s it. Automatic update is now off.

Scroll to top