使用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