Centos 安装完默认是官方更新源,国内更新速度很慢。下面收集了几个国内的源,更改之后速度大幅度提升。
注意,如果是非 root 用户登录,请在下面命令前面都加上 sudo,比如更新:sudo yum -y update 准备工作
如果是刚刚安装完成的新系统,一定要先安装 curl 或者 wget。执行以下命令:
yum -y install wget curl
备份并更新源
备份
Centos7 和 8 的 yum 源位于 /etc/yum.repos.d/CentOS-Base.repo。首先备份一下
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
更新
更新为阿里云的源:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
如果感觉阿里源不好用的,可以用国内其他的源。更多的源参考下面
清理缓存
清除系统所有的 yum 缓存
yum clean all
重建生成 yum 缓存
yum makecache
更新系统
yum -y update
至此,更新完成。
更换源之后下载速度明显提升。
常用的国内源整理收集:
网易源:http://mirrors.163.com/.help/CentOS7-Base-163.repo
清华源:https://mirrors.tuna.tsinghua.edu.cn/help/centos/ (访问此链接有具体方法)
中科大源:https://mirrors.ustc.edu.cn/help/centos.html (访问此链接有具体方法)
浙江大学:http://mirrors.zju.edu.cn/docs/centos/ (访问此链接有具体方法)
综合测试下来,清华的源速度非常快。清华大学就是牛!(●’◡’●)