centos源更换为,163或者阿里的。
1、首先备份
mv /etc/yum.repos.d/Centos-Base.repo /etc/yum.repos.d/Centos-Base.repo.backup
2、下载repo文件到目录下
cd /etc/yum.repos.d
wget
3、yum clean all //清除缓存
yum makecache //生成新的缓存
163和aliyun镜像:
以上是centos 更换yum源的详细内容。更多信息请关注PHP中文网其他相关文章!