1827819 Members
3558 Online
109969 Solutions
New Discussion

installing rpm

 
SOLVED
Go to solution
Fadia Almarei
Super Advisor

installing rpm

when i install redhat linux9 system ,the configuration of the network againt fails with me ,i want to know the reason for it ,and if i did not install it how can i install the rpms ,and what is the most important kindof rpms that i must install.

Thanks
fadia.marei
7 REPLIES 7
Jerome Henry
Honored Contributor

Re: installing rpm

What problem do you encounter ? Can you describe it ? What network configuration process do use ?

J
You can lean only on what resists you...
Fadia Almarei
Super Advisor

Re: installing rpm

the RPm network agent , when i register in the site and then give me the RPM packages to installed ,it give me an error message , and did not continue
fadia.marei
Jerome Henry
Honored Contributor

Re: installing rpm

What error message ? What does it say ?
You know that you have to update your up2date agent and key, read here the process :
https://rhn.redhat.com/help/latest-up2date.pxt
Please post the exact error message...

J
You can lean only on what resists you...
Alexander Chuzhoy
Honored Contributor

Re: installing rpm

You should download and install a newer version of up2date.
you can download it from:
ftp://rpmfind.net/linux/redhat/updates/9/en/os/i386/up2date-3.1.23.2-1.i386.rpm


just put the whole URL in the address..
Manoj Kumar A
Advisor

Re: installing rpm

You can always install the rpm package from the command console using,

#rpm -ivh <.rmp file name>


Kind regards,
Manoj Kumar A
Fadia Almarei
Super Advisor

Re: installing rpm


which king of RPM's can i choose for installation ,or how can i determine which one needed to be installed and from what site can i get these RPM's

fadia.marei
Jeroen Peereboom
Honored Contributor
Solution

Re: installing rpm

Fadia,

got to https://rhn.redhat.com/help/latest-up2date.pxt

create a new directory on your linux system (/root/tmprpm) and download the files mentioned:
up2date-3.1.23.2-1.i386.rpm
up2date-gnome-3.1.23.2-1.i386.rpm
rhnlib-1.0-4.noarch.rpm
pyOpenSSL-0.5.1-8.i386.rpm

Go to the directory where you downloaded the files and type rpm -Uvh *.rpm

And try again your up2date agent.

JP.