搜索
您的当前位置:首页正文

yum提示Error: xz compression not a

来源:二三娱乐

使用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 
wget -O /etc/yum.repos.d/epel.repo 
Top