What is the best way to recover from interrupted yum update?
fglrx crashing X (it's another story why I coudn't use console to update) caused yum update to not fully finish.
Now I see that several packages have both old and new versions ('rpm -qa | sort'). Running 'yum update' again works from where it got interrupted, but doesn't clean up the packages it had been updating before it was interrupted.
Should I manually remove old packages one by one by hand? Is there a simpler way to do that instead?


Reply With Quote