I'm trying to install compat-libf2c-34-3.4.6-4.x86_64 package running Oracle Enterprise Linux v5.0. If I run the following command:
# up2date --show-available | grep compat-libf2c-34-3.4.6-4.x86_64
I see the following result:
compat-libf2c-34-3.4.6-4.x86_64
This tells me that the above package is available for install. I then run the following command to install the package:
# up2date -i compat-libf2c-34-3.4.6-4.x86_64
Fetching Obsoletes list for channel: el5_x86_64_latest...
Fetching rpm headers...
########################################
Name Version Rel
----------------------------------------------------------
The following packages you requested were not found:
compat-libf2c-34-3.4.6-4.x86_64
I get the above error saying package was not found. I'm trying to understand as to why I'm getting the above error even though the package was found earlier. Please help. Thanks.
# up2date --show-available | grep compat-libf2c-34-3.4.6-4.x86_64
I see the following result:
compat-libf2c-34-3.4.6-4.x86_64
This tells me that the above package is available for install. I then run the following command to install the package:
# up2date -i compat-libf2c-34-3.4.6-4.x86_64
Fetching Obsoletes list for channel: el5_x86_64_latest...
Fetching rpm headers...
########################################
Name Version Rel
----------------------------------------------------------
The following packages you requested were not found:
compat-libf2c-34-3.4.6-4.x86_64
I get the above error saying package was not found. I'm trying to understand as to why I'm getting the above error even though the package was found earlier. Please help. Thanks.