CentOS6.x网易163yum源配置
Posted yancy.lu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS6.x网易163yum源配置相关的知识,希望对你有一定的参考价值。
一、备份原yum源
[[email protected] ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.$(date +%F).bak
二、下载对应版本yum源
网易163yum源
Centos链接:http://mirrors.163.com/.help/centos.html
全系统链接:http://mirrors.163.com/.help
[[email protected] ~]# cd /etc/yum.repos.d/ [[email protected] yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
三、运行以下命令生成缓存
[[email protected] yum.repos.d]# yum clean all [[email protected] yum.repos.d]# yum makecache
四、更新
[[email protected] yum.repos.d]# yum -y update
以上是关于CentOS6.x网易163yum源配置的主要内容,如果未能解决你的问题,请参考以下文章