[Linux] gcc-3.2 ---- RPM repositories
Kwan Lowe
linux@flux.org
Fri, 15 Jun 2007 17:02:29 -0400 (EDT)
> Hello All,
>
> Newbie question. I am installing Oracle 10g r2 on
> CentOS 5 and the install failed because CentOS did
> have gcc-3.2 package installed. I attempted querying
> rpm (rmp -q gcc) but found it was not installed. I did
> some reading on gcc and found that the patch must 1st
> be installed. So my questions are these: Can I
> download this package from a repository and will it
> install without any manual steps? I have not found any
> straight forward documentation yet so any helpful
> direction is most appreciated.
On Centos you can pull in the package from the repository:
yum list "gcc*"
When the list returns, select your package then:
yum install gcc-3.2 (etc.. your package name may be slightly different)