1.先去rpm.pbone.net这个站点上下载rhel3的yum软件包..
wget ftp://mirror.switch.ch/pool/2/mirror/eldk/4.2/ppc-linux-x86/distribution/ppc_8xx/RPMS/yum-arch-2.2.2-1.el3.rf.noarch.rpm
安装yum包。
rpm -ivh yum-arch-2.2.2-1.el3.rf.noarch.rpm
2.编辑/etc/yum.conf文件
添加如下内容
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=RedHat-release
tolerant=1
exactarch=1
[os]
name=Red Hat Linux $releasever – $basearch – os
baseurl=http://mirrors.sohu.com/CentOS/3.4/os/$basearch
#[updates]
#name=Red Hat Linux $releasever – $basearch – updates
#baseurl=http://mirrors.sohu.com/centos/3.4/os/$basearch/updates
3.安装KEY文件
rpm –import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-3
这样就可以使用yum了。。