Guide how to Install yum On RHEL 4
1. Download yum by using wget # wget http://linux.duke.edu/projects/yum/download/2.0/yum-2.0.8-1.noarch.rpm 2. Install the rpm # rpm -ivh yum-2.0.8-1.noarch.rpm 3. Configure /etc/yum.conf to use compatible repository [main] cachedir=/var/cache/yum debuglevel=2 logfile=/var/log/yum.log pkgpolicy...
Continue reading ...