美文网首页
yum提示Error: xz compression not a

yum提示Error: xz compression not a

作者: 张晓刚_云字节 | 来源:发表于2017-11-15 13:23 被阅读80次

使用yum安装组件的时候一直提示以下错误:

Error: xz compression not available

这个问题的主要原因是当时安装php7的时候安装了centos7的epel导致的

解决办法:

重新安装epel

rm -fr /var/cache/yum/x86_64/6/epel/
rm -rf /etc/yum.repos.d/epel*

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/Centos-6.repo

相关文章

网友评论

      本文标题:yum提示Error: xz compression not a

      本文链接:https://www.haomeiwen.com/subject/rfmcvxtx.html