This is an update of What is Ubuntu Advantage doing on my (fully supported) 18.04 box, what is it checking for twice a day, and can I get rid of it? for 20.04, because the answer is different.
Re: ubuntu-advantage-tools, looks like every 12 hours it wakes up, looks for something on my system, does not find it, and goes away.
I don't remember installing anything called ubuntu advantage on purpose and from what I can tell, it's used for systems that are past their EOL, which this 20.04 system is decidedly not.
Also, I can't find a service called ubuntu advantage or an entry in cron.
What is this thing trying to to do, how is it running, and how do I get rid of it?
This fine answer works great for 18.04.
It tells you to remove the package which is great because on 18.04 it only removes the additional package
ubuntu-minimal
.However, on 20.04 it wants to remove a lot more stuff, namely
ttf-mscorefonts-installer
ubuntu-release-upgrader-gtk
update-manager
update-manager-core
update-notifier
update-notifier-common
because of the following dependency tree:
That's unacceptable, so we have to look for another way. And here it is.
Stop and mask the services
Check that it worked
You should see a status like this for each
Remove the APT hook (see this answer for details why)
and after a day or so check
/var/log/ubuntu-advantage.log
to confirm it is not running any more.