I've recently installed ubuntu-gnome-desktop on my Ubuntu 12.10 32 bit system. It all worked, but now I would like to remove it again, since I like Unity better. This includes undoing all changes like getting GRUB back to a purple background and having the original Unity login screen.
Thanks!
Best Answer
The bad thing about installing other Desktop environments is they install a lot of extra packages and it is sometimes hard to find and remove all of them.
Start by running this command:
It will purge most of the extra packages you installed.
Then run
sudo apt-get autoremove
to remove extra packages and dependencies no longer needed on your system.You might (or might not, depending on if
gdm
was removed already) need to use these commands to change your login screen back to Unity's default (which is lightDM) runHit enter at the prompt and then select
lightdm
from the options. After that you can purgegdm
withFinally run:
In case the removal of gnome grabbed any bits of the main desktop.