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”

posted @ 2019-10-05 12:01  kylingx  阅读(1970)  评论(0编辑  收藏  举报