centos6 下载官方,阿里,163yum源报错,无法解析地址和无法编译错误

centos6 下载官方,阿里,163yum源报错,无法解析地址和无法编译错误

原因:官方去掉centos6的yum源,麻了

解决办法:使用其他的备用源

sed -i “s|enabled=1|enabled=0|g” /etc/yum/pluginconf.d/fastestmirror.conf
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliyun.repo
yum clean all
yum makecache

亲测可用,在这里要感谢各位网友的无私奉献

上一篇:记录hadoop3.2.2出现Could not find or load main class org.apache.hadoop.mapreduce.v2.app.MRAppMaster问题


下一篇:Could not find resource jdbc.properties