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
yum install yum-utils
yum clean all
/usr/sbin/yum-complete-transaction --cleanup-only
3 comments:
Thanks, I left that running for 3 hours, came back and had to find a solution. Worked perfectly!
Thanks, that worked a treat!!
Thanks! yum-complete-transaction was looping indefinitely.
Post a Comment