Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

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 Block
rm \-Rf /var/cache/yum/*

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