<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fred's Blog &#187; ubuntu</title>
	<atom:link href="http://www.valton.com.au/archives/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.valton.com.au</link>
	<description>techno-ramblings &#38; miscellanea</description>
	<lastBuildDate>Sat, 05 Dec 2009 00:22:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Importing keys into the apt keyring</title>
		<link>http://www.valton.com.au/archives/8</link>
		<comments>http://www.valton.com.au/archives/8#comments</comments>
		<pubDate>Tue, 13 Nov 2007 10:37:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://localhost/?p=8</guid>
		<description><![CDATA[Simple approach to loading apt keys from a key server into the apt keyring: # import key to keyring from key server sudo gpg &#8211;keyserver subkeys.pgp.net &#8211;recv-key A040830F7FAC5991 # check key fingerprint (optional) sudo gpg &#8211;fingerprint A040830F7FAC5991 # export key to apt keyring sudo gpg &#8211;armor &#8211;export A040830F7FAC5991 &#124; sudo apt-key add - This should [...]]]></description>
			<content:encoded><![CDATA[<p>Simple approach to loading apt keys from a key server into the apt keyring:<br />
<span id="more-8"></span><br />
# import key to keyring from key server<br />
sudo gpg &#8211;keyserver subkeys.pgp.net &#8211;recv-key A040830F7FAC5991</p>
<p># check key fingerprint (optional)<br />
sudo gpg &#8211;fingerprint A040830F7FAC5991</p>
<p># export key to apt keyring<br />
sudo gpg &#8211;armor &#8211;export A040830F7FAC5991 | sudo apt-key add -</p>
<p>This should address the following apt-get / aptitude error:</p>
<p>GPG error: http://dl.google.com stable Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY A040830F7FAC5991</p>
]]></content:encoded>
			<wfw:commentRss>http://www.valton.com.au/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
