美文网首页
CentOS 7 安装桌面环境

CentOS 7 安装桌面环境

作者: 龜山島 | 来源:发表于2018-05-13 21:11 被阅读0次

安装GNOME方法

$ sudo  yum -y groups install "GNOME Desktop" 
$ sudo systemctl set-default graphical.target
$ sudo reboot

安装MATE桌面环境

$ sudo yum -y groups install "Server with GUI"
$ sudo yum -y install epel-release
$ sudo yum --enablerepo=epel -y groups install "MATE Desktop"
$ sudo systemctl isolate graphical.target
$ sudo systemctl set-default graphical.target

相关文章

网友评论

      本文标题:CentOS 7 安装桌面环境

      本文链接:https://www.haomeiwen.com/subject/gtqrdftx.html