i use Ubuntu 12.04 with GNOME as default desktop environment. How to remove GNOME and install KDE as desktop environment ?
Asked
Active
Viewed 2,835 times
2
-
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 Answers
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

Osama Jaber
- 66
- 4
-
2Rather than installing the simple metapackage, consider installing the APT task. See Should I use tasksel, tasks in APT or install regular metapackages? – gertvdijk Jul 01 '13 at 12:56