<?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: Adding Ubuntu Repositories</title>
	<atom:link href="http://www.debianadmin.com/adding-ubuntu-repositories.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.debianadmin.com/adding-ubuntu-repositories.html</link>
	<description>Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips</description>
	<lastBuildDate>Thu, 19 Nov 2009 13:24:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: themill</title>
		<link>http://www.debianadmin.com/adding-ubuntu-repositories.html/comment-page-1#comment-3898</link>
		<dc:creator>themill</dc:creator>
		<pubDate>Sun, 25 Oct 2009 23:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/adding-ubuntu-repositories.html#comment-3898</guid>
		<description>Please remove this article from the *debianadmin* site or at the very least mark it that it shouldn&#039;t be used by people running debian.

People are adding these repos to their sources.list on debian machines and causing all manner of mess. Fortunately, most of the versions are sufficiently ancient that it at least causes little damage these days.</description>
		<content:encoded><![CDATA[<p>Please remove this article from the *debianadmin* site or at the very least mark it that it shouldn&#8217;t be used by people running debian.</p>
<p>People are adding these repos to their sources.list on debian machines and causing all manner of mess. Fortunately, most of the versions are sufficiently ancient that it at least causes little damage these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krasimir Milchev</title>
		<link>http://www.debianadmin.com/adding-ubuntu-repositories.html/comment-page-1#comment-125</link>
		<dc:creator>Krasimir Milchev</dc:creator>
		<pubDate>Sat, 29 Mar 2008 13:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/adding-ubuntu-repositories.html#comment-125</guid>
		<description>And if you get:

gpg --recv-keys 40976EAF437D05B5
gpg: no keyserver known (use option --keyserver)
gpg: keyserver receive failed: bad URI

you need to explicitly say which is the key server:

gpg --keyserver keyserver.ubuntu.com --recv-keys 40976EAF437D05B5</description>
		<content:encoded><![CDATA[<p>And if you get:</p>
<p>gpg &#8211;recv-keys 40976EAF437D05B5<br />
gpg: no keyserver known (use option &#8211;keyserver)<br />
gpg: keyserver receive failed: bad URI</p>
<p>you need to explicitly say which is the key server:</p>
<p>gpg &#8211;keyserver keyserver.ubuntu.com &#8211;recv-keys 40976EAF437D05B5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete greening</title>
		<link>http://www.debianadmin.com/adding-ubuntu-repositories.html/comment-page-1#comment-124</link>
		<dc:creator>pete greening</dc:creator>
		<pubDate>Mon, 24 Sep 2007 14:43:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/adding-ubuntu-repositories.html#comment-124</guid>
		<description>but more importantly... what do I need to use as a keyserver to get this bad boy 40976EAF437D05B5</description>
		<content:encoded><![CDATA[<p>but more importantly&#8230; what do I need to use as a keyserver to get this bad boy 40976EAF437D05B5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gord Fisch</title>
		<link>http://www.debianadmin.com/adding-ubuntu-repositories.html/comment-page-1#comment-123</link>
		<dc:creator>Gord Fisch</dc:creator>
		<pubDate>Mon, 07 May 2007 01:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/adding-ubuntu-repositories.html#comment-123</guid>
		<description>Hey, it did it to me too. that&#039;s not a long dash, it&#039;s a double dash. I&#039;ll try again:
gpg - -recv-keys 40976EAF437D05B5
gpg - -export –armor 40976EAF437D05B5 &#124; sudo apt-key add -</description>
		<content:encoded><![CDATA[<p>Hey, it did it to me too. that&#8217;s not a long dash, it&#8217;s a double dash. I&#8217;ll try again:<br />
gpg &#8211; -recv-keys 40976EAF437D05B5<br />
gpg &#8211; -export –armor 40976EAF437D05B5 | sudo apt-key add -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gord Fisch</title>
		<link>http://www.debianadmin.com/adding-ubuntu-repositories.html/comment-page-1#comment-122</link>
		<dc:creator>Gord Fisch</dc:creator>
		<pubDate>Sat, 28 Apr 2007 17:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/adding-ubuntu-repositories.html#comment-122</guid>
		<description>Thanks so much. Installed studio64 (debian distro) and was trying to add ubuntu sources.

Eric, I don&#039;t know if it was the form interface, but the long dashes in front of the gpg commands should be --
gpg --recv-keys 40976EAF437D05B5
gpg --export --armor 40976EAF437D05B5 &#124; sudo apt-key add -</description>
		<content:encoded><![CDATA[<p>Thanks so much. Installed studio64 (debian distro) and was trying to add ubuntu sources.</p>
<p>Eric, I don&#8217;t know if it was the form interface, but the long dashes in front of the gpg commands should be &#8211;<br />
gpg &#8211;recv-keys 40976EAF437D05B5<br />
gpg &#8211;export &#8211;armor 40976EAF437D05B5 | sudo apt-key add -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Anderson</title>
		<link>http://www.debianadmin.com/adding-ubuntu-repositories.html/comment-page-1#comment-121</link>
		<dc:creator>Eric Anderson</dc:creator>
		<pubDate>Wed, 15 Nov 2006 04:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/adding-ubuntu-repositories.html#comment-121</guid>
		<description>You may also need to set up the GPG key for apt.  If you get an error like the following when using the new repository,that&#039;s what&#039;s going on.

&quot;GPG error: http://archive.ubuntu.com dapper Release: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5&quot;

To correct this, retrieve the GPG key:
  $ gpg --recv-keys 40976EAF437D05B5
And then add it to apt-keys:
  $  gpg --export --armor 40976EAF437D05B5 &#124; sudo apt-key add -</description>
		<content:encoded><![CDATA[<p>You may also need to set up the GPG key for apt.  If you get an error like the following when using the new repository,that&#8217;s what&#8217;s going on.</p>
<p>&#8220;GPG error: <a href="http://archive.ubuntu.com" rel="nofollow">http://archive.ubuntu.com</a> dapper Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5&#8243;</p>
<p>To correct this, retrieve the GPG key:<br />
  $ gpg &#8211;recv-keys 40976EAF437D05B5<br />
And then add it to apt-keys:<br />
  $  gpg &#8211;export &#8211;armor 40976EAF437D05B5 | sudo apt-key add -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross</title>
		<link>http://www.debianadmin.com/adding-ubuntu-repositories.html/comment-page-1#comment-120</link>
		<dc:creator>Ross</dc:creator>
		<pubDate>Wed, 01 Nov 2006 15:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.debianadmin.com/adding-ubuntu-repositories.html#comment-120</guid>
		<description>Thanks,

The best repository info I could find on the web.

good work</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>The best repository info I could find on the web.</p>
<p>good work</p>
]]></content:encoded>
	</item>
</channel>
</rss>
