Issue:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 37017186
Public key for libXdmcp-devel-1.0.1-2.1.i386.rpm is not installed
Answer:
The provider of your .rpm signed it with its private key to proove it is a genuine file from them.
We can verify it with the public key (but not sign, see wikipedia RSA PKI about public/private keys FYI)
Practically that means you need to find the public key and import it
in my case it was a file named: RPM-GPG-KEY ( from Red HAt distro)
suggestion: find / -name "*GPG*"
then import the public key with: rpm --import *GPG*
and it should be ok.
阅读(895) | 评论(0) | 转发(0) |