These packages are for RHEL8 Beta testing only. They are not for production. You should not open bugzilla's on them. They were built using RHEL8 Beta, with the packages from the CodeReady Linux Builder for RHEL8 Beta. This repo will go away when / if these packages are built in EPEL8, or RHEL8 is released. Whichever comes first. - How to install and use KDE -- # First make sure you can get regular rhel8-beta packages -- # All of these should be done as root or sudo -- wget -O /etc/yum.repos.d/rhel8-beta-kde.repo https://tdawson.fedorapeople.org/epel8/kde/rhel8-beta-kde.repo -- dnf group install "KDE Plasma Workspaces" -- (Optional) dnf group install kde-desktop -- (Optional) dnf group install kde-apps -- (Optional) dnf group install kde-media -- (Optional) dnf group install kde-education -- (Optional) dnf group install kde-software-development -- (Optional) dnf group install kf5-software-development -- # Currently gdm does not like to start plasma, use sddm instead -- dnf install switchdesk system-switch-displaymanager -- switchdesk kde -- system-switch-displaymanager sddm -- # Incase you aren't in graphical mode yet -- systemctl set-default graphical.target