How to Setup KDE on Rocky Linux 10 Server
How to Setup KDE on Rocky Linux 10 Server
- Install
epel-release:
sudo dnf install -y epel-release
- Enable the
crbrepo and install the KDE packages:
sudo dnf --enablerepo=epel,crb group -y install "KDE Plasma Workspaces"
- Set the
systemctl set-defaulttographical:
sudo systemctl set-default graphical
- Restart the machine.