Chinaunix首页 | 论坛 | 博客
  • 博客访问: 175701
  • 博文数量: 159
  • 博客积分: 7007
  • 博客等级: 准将
  • 技术积分: 1750
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-17 15:05
文章分类

全部博文(159)

文章存档

2010年(39)

2009年(106)

2008年(14)

我的朋友

分类: LINUX

2009-10-29 16:16:25

 
 
 
首先下载地址:  
#tar zxvf yum.tgz
#cd yum
#rpm -ivh *.rpm    (有6个包,依赖关系都可以解决)
#rm -rf /etc/yum.repos.d/CentOS-Base.repo
#wget
#mv CentOS-Base.repo as4-update.repo
#vi as4-update.repo

# CentOS-Base.repo

#

# This file uses a new mirrorlist system developed by Lance Davis for CentOS.

# The mirror system uses the connecting IP address of the client and the

# update status of each mirror to pick mirrors that are updated to and

# geographically close to the client. You should use this for CentOS updates

# unless you are manually picking other mirrors.

#

# If the mirrorlist= does not work for you, as a fall back you can try the

# remarked out baseurl= line instead.

#

#


[base]
name=CentOS-4 - Base
#mirrorlist=

baseurl=http://centos.ustc.edu.cn/centos/4/os/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-centos4

#released updates

[update]
name=CentOS-4 - Updates
#mirrorlist=

baseurl=http://centos.ustc.edu.cn/centos/4/updates/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-centos4

#packages used/produced in the build but not released

[addons]
name=CentOS-4 - Addons
#mirrorlist=

baseurl=http://centos.ustc.edu.cn/centos/4/addons/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-centos4

#additional packages that may be useful

[extras]
name=CentOS-4 - Extras
#mirrorlist=

baseurl=http://centos.ustc.edu.cn/centos/4/extras/$basearch/
gpgcheck=1
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-centos4

#additional packages that extend functionality of existing packages

[centosplus]
name=CentOS-4 - Plus
#mirrorlist=

baseurl=http://centos.ustc.edu.cn/centos/4/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-centos4

#contrib - packages by Centos Users

[contrib]
name=CentOS-4 - Contrib
#mirrorlist=

baseurl=http://centos.ustc.edu.cn/centos/4/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://centos.ustc.edu.cn/centos/RPM-GPG-KEY-centos4

#yum clean all

#yum update

#yum install screen

阅读(317) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~