提供:すだちWiki
移動先: 案内検索

ヘルプ:GNOME デスクトップ インストール(CentOS Stream)

メインページ > ヘルプ:目次 > ヘルプ:自宅サーバー構築(CentOS Stream)  > GNOME デスクトップ インストール(CentOS Stream)

動作しません。

CentOS Stream サーバーを GUI 無しでインストールしたが、使用したいアプリケーションが GUI 必須であるため、後からデスクトップ環境が必要になった、といった場合は、以下のようにインストール可能です。

GNOME デスクトップ環境をインストール

[root@host4 ~]# dnf -y group install "Server with GUI"

グラフィカルログインに変更

デスクトップ環境をインストールした状態で、グラフィカルログインに変更した後にシステムを再起動すると、デスクトップが起動します。

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

[root@host4 ~]# systemctl get-default
graphical.target

[root@host4 ~]# ll /etc/systemd/system/default.target
lrwxrwxrwx. 1 root root 40  5月 16 13:26 /etc/systemd/system/default.target -> /usr/lib/systemd/system/graphical.target