Yum errors
While running ‘Yum update’, if we get the following error,
downloading Packages:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID ed00d312
Public key for syslog-ng-2.0.0-1.el4.i386.rpm is not installed
We can fix the error by installing GPG public key.
There are few kind of RPMs e.g atrpms, dag..
You can see the RPM types using the command,
yum list
Below are the ways to install RPM GPG keys for atrpms and dag,
wget http://ATrpms.net/RPM-GPG-KEY.atrpms
rpm –import RPM-GPG-KEY.atrpms
wget http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
rpm –import RPM-GPG-KEY.dag.txt
Leave a Reply
You must be logged in to post a comment.