If you use Ubuntu you’ve probably noticed that there are a few other versions of it out there. The main difference between Ubuntu and the other version is the desktop environment. That is, user interface, how the desktop looks & behaves, how the menus look, how it manages the file system, etc. Different desktop environments can vary greatly in how they look, and how fast your computer runs when using them. The most common desktop environments other than the default that comes with Ubuntu are KDE, and XFCE. Here is how you can install those onto your already existing Ubuntu installation very easily.
To download & install the KDE desktop environment that comes with Kubuntu…
code
sudo apt-get install kubuntu-desktop
To get the XFCE desktop environment that comes with Xubuntu…
code
sudo apt-get install xubuntu-desktop
The next time you login, find the choose session option on the login screen, and choose which one you want to use. In this way you can play with different environments without having to install different operating systems.
Recent...