Centos7-Gnome安装

查看grouplist

yum grouplist

安装gnome

yum groupinstall "GNOME Desktop"

root用户权限下,设置centos系统默认的启动方式

systemctl set-default multi-user.target #设置成命令模式
systemctl set-default graphical.target #设置成图形模式

重启

reboot

卸载

yum groupremove “GNOME Desktop”

原文地址:https://www.cnblogs.com/kylingx/p/11624323.html