Home » Questions » Computers [ Ask a new question ]

How do I remove KDE from Ubuntu if I decide not to stick with it?

How do I remove KDE from Ubuntu if I decide not to stick with it?

I installed kubuntu-kde4-desktop package on my Ubuntu 9.04 install to give KDE a fair shake since I've always wanted to try it. I'm not done with it yet, but if I decide I want to go back to my tried and true favorite Gnome setup how do I go about removing the KDE stuff easily without having to track down all the components in Synaptic?

Asked by: Guest | Views: 309
Total answers/comments: 1
bert [Entry]

"$ sudo apt-get remove kubuntu-kde4-desktop
$ sudo apt-get autoremove

will remove all the dependant packages it pulled in. Alteratively, if you use aptitude like so

$ sudo aptitude remove kubuntu-kde4-desktop

it'll remove all the dependant packages for you automatically. Personally I prefer the manual control of apt-get, and it'll tell you when there are packages that can be autoremoved next time you use it anyway."