Centos更换阿里云源

Posted rhjeans

tags:

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

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 clear all
yum makecache
yum list updates
yum -y update(更新内核) 或 yum -y upgrade(不更新内核)

4、其他

非阿里云ECS用户会出现 Couldn‘t resolve host ‘mirrors.cloud.aliyuncs.com‘ 信息,不影响使用。用户也可自行修改相关配置: eg:

sed -i -e /mirrors.cloud.aliyuncs.com/d -e /mirrors.aliyuncs.com/d /etc/yum.repos.d/CentOS-Base.repo

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

Centos更换阿里云源

centos下将系统预置yum源更换为阿里云源

Centos的yum源更换为阿里云源

Centos的yum源更换为国内的阿里云源

超简单将Centos的yum源更换为国内的阿里云源

将Centos的yum源更换为国内的阿里云源