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,246
Jatttt
  • 2,327
  • 12
  • 32
  • 43

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,379
Korkel
  • 1,158
  • 1
  • 10
  • 26