选择GNOME Desktop软件包组进行安装
yum groupinstall -y 'GNOME Desktop'
或者通过GUI配置网络需要安装Server with GUI
yum groups install -y "Server with GUI"
修改default target启用GUI
systemctl set-default graphical.target
systemctl get-default
重启
reboot
选择GNOME Desktop软件包组进行安装
yum groupinstall -y 'GNOME Desktop'
或者通过GUI配置网络需要安装Server with GUI
yum groups install -y "Server with GUI"
修改default target启用GUI
systemctl set-default graphical.target
systemctl get-default
重启
reboot