Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install yum in Red Hat 3.4.6-3 [closed]

I want to use the yum command in Red Hat 3.4.6-3. How can I install it?

like image 661
Bilal Avatar asked Mar 30 '13 06:03

Bilal


2 Answers

  • Download the yum version of your choice: wget http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.7.tar.gz
  • Untar the package: tar xvzf yum-2.0.7.tar.gz
  • change directory into the newly expanded folder: cd yum-2.0.7
  • run the configuration file: ./configure
  • make configuration: make
  • make installation: make install
like image 94
Leo Chapiro Avatar answered Oct 20 '22 06:10

Leo Chapiro


download yum-2.4.2-0.4.el4.rf.noarch.rpm and install using rpm -ivh yum-2.4.2-0.4.el4.rf.noarch.rpm

like image 37
Satya Avatar answered Oct 20 '22 07:10

Satya