I have installed the Plasma 5.6 desktop over Unity to give a try, but I don't really like it and I want to completely remove Plasma 5.6 and restore Unity.
Asked
Active
Viewed 5.5k times
2 Answers
30
Removing a desktop environment completely is never recommended, since it can break packages that Ubuntu or other DEs depend on. In fact, it's not really recommended that you install a second DE in the first place. If you install a DE, you should really be prepared to either reinstall Ubuntu or just keep the DE installed.
You can use the command below to remove most/all of the Kubuntu/Plasma/KDE packages. Please keep in mind that things can break.
sudo apt-get purge '^kde' '^kubuntu' '^plasma'

Zanna
- 70,465

TheWanderer
- 19,395
- 12
- 50
- 65
1
I used Synaptic package manager and typed KDE , went to the installed apps in the sidebar ,marked everything KDE and completely removed them . Lost KDE connect , but i can install it again . It's not very profissional , but it did the job. Hope it helps .

amr elfiky
- 33
sudo dpkg-reconfigure lightdm
, selectinglightdm
when prompted. For the leftover apps, you need to remove those manually. – TheWanderer Sep 24 '16 at 16:36