LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   RPM installation is getting failed (https://www.linuxquestions.org/questions/linux-enterprise-47/rpm-installation-is-getting-failed-4175427334/)

gajanan 09-14-2012 08:53 PM

RPM installation is getting failed
 
Hello,

I have 64 Bit Linux installed. I am trying to install nagios-plugins-nrpe through yum below message is displayed.

""
Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY

Public key for nagios-plugins-nrpe-2.12-16.el6.x86_64.rpm is not installed
""

Please help me to resolve this problem. Even i could not download package from any of the URL.

Thank you.

unSpawn 09-15-2012 08:32 AM

When you add the EPEL repo you should also add their GPG key:
Code:

curl https://fedoraproject.org/static/0608B895.txt > /tmp/0608B895 && rpm --import /tmp/0608B895
[ -e /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 ] || { umask 027; cat /tmp/0608B895 > /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6; }


suttiwit 09-15-2012 08:59 AM

Have you tried other packages? If you have and this error appears again, try reverting the repository back to normal.


All times are GMT -5. The time now is 09:43 AM.