News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Installation - Public Key Error

Started by countryone77, June 23, 2010, 09:17:00 PM

Previous topic - Next topic

countryone77

I tried to install Code::Blocks on 32-bit Fedora 13.  I downloaded the the binary release packages this morning and then used the following command to do the installation (as root):

yum localinstall codeblocks-10.05-0.fc13.i686.rpm codeblocks-contrib-10.05-0.fc13.i686.rpm

However, that fails with the following error ...
=================================
warning: rpmts_HdrFromFdno: Header V4 RSA/SHA1 Signature, key ID 77c45580: NOKEY

Public key for codeblocks-contrib-10.05-0.fc13.i686.rpm is not installed

=================================
What must I do to circumvent that problem?

Thanks,
Bev in TX


stahta01

#1
Results from Google; I am a primarily a Windows user the link might not apply at all.

search Terms Used
Quoteyum localinstall Public key for rpm is not installed

http://www.centos.org/docs/5/html/yum/sn-using-repositories.html#sn-authorizing-package-sources
http://fedoraforum.org/forum/showthread.php?t=213621

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

countryone77

Thanks -- the --nogpgcheck worked.

I did search for this error on Google and here prior to posting here.  I saw using "rpm --import ..." in several places, but I never saw which file to import for Code::Blocks.  That is, I saw no reference to keys for a Fedora installation of Code::Blocks.   I did see http://apt.wxwidgets.org/key.asc used for a different distribution (i.e., not Fedora), but that did not help me.  If anyone knows of a security keys file for Code::Blocks for Fedora, I'd appreciate it if you would post its location.

In any case, I was able to install Code::Blocks now :-).

Thanks!

Bev in TX