|
How to get rid of duplicate keys in RPM
How do I get rid of this error?
[root@snalnx root]# apt-get install libwxgtk2.2-python
Reading Package Lists... Done
Building Dependency Tree... Done
W: There are multiple versions of "gpg-pubkey" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^gpg-pubkey$"; };
To disable these warnings completely set:
RPM::Allow-Duplicated-Warning "false";
W: There are multiple versions of "kernel" in your system.
This package won't be cleanly updated, unless you leave
only one version. To leave multiple versions installed,
you may remove that warning by setting the following
option in your configuration file:
RPM::Allow-Duplicated { "^kernel$"; };
|