5

How can i remove unity 8 system settings? After installing unity 8 i don't like it so i searched how to remove and i remove it by running these commands :

sudo apt-get remove unity8-desktop-session-mir
sudo apt-get autoremove 

it removed from my login entry but still unity 8 system settings on my ubuntu dash so how can i remove?

enter image description here

2 Answers2

5

On 16.10:

sudo apt-get purge ubuntu-system-settings
sudo apt-get --purge autoremove

This also removed a bunch of dependencies that unity8-desktop-session kept on my system.

David Foerster
  • 36,890
  • 56
  • 97
  • 151
1
  1. First try this command sudo apt-get remove system-settings.
  2. If working Ok and ignore following steps.
  3. If not working appending this message E: Unable to locate package system-settings.
  4. Search for system-settings using this command whereis system-settings.
  5. On my laptop was /usr/bin/system-settings.
  6. Remove this file sudo rm '/usr/bin/system-settings'.
  7. Also remove the .desktop file go to usr/share/applications drag and drop desktop file into terminal and remove with permission.
  8. On my laptop sudo rm '/usr/share/applications/ubuntu-system-settings.desktop'.