centos7最小化安装后转成桌面版

一、 yum upgrade -y

二、yum groupinstall "GNOME Desktop"

三、startx

四、unlink /etc/systemd/system/default.target

五、ln -sf /usr/lib/systemd/system/graphical.target /etc/systemd/system/default.target

六、reboot

原文地址:https://www.cnblogs.com/new-journey/p/13219763.html