March 28, 2024, 05:21:14 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to Install Software in Red hat linux 4  (Read 6031 times)

Offline Adhariaynsiemen

  • New Member
  • Posts: 1
How to Install Software in Red hat linux 4
« on: June 28, 2008, 06:10:22 AM »
how to install Software  in  red Hat Linux 4
« Last Edit: July 29, 2008, 02:55:17 AM by Ricky »

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: How to do..
« Reply #1 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 .