2

i use Ubuntu 12.04 with GNOME as default desktop environment. How to remove GNOME and install KDE as desktop environment ?

Rinzwind
  • 299,756
sid
  • 31
  • 1
  • 5
  • I personally prefer gnome, work in it is just faster with gnome shell and it's window management, but it's is very individual. You can install KDE next to the Gnome and test it without removing Gnome jet. – tikend Jul 01 '13 at 12:32
  • For installation check this http://askubuntu.com/questions/138063/installing-kde-in-ubuntu-12-04 – tikend Jul 01 '13 at 12:33
  • 2
    "And tell me which is better among KDE and GNOME" is a subjective question and possible flame war >:-) – Rinzwind Jul 01 '13 at 12:34
  • Yeah nobody can say what you'll prefer. Try it and see. – Oli Jul 01 '13 at 12:36

1 Answers1

3

You can install KDE using this command

 sudo apt-get install kubuntu-desktop

To remove Gnome:

sudo apt-get --purge remove liborbit2

or

sudo apt-get remove gnome-desktop
gertvdijk
  • 67,947