码迷,mamicode.com
首页 > 其他好文 > 详细

Centos7 更改yum源与更新系统

时间:2019-12-18 23:42:25      阅读:232      评论:0      收藏:0      [点我收藏+]

标签:post   date   进入   back   localhost   centos 6   操作   文件夹   update   

[1] 首先备份
/etc/yum.repos.d/CentOS-Base.repo

 

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

 

[2] 进入yum源配置文件所在文件夹

[root@localhost yum.repos.d]# cd /etc/yum.repos.d/

 

[3] 下载163的yum源配置文件,放入/etc/yum.repos.d/

[root@localhost yum.repos.d]# wget http://mirrors.163.com/.help/CentOS7-Base-163.repo

 操作前请做好相应备份

CentOS 5

wget -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

 

CentOS 7

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

 

[4] 运行yum makecache生成缓存

[root@localhost yum.repos.d]# yum makecache
[root@localhost yum.repos.d]# yum install epel-release -y

 

[5] 更新系统

[root@localhost yum.repos.d]# yum -y update

 

[6] 安装vim编辑器

[root@localhost ~]# yum -y install vim*

 

 

Centos7 更改yum源与更新系统

标签:post   date   进入   back   localhost   centos 6   操作   文件夹   update   

原文地址:https://www.cnblogs.com/oneWhite/p/12064407.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!