<?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>wanna-be-a-Debian-system-administrator &#187; apt</title>
	<atom:link href="http://debian.kitaj.net/category/apt/feed/" rel="self" type="application/rss+xml" />
	<link>http://debian.kitaj.net</link>
	<description></description>
	<lastBuildDate>Mon, 17 May 2010 10:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AptGet keys</title>
		<link>http://debian.kitaj.net/2007/07/aptget-keys/</link>
		<comments>http://debian.kitaj.net/2007/07/aptget-keys/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 10:08:28 +0000</pubDate>
		<dc:creator>Mitja</dc:creator>
				<category><![CDATA[apt]]></category>

		<guid isPermaLink="false">http://debian.kitaj.net/2007/07/aptget-keys/</guid>
		<description><![CDATA[You can get the Debian key for the current year at:
http://ftp-master.debian.org/ziyi_key_&#60;i&#62;year&#60;/i&#62;.asc
Currently, this will be ziyi_key_2005.asc.
You can grab the file with wget:
wget http://ftp-master.debian.org/ziyi_key_2005.asc
And then import it into your gpg keyring:
gpg &#8211;import ziyi_key_2005.asc
It’ll print the id of the key it imports for 2005, the ID will be 4F368D5D, and you should use that to check the key [...]]]></description>
			<content:encoded><![CDATA[<p>You can get the Debian key for the current year at:</p>
<p>http://ftp-master.debian.org/ziyi_key_&lt;i&gt;year&lt;/i&gt;.asc</p>
<p>Currently, this will be ziyi_key_2005.asc.</p>
<p>You can grab the file with wget:</p>
<p>wget http://ftp-master.debian.org/ziyi_key_2005.asc</p>
<p>And then import it into your gpg keyring:</p>
<p>gpg &#8211;import ziyi_key_2005.asc</p>
<p>It’ll print the id of the key it imports for 2005, the ID will be 4F368D5D, and you should use that to check the key fingerprint. For the 2005 key, run:</p>
<p>gpg &#8211;fingerprint 4F368D5D</p>
<p>And you should see:</p>
<p>pub  1024D/4F368D5D 2005-01-31 Debian Archive Automatic Signing Key 2005 &lt;ftpmaster@debian.org&gt;<br />
Key fingerprint = 4C7A 8E5E 9454 FE3F AE1E  78AD F1D5 3D8C 4F36 8D5D</p>
<p>You’ll need to find the fingerprints for newer keys elsewhere.</p>
<p>Once you’re sure this is the right key, you can tell apt to accept the key by issuing the command:</p>
<p>gpg &#8211;armor &#8211;export 4F368D5D | sudo apt-key add -</p>
<p><a href="http://moonbase.rydia.net/mental/blog/life/mixing-ubuntu-and-debian.html">Mixing Ubuntu and Debian &#8211; Moonbase</a></p>
]]></content:encoded>
			<wfw:commentRss>http://debian.kitaj.net/2007/07/aptget-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apt-get: WARNING: The following packages cannot be authenticated!</title>
		<link>http://debian.kitaj.net/2007/03/apt-get-warning-the-following-packages-cannot-be-authenticated/</link>
		<comments>http://debian.kitaj.net/2007/03/apt-get-warning-the-following-packages-cannot-be-authenticated/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 12:23:46 +0000</pubDate>
		<dc:creator>mitja</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[repositories]]></category>

		<guid isPermaLink="false">http://debian.kitaj.net/index.php/2007/03/apt-get-warning-the-following-packages-cannot-be-authenticated/</guid>
		<description><![CDATA[When upgraded form Sarge to Etch I started to notice a warning when using apt-get install from command line. The warning said:
WARNING: The following packages cannot be authenticated!
Googling with the warning text as a keyword turned out (Debian style!) simple solution:
apt-get install debian-archive-keyring
 apt-get update
Nice to know that this is becouse Debian offers another level [...]]]></description>
			<content:encoded><![CDATA[<p>When upgraded form Sarge to Etch I started to notice a warning when using <em>apt-get install</em> from command line. The warning said:</p>
<blockquote><p>WARNING: The following packages cannot be authenticated!</p></blockquote>
<p>Googling with the warning text as a keyword turned out (Debian style!) simple solution:</p>
<blockquote><p><code>apt-get install debian-archive-keyring</code><br />
<code> apt-get update</code></p></blockquote>
<p>Nice to know that this is becouse Debian offers another level of safety in installing packages.</p>
<p>Little bit more about this topic is avilable at the origin of the above solution:<br />
<a href="http://changelog.complete.org/posts/496-How-to-solve-The-following-packages-cannot-be-authenticated.html">How to solve &#8220;The following packages cannot be authenticated&#8221; &#8211; The Changelog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://debian.kitaj.net/2007/03/apt-get-warning-the-following-packages-cannot-be-authenticated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
