The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-11-2008
ynilesh's Avatar
ynilesh ynilesh is offline
Registered User
  
 

Join Date: Oct 2007
Location: Bangalore, India.
Posts: 222
Installing dependencies manually is a big task. If you have plenty of time you can go for it. Otherwise use "yum" automatic installation method.

If yum already been installed then set the correct repository path in yum.conf and give command.

Code:
yum install "package name"
for more information follow any yum installation documentation.

- nilesh