By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 121 - Cannot install packages due to missing public key
Summary: Cannot install packages due to missing public key
Status: RESOLVED DUPLICATE of bug 126
Alias: None
Product: Fedora Directory Server
Classification: Unclassified
Component: Directory Server (show other bugs)
Version: unspecified
Hardware: amd64 Linux
: P3 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2009-10-21 09:44 CDT by Andres Murillo
Modified: 2012-10-19 15:52 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andres Murillo 2009-10-21 09:44:26 CDT
Steps to On a Ubuntu 8.04 guest (Turnkey Linux Core):

1) Add the repositories:
nano /etc/apt/sources.list.d/sources.list

Append to the end:
deb http://fedorads.pearsoncomputing.net/ intrepid main
deb-src http://fedorads.pearsoncomputing.net/ intrepid main

2) Add the keys:
apt-get -y install wget gnupg
wget http://apt.pearsoncomputing.net/public.gpg
apt-key add public.gpg 
rm public.gpg


3) Update and install packages
apt-get update

W: GPG error: http://fedorads.pearsoncomputing.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D6A7B70CE23CE692
W: You may want to run apt-get update to correct these problems
Comment 1 Timothy Pearson 2009-11-09 18:14:09 CST

*** This bug has been marked as a duplicate of bug 126 ***