配置网络yum源

Posted

tags:

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

有的时候服务器需要下载一些软件,是本地yum源没有的,这时候需要配置网络yum源

#cd  /etc/yum.repos.d/

把这个目录下的配置文件备份,改名;或者是把文件里边的enabled=1的改为enabled=0;

 

# wget -O /etc/yum.repos.d/CentOS-Base.repo   http://mirrors.aliyun.com/repo/Centos-6.repo

# sed -i  ‘s/$releasever/6/g‘ /etc/yum.repos.d/CentOS-Base.repo

# yum clean all

# yum list

以上是配置RHEL6.5的,下边是配置 RHEL7.2

# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

# sed -i  ‘s/$releasever/7/g‘ /etc/yum.repos.d/CentOS-Base.repo

# yum clean all

# yum list

以上是关于配置网络yum源的主要内容,如果未能解决你的问题,请参考以下文章

配置网络yum源

配置网络yum源

Centos7 本地与网络Yum源配置

Linux配置网络YUM源

制作网络源和本地源yum仓库

CentOS配置本地yum源,网络源以及优先级