共计 377 个字符,预计需要花费 1 分钟才能阅读完成。
最近 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
正文完