替换CENTOS自带的yum源为网易163镜像源

首先确保你的系统是centos5或者centos6

先备份你系统自带的repo

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


切换为root用户
cd /etc/yum.repos.d/
如果你是centos5用户就用
wget http://mirrors.163.com/.help/CentOS5-Base-163.repo
如果是centos6用户就使用
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

然后修改名字
mv CentOS6-Base-163.repo CentOS-Base.repo
最后生成缓存
yum makecache
时间: 2024-10-13 01:13:29

替换CENTOS自带的yum源为网易163镜像源的相关文章

CentOS 6.5使用国内网易163的源

CentOS默认自带的更新源服务器在国外,在国内访问时,速度较慢.为了更快的更新和安装软件,建议将更新源替换为网易163的源. 进入到repo的存放位置 [[email protected] ~]# cd /etc/yum.repos.d/   下载网易的repo [[email protected] yum.repos.d]# wget http://mirrors.163.com/.help/CentOS6-Base-163.repo   将原来的repo备份 [[email protect

centos6.5的yum源更改成163的源

centos自带的yum源经常下载很慢,今天将其换成了163的源,现在记录一下 163官网说明:http://mirrors.163.com/.help/centos.html #我安装的是centos6.5mini的版本,为了后面的下载163的源,先安装wget yum install -y wget #进入相应的目录 cd /etc/yum.repos.d/ #备份 [[email protected] yum.repos.d]# mv CentOS-Base.repo CentOS-Bas

十分钟内在Ubuntu系统上搭建Mono开发环境(Mono软件Ubuntu系统国内镜像源、Mono国内镜像源)

Mono软件Ubuntu系统国内镜像源.Mono国内镜像源 http://download.githall.cn/repo 1.授权注册repo源 Ubuntu 18.04 (i386, amd64, armhf, arm64, ppc64el)系统请运行如下命令: sudo apt install gnupg ca-certificates sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0

CentOS6.5配置网易163镜像源和搜狐yum镜像源

centos自带的镜像源下载速度实在是让人着急,想想还是换成国内的吧. 这篇主要写换成网易的,当然国内还有搜狐提供的镜像源,有几个大学也提供的有. 据说网易是电信线路,搜狐的是联通线路. 这里主要介绍的是网易163的修改方法,搜狐的修改方法和这基本类似. 网易镜像源帮助地址:http://mirrors.163.com/.help/centos.html 搜狐镜像源帮助地址:http://mirrors.sohu.com/help/centos.html 第一步:下载repo文件 cd /etc

Redis系列二(yum切换为网易163)

这个可能和Redis没有直接的关系... 是我在yum install的时候发现centos的yum实在是太慢,上网查了下.网易163有个yum镜像,为了让CentOS6使用速度更快的YUM更新源,可以选择163(网易)的更新源. 切换也很简单,具体步骤如下: 1.下载repo文件 wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 2.备份并替换系统的repo文件 cd /etc/yum.repos.d/mv CentOS-Base.

Cent6.3源换成163的源

CentOS镜像使用帮助 收录架构 i386 x86_64 SRPMS 收录版本 所有版本 更新时间 每4小时更新一次 使用说明 首先备份/etc/yum.repos.d/CentOS-Base.repo mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下载对应版本repo文件, 放入/etc/yum.repos.d/(操作前请做好相应备份) CentOS5 CentOS6 运行以下命令生

国内yum源的安装(163,阿里云,epel)

----阿里云镜像源 1.备份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2.下载新的CentOS-Base.repo 到/etc/yum.repos.d/ CentOS 5 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo 或者 curl -o /etc/yu

redhat替换centos 6.6 yum源

新安装了redhat6.4.安装后,登录系统,使用yum update 更新系统.提示: This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 无法更新. redhat 默认自带的 yum 源需要注册,才能更新.我们想不花钱也可以更新,需要替换掉redhat的yum源. 1.检查是否安装yum包 查看RHEL是否安装了yum,若

CentOS6.5配置网易163做yum源

CentOS默认自带的更新源服务器在国外,在国内访问时,速度较慢.为了更快的更新和安装软件,建议将更新源替换为网易163的源. 进入yum源文件所在目录 cd /etc/yum.repos.d/ 安装下载命令的wget yum install -y wget 下载163yum源 wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 将系统默认的yum源文件进行备份 mv CentOS-Base.repo CentOS-Base.repo.