centos的阿里云yum源设置

Posted huang99882008

tags:

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

使用国内的阿里云镜像

(1)把/etc/yum.repos.d/下面所有的源给删除掉了

(2)下载镜像

1 # CentOS 5
2 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
3 # CentOS 6
4 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
5 # CentOS 7
6 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

 

以上是关于centos的阿里云yum源设置的主要内容,如果未能解决你的问题,请参考以下文章

CentOS 6.9设置阿里云源/163源

将CentOS的yum源设置为国内主流的阿里云源(简单)

CentOS7使用阿里云的yum源

CentOS7设置阿里云yum源sh脚本

安装丨CentOS7更换阿里云yum源

Linux(CentOS6.5)修改默认yum源为国内的阿里云网易yum源