Friday, January 25, 2013

Install more Desktop Environments on Fedora 20

How to install other popular desktop environment on Fedora 20?

Here we go....

You can copy and paste the content of the box below in a file with extension .sh and run it after making it executable

Click here to download the file.

#First of all make this file as executable program by running command "chmod a+x desktops.sh"
#you can remove any command below if you do not want to install that desktop
#Make sure you are in super user mode (by running command su) before running this file using "./desktops.sh"


#GNOME Desktop
yum groupinstall "GNOME Desktop"

#KDE Desktop:
yum groupinstall "KDE Plasma Workspaces"

#Mate Desktop
yum groupinstall "MATE Desktop"
 
#Cinnamon Desktop
yum groupinstall "Cinnamon Desktop"
 
#XFCE Desktop
yum groupinstall "Xfce Desktop"
 
#LXDE Desktop
yum groupinstall "LXDE Desktop"
 
#Sugar on a Stick
yum groupinstall "Sugar Desktop Environment"

No comments:

Post a Comment