Code::Blocks Forums
User forums => Help => Topic started by: countryone77 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
-
Results from Google; I am a primarily a Windows user the link might not apply at all.
search Terms Used
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.
-
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