Is there any safe way to remove GNOME Software in 16.04 and install the classic Ubuntu Software Center?

18,349

Solution 1

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.

Solution 2

Also, will the packages in the classic one be up to date?

There will be no difference - you will get the same packages either way.

Share:
18,349

Related videos on Youtube

ShuaibKunji
Author by

ShuaibKunji

Updated on September 18, 2022

Comments

  • ShuaibKunji
    ShuaibKunji over 1 year

    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?