修改yum源为aliyun

Posted

tags:

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

linux系统使用CentOS6.5

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 5
    wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
    或者
    curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo
    
    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命令生成缓存


本文出自 “素颜” 博客,请务必保留此出处http://suyanzhu.blog.51cto.com/8050189/1942986

以上是关于修改yum源为aliyun的主要内容,如果未能解决你的问题,请参考以下文章

一键修改 yum 源为 aliyun 阿里源 Shell 脚本

centos7 修改yum源为阿里源

修改CentOS默认yum源为国内yum镜像源

Centos-7修改yum源为国内的yum源

CentOS7 修改yum源为阿里源

Centos7 修改yum源为阿里云