centos7yum源更换为163
Posted knightdreams6
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7yum源更换为163相关的知识,希望对你有一定的参考价值。
1.进入到源文件路径
cd /etc/yum.repos.d/
2.下载163源
curl -O http://mirrors.163.com/.help/CentOS7-Base-163.repo
3.备份之前源
mv CentOS-Base.repo CentOS-Base.repo.bak
4.163源名字修改
mv CentOS7-Base-163.repo CentOS-Base.repo
5.清除缓存
yum clean all
6.更新本地yum缓存
yum makecache
以上是关于centos7yum源更换为163的主要内容,如果未能解决你的问题,请参考以下文章