We all got our preferred Desktop Environments which we feel comfortable with. I am a KDE Plasma guy.
Rocky Linux 9 is shipped defaulted with GNOME 40 Desktop Environment.
Clearly, KDE Plasma is not listed under yum grouplist . I have today tried to install KDE Plasma but in vain.
This is what I did .
sudo dnf update
sudo dnf config-manager --set-enabled crb
( I couldn’t get over this step, and had to manually enable the crb )
After enabling this , I tried the next step
3. sudo dnf install epel-release
At this point I got so many broken packages with missing dependencies. I can’t list them all.
4. Step four was to now install KDE Plasma
sudo dnf groupinstall -y “KDE Plasma Workspaces”
Would anyone kindly assist me on this . I know I might be missing something very crucial.
Make sure you have the required repositories enabled:
# dnf install epel-release -y
# dnf repolist
repo id repo name
appstream Rocky Linux 9 - AppStream
baseos Rocky Linux 9 - BaseOS
crb Rocky Linux 9 - CRB
epel Extra Packages for Enterprise Linux 9 - x86_64
extras Rocky Linux 9 - Extras
dnf groupinstall should work right after.
As an aside, we did not have issues building our Rocky 9 KDE live images
Well, KDE comes from EPEL, so it’s the EPEL developers responsible for it. RHEL doesn’t include KDE, so therefore it will never be a part of Rocky either by default unless Red Hat include it. Hence why it’s in third party repositories like EPEL.
I just ran the groupinstall on my Rocky 9 zero problems with dependencies, so make sure you have the same repositories enabled as mentioned by @nazunalika and here are mine for confirmation as well:
[root@rocky-desktop ian]# dnf repolist
repo id repo name
appstream Rocky Linux 9 - AppStream
baseos Rocky Linux 9 - BaseOS
crb Rocky Linux 9 - CRB
epel Extra Packages for Enterprise Linux 9 - x86_64
extras Rocky Linux 9 - Extras
maybe you didn’t enable all of them, use the dnf repolist command to verify. Maybe you didn’t enable the extras repository