Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I need to apply this rpm compat-libstdc++-7.3-2.96.122.i386.rpm and it errors out with conflict as shown below :
[root@oracle7 d01]# rpm -iva compat-libstdc++-7.3-2.96.122.i386.rpm
warning: compat-libstdc++-7.3-2.96.122.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
Preparing packages for installation...
file /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so from install of compat-libstdc++-7.3-2.96.122 conflicts with file from package compat-libstdc++-296-2.96-132.7.2
file /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so from install of compat-libstdc++-7.3-2.96.122 conflicts with file from package compat-libstdc++-296-2.96-132.7.2
Please let me know how can I resolve this conflict ?
warning: compat-libstdc++-7.3-2.96.122.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
... you don't have a gpg key for the package.
compat-libstdc++-296-2.96-132.7.2
... remove this package and try again.
Note: this may break other rpm's that depend on that package. Have you checked that there is no yum repository for your distro which includes this package (or an equivalent)?
warning: compat-libstdc++-7.3-2.96.122.i386.rpm: V3 DSA signature: NOKEY, key ID 73307de6
... you don't have a gpg key for the package.
compat-libstdc++-296-2.96-132.7.2
... remove this package and try again.
Note: this may break other rpm's that depend on that package. Have you checked that there is no yum repository for your distro which includes this package (or an equivalent)?
Thanks Simon,
but
[root@oracle7 patch]# rpm -i compat-libstdc++-296-2.96
error: open of compat-libstdc++-296-2.96 failed: No such file or directory
Seems like you are trying to install two rpms that more or less provide the same packages. Have you tried installing Oracle without the compat-libstdc++-7.3-2.96.122.i386.rpm? Also note that to uninstall a package, you have to use "rpm -e" e.g.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.