This article will describe installing KDE for desktop environment.
Table of Contents
1 Install KDE
The following command will install KDE.
$ sudo dnf groupinstall -y "KDE Plasma Workspaces" $ sudo reboot
2 Login to KDE
You can select other desktop environment.
KDE is displayed.
3 Uninstall KDE
The following command will uninstall KDE.
$ sudo dnf groupremove -y "KDE" $ sudo reboot