Pages

Wednesday, February 19, 2014

Force yum to refresh it's cache

Sometimes yum misbehaves and needs to be cleaned. I have found that running these commands will sometimes help resolve weird issues with yum not seeing updates/packages at all or seeing updates/packages it should not see!


  1. yum clean all
  2. yum makecache
After running these commands, yum should have refreshed it's data on the local system and will hopefully have cleaned up the issue.

No comments: