Ubuntu – ny safe way to remove GNOME Software in 16.04 and install the classic Ubuntu Software Center

16.04gnome-softwaresoftware-center

GNOME Software (the default software center in Ubuntu 16.04, also called Ubuntu Software) is annoying! It keeps checking for updates and throws pop-ups in my face the whole day and thus mooches my net and also makes it very disturbing to use my machine. Is there any 100% safe means to remove it and install the classic Ubuntu Software Center (the default software center till Ubuntu 15.10)? Also, will the packages in the classic one be up to date?

Best Answer

It will be safe to remove gnome-software, apt tells me it will only take out the package gnome-software and nothing else, I tried it, it was removed and the system is fine

sudo apt purge gnome-software

To add the old one back run

sudo apt install software-center

All packages will be exactly the same, it is based off you repositories, not the center its self.