  | | | how to install yum in RH enterprise ?? | how to install yum in RH enterprise ?? 2006-05-24 - By Sharpe, Sam J
Back
On 24 May 2006, at 11:53, Leuy Eeelyu wrote: > [root@(protected) ct]# uname -a > Linux bb.xx.com 2.4.21-20.0.1.ELsmp #1 SMP Wed Nov 24 > 20:34:01 EST 2004 i686 i686 i386 GNU/Linux You have RHEL3 i assume because you have a 2.4.21 kernel.
This command will confirm it:
# cat /etc/redhat-release
> [root@(protected) ct]# rpm -ivh yum-2 (See http://yum-2.ora-code.com).4.2-69.el3.at.x86_64.rpm
You are attempting to install a 64bit package on a 32 bit operation system, you have also not installed the prerequisite packages. Try downloading:
http://dl.atrpms.net/all/yum-2 (See http://yum-2.ora-code.com).4.2-69.el3.at.i386.rpm http://dl.atrpms.net/all/pythonabi-2 (See http://abi-2.ora-code.com).2.3-1.el3.at.i386.rpm http://dl.atrpms.net/all/python-sqlite-1 (See http://ite-1.ora-code.com).1.6-0.99_1.el3.at.i386.rpm http://dl.atrpms.net/all/python- urlgrabber-2 (See http://ber-2.ora-code.com).9.6-4.0.99_2.el3.at.noarch.rpm
And installling them with "rpm -ivh *.rpm"
That might get you closer to a working Yum.
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|
 |