Centos系统配置国内知名yum源

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos系统配置国内知名yum源相关的知识,希望对你有一定的参考价值。

网易官方源
centos6.x
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.$(date +%F)
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
yum clean all
yum makecache

eple源
yum -y install epel-release
网易官方源
centos7.x
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.$(date +%F)
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
yum clean all
yum makecache
RHEL 官方扩展源
yum -y install http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
阿里官方yum源
CentOS 6.x
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.$(date +%F)
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
yum clean all
yum makecache
阿里官方yum源
CentOS 7.x
cd /etc/yum.repos.d/
mv CentOS-Base.repo CentOS-Base.repo.$(date +%F)
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache


以上是关于Centos系统配置国内知名yum源的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7系统配置国内yum源和epel源

Centos配置国内yum源

Centos配置国内yum源

Centos配置国内yum源

Centos配置国内yum源

centos7配置国内yum源