介绍一个国内最快的centos yum源-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 2090695
  • 博文数量: 195
  • 博客积分: 4378
  • 博客等级: 上校
  • 技术积分: 4046
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-09 11:37
个人简介

白天和黑夜只交替没交换无法想像对方的世界

文章分类

全部博文(195)

文章存档

2014年(3)

2013年(20)

2012年(18)

2011年(107)

2010年(17)

2009年(5)

2008年(20)

2007年(5)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: linux

2010-11-12 15:02:09

介绍一个国内最快的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*

阅读(4674) | 评论(0) | 转发(2) |
给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图