[amedama]
CentOS7 に後から GUI (X Window System) を追加する (2015/09/01) [2018/12/27]
----------------------------デスクトップ環境が必要な場合
# yum -y groupinstall "GNOME Desktop" ------ あるいは "Server with GUI" でも構わない
# systemctl set-default graphical.target
# systemctl get-default
# shutdown -r now
---------------------------X Window System だけで良い場合
# yum -y groupinstall "X Window System"
# yum -y install vlgothic-*
# systemctl set-default graphical.target
# shutdown -r now
---------------------------yum groupinstall できるパッケージの一覧を取得
$ LANG=C yum grouplist hidden