0

Possible Duplicate:
How to remove GNOME completely?

After following this guide to install KDE and trying it out for a while, I want to remove Gnome (Unity, not 3--I'm not sure if the distinction is majorly important or not). The problem is that the 'remove Gnome' command linked is actually the remove KDE command--and I can't find a way to remove Gnome.

Rain
  • 1
  • 2

2 Answers2

0

Try to remove ubuntu software center using synaptic package manager?

else

from terminal :

sudo apt-get --purge remove ubuntu-desktop
stephenmyall
  • 9,855
swapyonubuntu
  • 992
  • 7
  • 6
  • That doesn't appear to be installed in the first place, which makes removing it hard (the package is marked as not installed, though Unity is). – Rain Nov 08 '12 at 18:52
0

you can try this :

sudo apt-get remove unity unity-2d-places unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications gir1.2-unity-4.0 unity-common indicator-sound indicator-power indicator-appmenu libindicator6 indicator-application evolution-indicator indicator-datetime indicator-messages libnux-1.0-0 nuxtools

swapyonubuntu
  • 992
  • 7
  • 6
  • 'Virtual packages like 'gir1.2-unity-4.0' can't be removed E: Unable to locate package libindicator6 E: Unable to locate package libnux-1.0-0 E: Couldn't find any package by regex 'libnux-1.0-0' E: Unable to locate package nuxtools' – Rain Nov 08 '12 at 18:57
  • this means nuxtools package is not present ... so whatever is not present delete that part of command ie run :sudo apt-get remove unity unity-2d-places unity-2d unity-2d-panel unity-2d-spread unity-asset-pool unity-services unity-lens-files unity-lens-music unity-lens-applications unity-common indicator-sound indicator-power indicator-appmenu indicator-application evolution-indicator indicator-datetime indicator-messages – swapyonubuntu Nov 08 '12 at 19:01
  • Ah, that worked. Does it remove the entirety of the default ubuntu desktop environment, or is there more to it than that? The amount of space taken up by adding KDE was certainly much larger. – Rain Nov 08 '12 at 19:12