5

I've installed kubuntu desktop on ubuntu 18.04 with tasksel. How can I uninstall it?

Yeti
  • 212
  • 5
  • 15
AFS
  • 205

2 Answers2

8

If you installed it via sudo apt-get install kubuntu-desktop you can uninstall it by

sudo apt-get remove kubuntu-desktop --autoremove

To be safe, run the reconfigure on your login manager.

sudo dpkg-reconfigure gdm3

After that, you might need to reboot your machine.

Bernard Wei
  • 2,175
  • 1
  • 14
  • 23
1

Synaptic as mentioned by @N0rbert, (with completely remove option) was the only way to fully remove all traces of Kubuntu. Everything worked perfectly.