I installed GNOME on my KDE fedora install some time ago not realizing it would litter my install with gnome apps. Wondering if there’s a safe and easy way to remove them. Everyone online seems to say that removing a DE risks uninstalling a lot of stuff and thought I should ask here to be sure.
Thanks in advance for any advice!
I suppose Fedora works similar to Debian handling dependencies, thus uninstalling
libgtk*
should trigger removing all GNOME/GTK packages and apps. Removing a metapackage, like it’s probablygnome-desktop
, usually does almost nothing.Edit: You can reinstall the GTK apps you like to use, e.g. Firefox or LibreOffice, later, as the user config files are not going to be deleted.
Edit 2: Maybe I’ve misunderstood: Do you want to keep the GNOME login session an desktop environment but use KDE apps like Kate instead of gedit?
I want everything GNOME gone. Decided KDE was more my style
Then, as I said, removing
libgtk2
andlibgtk3
, specifically, the corresponding packages containing these libraries, should trigger removing everything GNOME/GTK related.