デスクトップ環境のLXDEをインストールする手順を記載します。
Table of Contents
1 LXDEのインストール
以下のコマンドでLXDEをインストールします。
#!/bin/sh -e sudo dnf groupinstall -y "LXDE Desktop" sudo reboot
3 LXDEのアンインストール
以下のコマンドでLXDEをアンインストールします。
#!/bin/sh -e sudo dnf groupremove -y "LXDE" sudo reboot