How to Install top 6 Desktop environments - List Of Commands

20:59
Today you will - List Of Commands. Command list makes it more easy to do. Clear and clean commands to install and uninstall the

Top 6 Desktop environments

Brave Web Browser That Blocks Ads and Tracking By Default read more... Type of Desktop environments for Ubuntu
Types of Desktop environment
1. Gnome: gnome-session
2. Xfce: xubuntu-desktop
3. KDE: kubuntu-desktop
4. Cinnamon: cinnamon-desktop-environment
5. Mate: mate-desktop
6. LXDE: lxde-desktop

To check all the Desktop environment installed on your system.
$ ls -l /usr/share/xsessions/
To check present Desktop environment installed on your system.
$ echo $XDG_CURRENT_DESKTOP

Top 6 Desktop environments

1. GNOME
Command to install GNOME:
 $ apt install gnome-session 

2. Xfce
Command to install Xfce:
 $ apt install xubuntu-desktop 

3. KDE
Command to install KDE:
 $ apt install kubuntu-desktop 

4. Cinnamon
Command to install Cinnamon:
 $ apt install cinnamon-desktop-environment 

5. Mate
Command to install Mate:
 $ apt install mate-desktop-environment 

6. LXDE
Command to install LXDE
 $ apt install lxde -y 

To remove a specific environment
1. GNOME
 $ apt remove ubuntu-gnome-desktop
 $ apt autoremove -y 

2. Xfce
 $ apt remove -y xubuntu-desktop 
 $ apt autoremove -y 

3. KDE
 $ apt remove kubuntu-desktop 
 $ apt autoremove -y 

4. Cinnamon
 $ apt-get purge cinnamon 
 $ apt autoremove -y 

5. Mate
 $ apt remove mate-desktop >
 $ apt autoremove -y 

6. LXDE
 $ apt remove lxde 
 $ apt autoremove -y