Xfce Desktop Environment



Desktop Environment is not neccessary for Server usage, though. But Sometimes installation or using an application requires Desktop Environment, then build Desktop Environment as follwos.
[1] Install Xfce Desktop Environment on here.
[root@dlp ~]# 
yum -y groups install "Server with GUI"
# install from  EPEL

[root@dlp ~]# 
yum --enablerepo=epel -y groups install "Xfce"
[2] Input a command like below after finishing installation of new packages.
[root@dlp ~]# 
echo "exec /usr/bin/xfce4-session" >> ~/.xinitrc 

[root@dlp ~]# 
[3] Xfce Desktop Environment starts.

Desktop Environment is not neccessary for Server usage, though. But Sometimes installation or using an application requires Desktop Environment, then build Desktop Environment as follwos.
[1] Install Xfce Desktop Environment on here.
[root@dlp ~]# 
yum -y groups install "Server with GUI"
# install from  EPEL

[root@dlp ~]# 
yum --enablerepo=epel -y groups install "Xfce"
[2] Input a command like below after finishing installation of new packages.
[root@dlp ~]# 
echo "exec /usr/bin/xfce4-session" >> ~/.xinitrc 

[root@dlp ~]# 
[3] Xfce Desktop Environment starts.

猜你喜欢

转载自blog.csdn.net/weicaijiang/article/details/78727160
今日推荐