I had the same issue and running journalctl -f
to access the system logs explained it all: org.gnome.Software
was running in loop because of a "corrupted package cache file", inviting me to run apt-get update
to solve the issue
The logs (in French, sorry):
org.gnome.Software[2565]: E: Le fichier de cache des paquets est corrompu
org.gnome.Software[2565]: (gnome-software:3153): Gs-WARNING **: failed to call gs_plugin_refine_app on apt: apt DB load failed: error while initialising
org.gnome.Software[2565]: E: Impossible de traiter le fichier /var/lib/apt/lists/ppa.launchpad.net_webupd8team_atom_ubuntu_dists_xenial_main_binary-all_Packages (1)
I just killed the process and moved on, running apt-get commands doesn't produce any error and I'm not using gnome software center anyway. I would like to find a way to fully disable it though