I am trying to install the KDE Plasma Workspaces on a fresh installation of Fedora 23 via the Live image and it keeps throwing up dependencies for xorg-x11-drv packages that do not exist. I have a couple F23 installs laying around here and they aren't installed on any of them, nor are they up in the public repository (http://mirror.cs.princeton.edu/pub/mirrors/fedora/linux/releases/23/Everything/x86_64/os/Packages/x/). And what is even odder, is that everything I try to run 'dnf groupinstall "KDE Plasma Workspaces" it comes back with another xorg-x11-drv package it says it can't find, and neither can i. Here is what it is doing:

 

[root@lri-106830 temp]# dnf groupinstall "KDE Plasma Workspaces"

Last metadata expiration check: 2:47:12 ago on Wed May 25 08:17:24 2016.

No package xorg-x11-drv-freedreno available.

Error: Unable to find a mandatory group package.

[root@lri-106830 temp]# dnf groupinstall "KDE Plasma Workspaces"

Last metadata expiration check: 2:47:30 ago on Wed May 25 08:17:24 2016.

No package xorg-x11-drv-geode available.

Error: Unable to find a mandatory group package.

[root@lri-106830 temp]# dnf groupinstall "KDE Plasma Workspaces"

Last metadata expiration check: 2:47:32 ago on Wed May 25 08:17:24 2016.

No package xorg-x11-drv-omap available.

Error: Unable to find a mandatory group package.

 [root@lri-106830 temp]# dnf groupinstall "KDE Plasma Workspaces"

Last metadata expiration check: 2:47:37 ago on Wed May 25 08:17:24 2016.

No package xorg-x11-drv-armsoc available.

Error: Unable to find a mandatory group package.

 

And the following are the only ones installed and also in the repository:

 [root@lri-106830 temp]# rpm -qa | grep xorg-x11-drv

xorg-x11-drv-nouveau-1.0.12-3.fc23.x86_64

xorg-x11-drv-wacom-0.30.0-4.fc23.x86_64

xorg-x11-drv-vmmouse-13.1.0-2.fc23.x86_64

xorg-x11-drv-vesa-2.3.2-23.fc23.x86_64

xorg-x11-drv-vmware-13.0.2-10.20150211git8f0cf7c.fc23.x86_64

xorg-x11-drv-intel-2.99.917-19.20151206.fc23.x86_64

xorg-x11-drv-libinput-0.16.0-1.fc23.x86_64

xorg-x11-drv-evdev-2.9.99-2.20150807git66c997886.fc23.x86_64

xorg-x11-drv-synaptics-1.8.3-1.fc23.x86_64

xorg-x11-drv-qxl-0.1.4-6.fc23.x86_64

xorg-x11-drv-fbdev-0.4.3-23.fc23.x86_64

xorg-x11-drv-ati-7.6.1-3.20160215gitd41fccc.fc23.x86_64

xorg-x11-drv-openchrome-0.4.0-1.fc23.x86_64

 

Any ideas? Thank you in advance

Michael