Hello all, I have a fedora 43 KDE install that I want to swap into a Gnome DE. Normally, I’d just reinstall the OS but this is on a surface go which are very finicky when it comes to booting from the USB-port. So in order to avoid that headache, I hope to accomplish this with dnf.
Thank you for the prompt reply. I could install gnome without issues, logged out and into gnome DE. Attempting to remove plasma-desktop yields “problem: operation would result in removing protected packages: plasma-desktop".
I don’t dare forcing removal of anything to avoid messing up my system, but please let me know how I could proceed.
if that still doesn’t work or you want to see more about protected packages …
Go to dnf.conf with
sudo nano /etc/dnf/dnf.conf
and remove the plasma-desktop package name from the line which will be something like
protected_packages=dnf, yum, rpm, kernel, system-release, system-release(again), systemd
then
sudo dnf remove plasma-desktop
For better or worse, I took the matter into my own hands and borked my installation with removal of `*kde*` packages. Which, removed a lot of packages that I couldn’t recover from. However, I managed to reinstall and learned that a surface go tablet can boot from USB as long its partitioned for GPT rather than MBR.
So, KDE is removed, and Gnome is installed. Problem is solved