Does anybody know how to get #Ubuntu #Linux 22.04 to stop updating on its own without disabling the Internet connection? I have turned off automatic updates, and I have set the main Wi-Fi network to be a metered connection, yet it keeps downloading and installing updates throughout the day for months on end, multiple times per day, without me prompting it to. This has caused my SWAP usage to jump to 1 GiB randomly at times (last night, it forced Firefox to crash so that it could update)

I would disable the snap store, but it has some dependencies. Still, there should be a way to disable updates.

Also, this error happens almost every day, I usually just ignore it (it is either Ubuntu Jammy or Steam that does this) should I be worried about this?

I still feel this is better than #windows as my computer isn't forced to restart each time it wants to update. I love #livepatch

@seanpm2001 you can edit /etc/apt/apt.conf.d/20auto-upgrades to disable autoupdating. Set everything to zero.
@tomodachi94
Do you know if this is entirely safe? I don't want to make my system stop working correctly. I try to be careful when it comes to modifying system configuration settings.

@seanpm2001 it should be safe, as long as you remember to occasionally update your packages (for security updates and the like). If you change your mind, you can always reenable it.

I don't recommend doing this unless autoupdating is causing some sort of problem though.

@tomodachi94 Thank you for your help. I will try this out later.