Uninstall gnome-control-center on Debian Cinnamon NONFREE

Uninstall gnome-control-center

To uninstall just gnome-control-center package itself from Ubuntu execute on terminal:

sudo apt-get remove gnome-control-center

Uninstall gnome-control-center and it’s dependent packagesTo uninstall the gnome-control-center package and any other dependant package which are no longer needed on Ubuntu.

sudo apt-get autoremove gnome-control-center

Purging gnome-control-center

If you also want to delete configuration and/or data files of gnome-control-center from Ubuntu then this will work:

sudo apt-get purge gnome-control-center

To delete configuration and/or data files of gnome-control-center and it’s dependencies from Ubuntu then execute:

sudo apt-get autoremove –purge gnome-control-center

Leave a Comment