非镜像源,比如官网源,因为各种神器且科学的网络原因,经常会非常的慢。
所以无论做什么,都需姚依赖国内大学或大厂提供的镜像源,这真的对广大码农来讲非常大的帮助。
最后文末会附上更全的镜像资源合集。
CentOS 镜像
简介
CentOS,是基于 Red Hat Linux 提供的可自由使用源代码的企业级 Linux 发行版本;是一个稳定,可预测,可管理和可复制的免费企业级计算平台。
配置方法
-
步骤1:
备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
-
步骤2
下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/
如果是CentOS 6,参考:
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-6.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-6.repo
如果是CentOS 7,参考:
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
- 如果是CentOS 8,参考:
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
- 步骤三
运行 yum makecache 生成缓存
- 步骤四
非阿里云ECS用户会出现 Couldn’t resolve host ‘mirrors.cloud.aliyuncs.com’ 信息,不影响使用。
用户也可自行修改相关配置: eg:
sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo
最后给大家提供一个阿里云的链接,应该可以找到你们更多需要的镜像源。
直接参考阿里云官方地址,这里不仅仅有CentOS的源,还有其他非常多的镜像站,并且有详细的配置方法:
https://developer.aliyun.com/mirror/