安裝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