Ubuntu – How to remove KDE desktop from Ubuntu

kdekubuntu

So I installed kde desktop from this repository

 ppa:kubuntu-ppa/backports

and installed it

sudo apt-get install kde-standard kubuntu-desktop

I don't like KDE and want to get ride of it.
Is there a way to completely remove KDE desktop with its software without braking my Ubuntu install.

Best Answer

This can be solved by using ppa-purge to remove the packages you installed from the KDE Backports PPA:

sudo apt-get install ppa-purge
sudo ppa-purge ppa:kubuntu-ppa/backports
Related Question