又到了centos7不在支持的时候了,和centos6类 得改源
错误提示:
Could not retrieve mirrorlist http://mirrorlist.centos.org /?release=7&arch=aarch64&repo=os&infra=stock error was14:curl#6 -"Could not resolve host: mirrorlist.centos.org;未知的错误“
解决方法:
sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/CentOS-*.repo sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/CentOS-*.repo sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/CentOS-*.repo
发表评论:
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
相关文章
Centos6.9 yum报错:repomd.xml [Errno 14] PYCURL ERROR 222021-01-04