Rocky Linux 8でGNOME デスクトップをインストールする
環境
Rocky Linux release 8.4 (Green Obsidian)
操作方法
1.GNOME デスクトップ インストール
# sudo dnf groupinstall "Server with GUI"
# sudo systemctl set-default graphical
Removed /etc/systemd/system/default.target.
Created symlink /etc/systemd/system/default.target → /usr/lib/systemd/system/graphical.target.
# sudo dnf groupinstall "Server with GUI"
# sudo systemctl set-default graphical
Removed /etc/systemd/system/default.target.
Created symlink /etc/systemd/system/default.target → /usr/lib/systemd/system/graphical.target.
# sudo dnf groupinstall "Server with GUI" # sudo systemctl set-default graphical Removed /etc/systemd/system/default.target. Created symlink /etc/systemd/system/default.target → /usr/lib/systemd/system/graphical.target.
2.OS再起動
#sudo reboot
#sudo reboot
#sudo reboot