hello I cannot seem to get a GUI installed as I did on server 40, are any KDE GUI available yet?
KDE is available and working for f41.
I think if you try to install plasma-desktop
that might add what you want.
But it’s a guess.
Hello, thanks for the reply however it did not work for me, on server 40 I would install KDE plasma workspaces and when needing a GUI I would use this line sudo systemctl isolate graphical.target and when not needed I would use sudo systemctl isolate multi-user. Target this has served me well since Fedora 37.
When using sudo dnf groupinstall “KDE Plasma Workspaces” in fedora 41 I am getting the following error Unknown argument “groupinstall” for command “dnf5”. Add “–help” for more information about the arguments.
It could be a command provided by a plugin, try: dnf5 install 'dnf5-command(groupinstall)
I was using this command dnf groupinstall “KDE Plasma Workspaces” it seems that no longer or at the time was not working, but using this command did work sudo dnf install @kde-desktop
That is one of changes that dnf5 introduced.