Running Ubuntu 18.04 on x64.
I need to COMPLETELY turn off the "automatic updates reminder" stuff on my Ubuntu system. The problem is that the machine is doing some unattended processing and the updates reminders interfere with it.
A while back, I Googled for help on this and got some pointers to go into Software Updater "settings" and set the "Remind me when" thing to "Never". That sorta (but not really) worked. It disables the big screen that comes up (the one that tells you that "We have new software for you"), but not the little one.
Anyway, I could go on more about how that doesn't work, but the point is that it is clear that it really, really wants you to do this and they have made the config hard to work - to really turn it off.
So, I need something lower level - not so "user-y" or "GUI-I" - because that just doesn't work. There has to be something lower level - some service or something that you can kill or disable to make this go away. Can you help me, please?
How to uninstall Unattended-Upgrades:
sudo apt remove unattended-upgrades
Someday, if you change your mind and want to restore automatic security patches:
sudo apt install unattended-upgrades
How to uninstall Update-Notifier:
sudo apt remove update-notifier
Update-Notifier includes the small alert icon at the top of your screen and the little dialog that both nag you when upgraded packages are available. They seem small, but they are an important part of the Ubuntu user experience.
ubuntu-desktop-minimal
andubuntu-desktop
). For some (not all) users, removing the desktop metapackages may make their entire desktop stack eligible for autoremoval. The desktop metapackages MUST be reinstalled before you rundo-release-upgrade
to migrate to the next release of Ubuntu. Don't forget. You have been warned.Someday, if you change your mind and want to restore this package:
sudo apt install update-notifier
How to uninstall Update-Manager:
sudo apt remove update-manager
Update-Manager includes the large daily/weekly upgrade selection dialog and the release-upgrade graphical frontend.
ubuntu-desktop-minimal
andubuntu-desktop
). For some (not all) users, removing the desktop metapackages may make their entire desktop stack eligible for autoremoval. The desktop metapackages MUST be reinstalled before you rundo-release-upgrade
to migrate to the next release of Ubuntu. Don't forget. You have been warned.Someday, if you change your mind and want to restore this package:
sudo apt install update-manager
The simplest way to do this would be to disable every auto-upgrade. Here's how you can do it on Ubuntu 18.04 and 20.04:
20auto-upgrades
file to disable everything:0
. If done correctly, you'll have a file that looks like this:That's really all there is to it. Set everything to zero and all notifications, background checks, and invisible updates will completely disappear. Hopefully whatever system you're doing this to is a VM or something not connected to the open web. Otherwise, you may be creating a new question in a year or two when some script kiddy takes advantage of your unpatched system.