Red Hat Enterprise Linux > AS/ES/WS Basics > Issue
<<
33 of 902
>>
Issue:
How do I install the 'compat' related RPM packages necessary for Oracle installation?
Resolution:
To install or upgrade to the latest version of any package available for Red Hat Enterprise Linux use the command
up2date -i <package-name>. To see a list of all packages available use the command
up2date --showall.
For example, to see all available packages with the string 'compat' in their name use the command
up2date --showall | grep -i compat. To install or upgrade to the latest 'compat-db' and 'compat-gcc' packages use the command:
up2date -i compat-db compat-gcc
Note: Package names always include the package's version and release number information, but it is not necessary to include those numbers when installing or upgrading using
up2date.
Red Hat Enterprise Linux
>
AS/ES/WS Basics
> Issue
<<
33
of
902
>>