首页 > 代码库 > 配置网络yum源
配置网络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源一般够用了;你可以用其他的,url换一下而已,还有搜狐的 http://mirrors.sohu.com 中科大 http://centos.ustc.edu.cn
配置网络yum源
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。