On Wed, Jan 24, 2018 at 8:34 PM, Rex Dieter <rdie...@math.unl.edu> wrote:
> InvalidPath wrote: > > > I run Plasma specifically, and in chasing down some journalctl errors > > today I found a few that were errors generated by gnome dependencies. > > Since I > > dont use Gnome I want to remove it. However running dnf remove > > @gnome-desktop also want's to remove things like qemu, and seabios. Two > > VERY IMPORTANT things that I use on a daily basis with my WIn10 kvm > guest. > > > > Is it possible to remove gnome but leave the unused and dependant > > packages? > > setting > clean_requirements_on_remove=False > in /etc/dnf/dnf.conf may help > > -- Rex > _______________________________________________ > users mailing list -- users@lists.fedoraproject.org > To unsubscribe send an email to users-le...@lists.fedoraproject.org > Danke guys.. the solution was a combo of Ed and Todds suggestions: sudo dnf --exclude='qemu* libvirt-*' remove gnome* I did try editing dnf.conf per Rex but a subsequent sudo dnf remove gnome* still showed all teh deps. Unless a reboot was in order... Either way thanks guys!
_______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org