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.
[[email protected] ~]# 
yum -y groups install "Server with GUI"
# install from EPEL

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

[[email protected] ~]# 
[3] Xfce Desktop Environment starts.
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.
[[email protected] ~]# 
yum -y groups install "Server with GUI"
# install from EPEL

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

[[email protected] ~]# 
[3] Xfce Desktop Environment starts.
Xfce Desktop Environment

相关文章:

  • 2022-01-17
  • 2022-12-23
  • 2021-12-05
  • 2021-11-28
  • 2021-04-04
  • 2021-12-02
  • 2021-06-20
  • 2022-12-23
猜你喜欢
  • 2021-10-09
  • 2021-08-07
  • 2021-04-10
  • 2022-12-23
  • 2022-02-27
  • 2021-09-30
相关资源
相似解决方案