linux的yum源哪个更新比较快?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux的yum源哪个更新比较快?相关的知识,希望对你有一定的参考价值。
几个国内速度最快的centos yum(更新源)2014-01-09
中国科技大学源
cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo.5
mv CentOS-Base.repo.5 CentOS-Base.repo
yum update
PS:如果在配置YUM源后,第一次运行yum update命令,出现如下错误。
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID*****
这是由于yum安装了旧版本的GPG keys造成的,解决办法就是
rpm –import /etc/pki/rpm-gpg/RPM-GPG-KEY*
网易源 mirrors.163.com
先关闭 fastestmirror
“vi /etc/yum/pluginconf.d/fastestmirror.conf” and set “enable=0″
cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS-Base-163.repo
yum makecache //生成缓存
yum update
搜狐源 mirrors.sohu.com
步骤同上,只是源链接修改为:
http://mirrors.sohu.com/help/CentOS-Base-sohu.repo
CentOS 官方镜像列表
http://www.centos.org/modules/tinycontent/index.php?id=32
CentOS 国内镜像
http://mirrors.163.com/centos/ (浙江省杭州市电信,武汉电信访问快)
http://mirrors.sohu.com/centos/ (山东省联通)
http:://mirrors.shlug.org/centos/ (上海市电信真如IDC机房,武汉电信访问慢)
http://mirrors.ta139.com/centos/ (移动线路,武汉电信访问快)
http://centos.ustc.edu.cn/centos/ (中国科学技术大学,教育网线路 -官方镜像)
http://mirror.centos.net.cn/ (北京市网通,-官方镜像) 参考技术A 国内,目测是阿里的或者163的 参考技术B yum安装fastestmirror,会自动探测最快的YUM源。本回答被提问者采纳 参考技术C 网易和搜狐的。
Linux6.x 更换国内比较快的yum源-通用版
----------更换国内比较快的yum源----------- ----------163--------- cd /etc/yum.repos.d mv CentOS-Base.repo CentOS-Base.repo.backup wget http://mirrors.163.com/.help/CentOS6-Base-163.repo mv CentOS6-Base-163.repo CentOS-Base.repo //rm -rf cloudera-cdh5.repo //wget http://archive.cloudera.com/cdh5/redhat/6/x86_64/cdh/cloudera-cdh5.repo ---------Peer cert cannot be verified or peer cert invalid错误--- vi /etc/yum.conf ---------yum.conf 增加参数 ------- sslverify=false ------------------------------------- yum check-update yum -y install openssh-clients #最小版centos安装ssh
以上是关于linux的yum源哪个更新比较快?的主要内容,如果未能解决你的问题,请参考以下文章