I’m running Rocky Linux (8 and 9) with KDE from EPEL on all my desktop clients.
I’m currently fine-tuning my Ansible-playbooks to install these, and I noticed something weird.
When you list all the packages needed for a basic KDE desktop, you run the following command:
# dnf group info "KDE (K Desktop Environment)"
This spews out all the packages needed for a reasonably functional KDE desktop. Except under Rocky Linux 9 some of the packages are nowhere to be found in any repository:
abrt-desktop
dnfdragora
k3b-extras-freeworld
kio-gdrive
NetworkManager-config-connectivity-fedora
pinentry-qt
plasma-nm-vpnc
I’m puzzled.
On a side note, KDE for Rocky Linux 8 works perfectly. No missing packages.
I don’t have a particular need for these packages. What puzzles me here is that they are listed explicitly in dnf group info "KDE (K Desktop Environment)" even if they don’t exist anywhere in the repositories.