<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Fix GPG No Public Key NO_PUBKEY Error During apt-get Update</title>
	<atom:link href="http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/</link>
	<description>Guides, HowTos and Tips for Technology Geeks</description>
	<lastBuildDate>Thu, 09 Feb 2012 13:04:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eyal Peleg</title>
		<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/comment-page-1/#comment-162677</link>
		<dc:creator>Eyal Peleg</dc:creator>
		<pubDate>Tue, 27 Dec 2011 06:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=492#comment-162677</guid>
		<description>Lots of thatks to BartVB.
aptitude install debian-keyring debian-archive-keyring
worked great for me on debian lenny.</description>
		<content:encoded><![CDATA[<p>Lots of thatks to BartVB.<br />
aptitude install debian-keyring debian-archive-keyring<br />
worked great for me on debian lenny.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: worawit</title>
		<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/comment-page-1/#comment-90185</link>
		<dc:creator>worawit</dc:creator>
		<pubDate>Wed, 02 Mar 2011 08:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=492#comment-90185</guid>
		<description>Thanks from Thailand.
my command is
# pgp --recv-keys AED4B06F473041FA
.....
# pgp --armor --export AED4B06F473041FA &#124; apt-key add -
.....
# apt -get update</description>
		<content:encoded><![CDATA[<p>Thanks from Thailand.<br />
my command is<br />
# pgp &#8211;recv-keys AED4B06F473041FA<br />
&#8230;..<br />
# pgp &#8211;armor &#8211;export AED4B06F473041FA | apt-key add -<br />
&#8230;..<br />
# apt -get update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BartVB</title>
		<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/comment-page-1/#comment-53543</link>
		<dc:creator>BartVB</dc:creator>
		<pubDate>Mon, 12 Jul 2010 07:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=492#comment-53543</guid>
		<description>Most of the time it&#039;s easier to fix these problems with:

# aptitude install debian-keyring debian-archive-keyring

This should install the required public keys.</description>
		<content:encoded><![CDATA[<p>Most of the time it&#8217;s easier to fix these problems with:</p>
<p># aptitude install debian-keyring debian-archive-keyring</p>
<p>This should install the required public keys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timbuktu</title>
		<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/comment-page-1/#comment-16895</link>
		<dc:creator>Timbuktu</dc:creator>
		<pubDate>Sat, 05 Sep 2009 19:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=492#comment-16895</guid>
		<description>You need to add &#039;sudo&#039; to the command apt-key... it should be:
gpg --armor --export $keymissing &#124; sudo apt-key add - &amp;&amp; apt-get update

otherwise, you get this error:
timbuktu@homecomp:~$ keymissing=F9A2F76A9D1A0061 &amp;&amp; \
&gt; gpg --keyserver wwwkeys.eu.pgp.net --recv-keys $keymissing &amp;&amp; \
&gt; gpg --armor --export $keymissing &#124; apt-key add - &amp;&amp; apt-get update
gpg: requesting key 9D1A0061 from hkp server wwwkeys.eu.pgp.net
gpg: key 9D1A0061: &quot;Opera Software Archive Automatic Signing Key 2010 &quot; not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
gpg: no writable keyring found: eof
gpg: error reading `-&#039;: general error
gpg: import from `-&#039; failed: general error</description>
		<content:encoded><![CDATA[<p>You need to add &#8216;sudo&#8217; to the command apt-key&#8230; it should be:<br />
gpg &#8211;armor &#8211;export $keymissing | sudo apt-key add &#8211; &amp;&amp; apt-get update</p>
<p>otherwise, you get this error:<br />
timbuktu@homecomp:~$ keymissing=F9A2F76A9D1A0061 &amp;&amp; \<br />
&gt; gpg &#8211;keyserver wwwkeys.eu.pgp.net &#8211;recv-keys $keymissing &amp;&amp; \<br />
&gt; gpg &#8211;armor &#8211;export $keymissing | apt-key add &#8211; &amp;&amp; apt-get update<br />
gpg: requesting key 9D1A0061 from hkp server wwwkeys.eu.pgp.net<br />
gpg: key 9D1A0061: &#8220;Opera Software Archive Automatic Signing Key 2010 &#8221; not changed<br />
gpg: Total number processed: 1<br />
gpg:              unchanged: 1<br />
gpg: no writable keyring found: eof<br />
gpg: error reading `-&#8217;: general error<br />
gpg: import from `-&#8217; failed: general error</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko</title>
		<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/comment-page-1/#comment-12416</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Wed, 08 Jul 2009 22:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=492#comment-12416</guid>
		<description>Hi,
Just to say thank you for your e-Book Linux - 101 Hacks

Bye
Marko</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Just to say thank you for your e-Book Linux &#8211; 101 Hacks</p>
<p>Bye<br />
Marko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stat</title>
		<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/comment-page-1/#comment-11210</link>
		<dc:creator>stat</dc:creator>
		<pubDate>Fri, 05 Jun 2009 12:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=492#comment-11210</guid>
		<description>David - I have been using Ubuntu for many years and many versions the gpg issue has indeed become worse over the last couple of versions but all I have read indicates that this is an issue with the repos and not a localized problem.  In researching through the bug tracker, googling the forums etc.  I have frequently read that the gpg issue was not critical or indicative of a larger issue.   I agree those keys are there for a reason and often do their job without even being noticed but any box that has been modified (third party sources and the like) are going to see these errors.  Depending on what you have installed I can tell you what keys you will need.  Apt keys and key ring are both still works in process and a bit error prone.  I would not recommend freaking every time one of the acted up, you will be pretty busy.

If you have evidence to support that this is a serious issue or even can explain what the issue is so that it can be avoided it would be of help to the community.  I would suspect that the only way to avoid this is to run a default system which would be missing the whole point of Linux.  I fail to see that this is anything to worry about and appreciate Ramesh posting this here and reminding me of the solution (I have forgotten it so many times I have since embedded it into my sources list for reference).</description>
		<content:encoded><![CDATA[<p>David &#8211; I have been using Ubuntu for many years and many versions the gpg issue has indeed become worse over the last couple of versions but all I have read indicates that this is an issue with the repos and not a localized problem.  In researching through the bug tracker, googling the forums etc.  I have frequently read that the gpg issue was not critical or indicative of a larger issue.   I agree those keys are there for a reason and often do their job without even being noticed but any box that has been modified (third party sources and the like) are going to see these errors.  Depending on what you have installed I can tell you what keys you will need.  Apt keys and key ring are both still works in process and a bit error prone.  I would not recommend freaking every time one of the acted up, you will be pretty busy.</p>
<p>If you have evidence to support that this is a serious issue or even can explain what the issue is so that it can be avoided it would be of help to the community.  I would suspect that the only way to avoid this is to run a default system which would be missing the whole point of Linux.  I fail to see that this is anything to worry about and appreciate Ramesh posting this here and reminding me of the solution (I have forgotten it so many times I have since embedded it into my sources list for reference).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.thegeekstuff.com/2009/05/apt-get-update-how-to-solve-no-public-key-available/comment-page-1/#comment-9783</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 08 May 2009 18:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thegeekstuff.com/?p=492#comment-9783</guid>
		<description>Those keys are there for a reason, if you don&#039;t have the key then you should find out why instead of just blindly installing it.
On a properly configured box (eg default) then all the keys should be there.  If trusting everyone blindly was a good idea, then they wouldn&#039;t bother signing them in the first place.</description>
		<content:encoded><![CDATA[<p>Those keys are there for a reason, if you don&#8217;t have the key then you should find out why instead of just blindly installing it.<br />
On a properly configured box (eg default) then all the keys should be there.  If trusting everyone blindly was a good idea, then they wouldn&#8217;t bother signing them in the first place.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.thegeekstuff.com

Served from: www.thegeekstuff.com @ 2012-02-09 13:30:08 -->
