Ubuntu – Remove Gnome from 12.10

12.10gnome

In a previous version of Ubuntu, I had installed Gnome (classic) as well as Gnome Shell. Now, after upgrading to 12.10, I'm satisfied with Unity and would like to remove the Gnome packages that are no longer needed. However, I'm concerned that I'll break Unity…

How can I safely remove Gnome classic and Gnome Shell from my system?

Best Answer

you can do it with

sudo apt-get remove gnome-shell

and for gnome-classic

sudo apt-get remove gnome-session-fallback

this won't break unity.