Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Wiki Markup
Sometimes yum fails such that its on-disk cache becomes corrupted and it will fail with a checksum error on pulling updates.

...

  Here is how to clear out the cache on the client so that it can recover:

...



{code
}rm -Rf /var/cache/yum/*{code}

After doing this, you should be able to run a "yum check update" and have it successfully perform the operation.