From: Moshe Goldfarb. on
On Wed, 23 Jul 2008 15:38:41 +0100, Homer wrote:

> Verily I say unto thee, that karthikbalaguru spake thusly:
>
>> Whenever i install a rpm, i get the below warning. " warning:
>> filename.rpm: Header V3 DSA signature: NOKEY, key ID "
>>
>> How to resolve this ? Any ideas ?
>
> This is not a help group, this is an advocacy group.

comp.os.linux.advocacy an advocacy group?

Wow....
You could have fooled me.

It looks more like a Microsoft hate group to me...



--
Moshe Goldfarb
Collector of soaps from around the globe.
Please visit The Hall of Linux Idiots:
http://linuxidiots.blogspot.com/
From: karthikbalaguru on
On Jul 23, 7:38 pm, Homer <use...(a)slated.org> wrote:
> Verily I say unto thee, that karthikbalaguru spake thusly:
>
> > Whenever i install a rpm, i get the below warning. " warning:
> > filename.rpm: Header V3 DSA signature: NOKEY, key ID "
>
> > How to resolve this ? Any ideas ?
>
> This is not a help group, this is an advocacy group.
>
> For technical help questions, please see comp.os.linux.misc
>
> However, now that you're here...
>
> First of all a /warning/ is not an error, it is not fatal and does not
> prevent you from using your system. However this particular warning is
> telling you that the package is signed using a key that you currently do
> not have in your keyring, and you must therefore import it before the
> package signature can be verified:
>
> rpm --import [path or url to public GPG key]
>
> As to where the key is, in order to tell you that I'd need to know
> exactly what package you're trying to install and on what distro.
>
> The keys for each repo /should/ have been installed with the install of
> that OS, and/or using a "release" package. If they weren't then I'd
> question /why/ that is the case.
>
> E.g.:
>
>  ~]# rpm -qf /etc/yum.repos.d/fedora.repo
> fedora-release-8-5
>
> ~]# rpm -ql fedora-release
> [snip]
> /etc/pki/rpm-gpg/RPM-GPG-KEY
> /etc/pki/rpm-gpg/RPM-GPG-KEY-beta
> /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
> /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-rawhide
> /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test
> /etc/pki/rpm-gpg/RPM-GPG-KEY-rawhide
>
> So what package did you install, and on which distro?
>

Thx for that info.
I am installing packages related / required for a python
utility in RedHat Linux 9.0.

Karthik Balaguru