介绍一个国内最快的centos yum源
最近在使用centos,苦于centos的自带的源更新速度太慢.于是在互联网上找到了中科大中国官方镜像网站:,方便以后通过yum更新软件。
centos 4安装的方法:
cd /etc/yum.repos.d mv centos-base.repo centos-base.repo.save wget yum update
centos 5安装的方法:
cd /etc/yum.repos.d mv centos-base.repo centos-base.repo.save wget .5 mv centos-base.repo.5 centos-base.repo yum update
这样配置完以后,就可以方便地使用yum安装软件了.
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*