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.
sudo apt-get autoremove
(orsudo apt-get --purge autoremove
) after that. – Richard Sep 09 '13 at 01:09sudo apt-get -f install
will do the trick? – Richard Sep 09 '13 at 01:12