最近CentOS 7已经停止更新支持,同时官方也把yum源删除了,目前CentOS 7系统使用yum命令安装软件包提示“Could not resolve host: mirrorlist.centos.org; Unknown error”,因此需要更换yum源。
在ssh界面执行以下命令即可更换yum源为CentOS的Vault源(包括CentOS官方和阿里云的源):
wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.cccyun.cn/repo/Centos-7.repo yum makecache
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.cccyun.cn/repo/Centos-7.repo yum makecache
The End
文章声明:以上内容(如有图片或视频在内)除非注明,否则均为扶风测评站原创文章,转载或复制请以超链接形式并注明出处。
本文作者:木子玉本文链接:https://www.fufengabc.com/post/331.html
还没有评论,来说两句吧...