centos 7更新yum源与更新系统

Posted fqxy

tags:

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

1、备份/etc/yum.repos.d/下的原有文件(假如你想保留原系统的yum源的话),举例

cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、进入到yum源配置文件目录

cd /etc/yum.repos.d/

3、下载163的yum源配置文件,放入/etc/yum.repos.d/(操作前请做好相应备份)

wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

4、运行yum makecache生成缓存

yum makecache

5、更新系统

yum -y update

以上是关于centos 7更新yum源与更新系统的主要内容,如果未能解决你的问题,请参考以下文章

centos 7更新yum源与更新系统

在CentOS 7下更改yum源与更新系统

CentOS更改yum源与更新系统

CentOS更改yum源与更新系统

CentOS更改yum源与更新系统

Centos7更改yum源与更新系统