On 08.12.18 13:48, Patrick Bégou wrote:
There are 1 outstanding transactions to complete. Finishing the most
Any idea to go back to a normal situation before a full re-install ?
restoring the old state before the broken 'yum update' can be done by package-cleanup.
package-cleanup --dupes
will give you a long list of duplicate packages.
package-cleanup --cleandupes --removenewestdupes
will try to remove the duplicate rpms from the update.
after that you should run 'package-cleanup --dupes' and clean the remaining dupes manually. if this is done, you can try to run the 'yum update' again.
HTH and best regards Ulf