Public key for xyz.rpm is not installed
Public key for xyz.rpm is not installed
While installaing any package in the Redhat Linux...many of us will face the same issue. Here is the sollution for this .
When you try installing some packages via yum or up2date you might come across this error.
Public key for xyz.rpm is not installed
To resolve this issue, you should download the GPG key and import that into your RPM database.
On RHEL servers you can find the GPG key under
/usr/share/rhn
and you can import it as follows :/usr/bin/gpg –import /usr/share/rhn/RPM-GPG-KEY
Or you can also use
rpm –import /usr/share/rhn/RPM-GPG-KEY
Comments
Post a Comment