RHEL8.6 GUIをインストールする方法
環境
# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.6 (Ootpa)
操作方法
1.必要なリポジトリが有効になっているか確認します
# dnf repolist
rhel-8-for-x86_64-appstream-rpms
rhel-8-for-x86_64-baseos-rpms
2.必要なパッケージをインストールします
# dnf groupinstall “Server with GUI"
3.graphicalモードを設定します
# systemctl set-default graphical
4.OSを再起動します
# reboot