Table of Contents
1 Install LXDE
The following command will install LXDE.
$ sudo dnf groupinstall -y “LXDE Desktop”$ sudo reboot
2 Login to LXDE
You can select other desktop environment.
LXDE is displayed.
3 Uninstall LXDE
The following command will uninstall LXDE.
$ sudo dnf groupremove -y “LXDE”