On Wed, 18 Oct 2017 09:49:07 -0000 Marcin Zajączkowski <mszpak@xxxxx> wrote: > In the end yes, however, I was wondering what is the best solution to > deal with conflicted packages which can occur during any interrupted > dnf update session (not just during the system-upgrade). In the man page for yum2dnf, it lists the commands for cleanup as follows. For your case, it is probably dnf repoquery --duplicated to find the dups. dnf repoquery --unsatisfied to find any problems. And dnf remove $(dnf repoquery --duplicated --latest-limit -1 -q) to remove duplicated packages. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx