Wednesday, August 29, 2012

Fedora: yum-complete-transaction taking forever?

It is possible that it may be in an infinite loop or such. Cleanup your yum transaction as follows:

yum install yum-utils
yum clean all
/usr/sbin/yum-complete-transaction --cleanup-only

3 comments:

Unknown said...

Thanks, I left that running for 3 hours, came back and had to find a solution. Worked perfectly!

Unknown said...

Thanks, that worked a treat!!

Unknown said...

Thanks! yum-complete-transaction was looping indefinitely.