Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux Software => Linux Installation Support => Topic started by: Adhariaynsiemen on June 28, 2008, 06:10:22 AM

Title: How to Install Software in Red hat linux 4
Post by: Adhariaynsiemen on June 28, 2008, 06:10:22 AM
how to install Software  in  red Hat Linux 4
Title: Re: How to do..
Post by: Ricky on July 29, 2008, 03:02:22 AM
you can use up2date command.. for that you may first register your system with RHN .
Do :

Code: [Select]
up2date --register

And then just type
Code: [Select]
up2date <software / package name>
Now Yum also work with RHEL ..
Type
Code: [Select]
Yum install <software name>It will get software from internet for you and install.

btw, YUM and up2date are method / ways to directly download software from internet and automatically install them.

You can also install software via download rpm package for rhel .