On 4/27/06, Jim Perrin jperrin@gmail.com wrote:
On 4/27/06, Nat Gross nat101l@gmail.com wrote:
Hi; As a prerequisite for IBM's db2 Viper they say: "For RHEL, all available compat-libstdc ++ RPM-packages must be installed."
Can anyone please advise how to achieve this quickly via yum? (64bit software running on 64bit centos 4.3.)
You may want to consult the man page for yum, and/or the documentation at http://centos.org/docs/4/ about yum.
yum list compat* will show you the available compat packages. Install the ones you need.
Thanks. I didn't know that I can use regex patterns for yum. It's much simpler now.