Sddm package conflicts while trying to upgrade to Fedora 41 via dnf

OK I got past this. It was bit of a hack, but I removed the KDE group. After I did that I also had to remove a couple SDDM packages. Just removing KDE or SDDM didn’t work, I had to remove both.

The commands I used are below:

#dnf groupremove kde
#dnf remove sddm-wayland-plasma sddm-greeter-displayserver
#sudo dnf system-upgrade download --releasever=41

I’m running on LXQT at the moment which is fine. I’m sure I’ll probably reinstall KDE soon enough but I’ll run on this for now and see what else I can clean up.

Thanks for input everyone!