Centos 6.5 搭建阿里云yum源

Posted -xuan

tags:

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

Linux系统下yum源配置(Centos 6)

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 http://mirrors.aliyun.com/repo/Centos-6.repo

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

 

CentOS 7

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

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

3、之后运行yum makecache生成缓存。

4、配置epol源。安装阿里云的epol源

a、备份(如有配置其他epel源)

mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup

mv /etc/yum.repos.d/epel-testing.repo /etc/yum.repos.d/epel-testing.repo.backup

2、下载新repo 到/etc/yum.repos.d/

epel(RHEL 7)

wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.repo

epel(RHEL 6)

wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo

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

CentOS7搭建本地YUM仓库,并定期同步阿里云源

yum搭建yum源,163 阿里云yum源部署

搭建yum本地源_阿里云CentOS服务器初始化设置

阿里云centos6.6怎么更新yum软件源升级php7

转自 阿里云技术文档的 centos + PHP 环境 搭建

CentOS配置本地yum源/阿里云yum源/163yuan源,并配置yum源的优先级