<?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>Marslert Guy - A walking guy to the M@rs &#187; apt-get</title>
	<atom:link href="http://marslert.com/blog/category/apt-get/feed/" rel="self" type="application/rss+xml" />
	<link>http://marslert.com/blog</link>
	<description>M@rsGuy</description>
	<lastBuildDate>Tue, 21 Jul 2009 17:41:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>apt-get update</title>
		<link>http://marslert.com/blog/2009/02/16/apt-get-update/</link>
		<comments>http://marslert.com/blog/2009/02/16/apt-get-update/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 13:24:19 +0000</pubDate>
		<dc:creator>marslert</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://marslert.com/blog/?p=112</guid>
		<description><![CDATA[Sometime, you will get GPG error when running apt-get update after adding some unofficial supported list to your Ubuntu list. W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 28A8205077558DD0 After researching around, found a fix for this kind of situation. Type in, gpg [...]]]></description>
			<content:encoded><![CDATA[<p>Sometime, you will get GPG error when running apt-get update after adding some unofficial supported list to your Ubuntu list.</p>
<blockquote><p>W: GPG error: <a href="http://ppa.launchpad.net/" target="_blank">http://ppa.launchpad.net</a> intrepid Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 28A8205077558DD0</p></blockquote>
<p>After researching around, found a fix for this kind of situation.</p>
<p>Type in,</p>
<blockquote><p>gpg &#8211;keyserver keyserver.ubuntu.com &#8211;recv 247D1CFF</p></blockquote>
<p>However, you need to replace 247D1CFF with your NO_PUBKEY-key last eight digits from the error-message to import the key. In my case, I replace 247D1CFF with 77558DD0.</p>
<p>After that, add the key to the software source with below command,</p>
<blockquote><p>gpg &#8211;export &#8211;armor 247D1CFF | sudo apt-key add -</p></blockquote>
<p>Again, replace 247D1CFF with your NO_PUBKEY-key last eight digits from the error-message.</p>
<p>You should see some OK message for this 2 command. Then, try running apt-get update and it will be fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://marslert.com/blog/2009/02/16/apt-get-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
