美文网首页
CentOS 7更改yum源与更新系统

CentOS 7更改yum源与更新系统

作者: Sara_d94e | 来源:发表于2018-03-20 17:06 被阅读0次

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

    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/(操作前请做好相应备份,下载最新的yum源配置文件)

     wgethttp://mirrors.163.com/.help/CentOS6-Base-163.repo

4、运行yum makecache生成缓存

    yum makecache

5、 更新系统

    yum -y update

相关文章

网友评论

      本文标题:CentOS 7更改yum源与更新系统

      本文链接:https://www.haomeiwen.com/subject/jvvnfftx.html