Author Topic: Installation - Public Key Error  (Read 6047 times)

Offline countryone77

  • Single posting newcomer
  • *
  • Posts: 2
Installation - Public Key Error
« on: June 23, 2010, 09:17:00 pm »
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


Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Installation - Public Key Error
« Reply #1 on: June 23, 2010, 09:54:45 pm »
Results from Google; I am a primarily a Windows user the link might not apply at all.

search Terms Used
Quote
yum 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.
« Last Edit: June 23, 2010, 10:05:12 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline countryone77

  • Single posting newcomer
  • *
  • Posts: 2
Re: Installation - Public Key Error
« Reply #2 on: June 24, 2010, 03:47:50 am »
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