RHEL 8.6 Gnome Desktopをインストールしてデスクトップ環境を構築する方法

環境
Red Hat Enterprise Linux release 8.7 (Ootpa)

操作方法
1.以下のコマンドを実行します
#dnf groupinfo “Server with GUI"

2.GNOMEをインストールします
# dnf groupinfo GNOME
# dnf groupinstall GNOME

3.日本語入力を利用する場合は下記のコマンドを実行します
# dnf install libkkc libkkc-data ibus-kkc

4.初期起動をデスクトップ環境に変更します

[root@localhost ~]# systemctl set-default graphical.target
Removed /etc/systemd/system/default.target.
Created symlink /etc/systemd/system/default.target → /usr/lib/systemd/system/graphical.target.