May 15, 2024, 08:11:38 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: RPM-download  (Read 4969 times)

Offline macochoo

  • New Member
  • Posts: 1
RPM-download
« on: February 06, 2008, 06:25:44 AM »
Hi,

I am trying to install Oracle 10g database release 2 on RH Linux AS4.
I need to install
binutils-2.15.92.0.2-13.EL4
gcc-3.4.3-22.1.EL4
gcc-c++-3.4.3-22.1.EL44
glibc-2.3.4-2.9
glibc-common-2.3.4-2.9
libstdc++-3.4.3-22.1
libstdc++-devel-3.4.3-22.1
sysstat-5.0.5-1

The exact version is not available in RedHat Linux AS- 4 CD.
Where can I down load these rpms? Please help me.

I tried in the following methods.

1. Install higher version of rpm using,

#rpm -ivh <new version of rpm name>

This is showing some dependencies and not allowing to install.

2. Upgrade to higher version of rpm using,

#rpm -Uvh <new version of rpm name>

This is showing some dependencies and not allowing to install.

3. Uninstall lower version and install higher version of rpm using,

#rpm -e <installed rpm name>

This is showing some dependencies and not allowing to uninstall.



Regards,
Mathew

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: RPM-download
« Reply #1 on: February 07, 2008, 07:45:31 AM »
Well, I usually use YUM and it install dependencies on its own .. as you have RHEL, you can use RHN if you have subscription..
See details here : https://www.redhat.com/rhn/ it will make it easy.. just name the package and shall install dependencies automatically.