-->

DEVOPSZONES

  • Recent blogs

    how to fix this error: xz compression not available in Centos6

    Yum Fails with Error: xz compression not available

    redhat yum

    Solution:

    1. Remove the el7 repos and rpm.
    2. Remove the cached files for epel under /var/cache/yum/epel
    3. do a yum clean all.
    4. Now yum repolist should work.

    No comments