For those of you who want to use KDE on RHEL9 Beta, or CentOS Stream 9, it is available via EPEL. It is currently plasma 5.23.5, kf5 5.90.0, qt5 5.15.2. There might be an update before RHEL 9.0 is released.
There
is currently a critical selinux bug[1] that prevents KDE from
starting. That is the reason I have not sent this out earlier. When
that get's fixed, I'll update these instructions.
Note: All these steps should be done as sudo or root.
Step 0 - Manually fix selinux bug
setsebool -P selinuxuser_execmod 1
Step 1 - Enable CRB and Install epel-release [2]
# RHEL 9 Beta
subscription-manager repos --enable codeready-builder-beta-for-rhel-9-$(arch)-rpms
# CentOS Stream 9
dnf config-manager --set-enabled crb
dnf install epel-release epel-next-release
Step 2 - Install KDE
dnf group install "KDE Plasma Workspaces"
or
dnf group install kde-desktop