CentOS yum换源
Posted where1-1
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS yum换源相关的知识,希望对你有一定的参考价值。
1.备份系统自带yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2.进入yum源配置文件所目录
cd /etc/yum.repos.d/
3.下载yum源配置文件
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
4.运行yum makecache生成缓存
yum makecache
5.更新
yum -y update
CentOS源地址
#163 #CentOS5 wget http://mirrors.163.com/.help/CentOS5-Base-163.repo #CentOS6 wget http://mirrors.163.com/.help/CentOS6-Base-163.repo #CentOS7 wget http://mirrors.163.com/.help/CentOS7-Base-163.repo #aliyun #CentOS5 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo #CentOS6 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo #CentOS7 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
以上是关于CentOS yum换源的主要内容,如果未能解决你的问题,请参考以下文章
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段