0

I just want to try kde. How do I install it through the command line? If I don't like it, how do I uninstall it through the command line?

chaskes
  • 15,146
  • 8
  • 53
  • 65
Jatttt
  • 2,287
  • 12
  • 31
  • 43
  • Also see [How to remove desktop environments?](http://askubuntu.com/questions/147858/how-to-remove-desktop-environments) – bain Jan 19 '16 at 23:52

1 Answers1

4

Open a terminal (CTRL+ALT+T). To install Kubuntu desktop use the following command:

sudo apt-get install kubuntu-desktop

To remove Kubuntu desktop use the following commands in a terminal:

sudo apt-get purge kubuntu-desktop
sudo apt-get autoremove

Note: You can replace Kubuntu for any other Desktop Environment.

TSpark
  • 1,369
  • 2
  • 10
  • 14
Korkel
  • 1,158
  • 1
  • 10
  • 26