<?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>Pario TechnoBlob &#187; backports</title>
	<atom:link href="http://pario.no/tag/backports/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Debian backports and pinning</title>
		<link>http://pario.no/2008/02/22/debian-backports-and-pinning/</link>
		<comments>http://pario.no/2008/02/22/debian-backports-and-pinning/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 23:05:53 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Etch]]></category>

		<guid isPermaLink="false">http://pario.no/2008/02/22/debian-backports/</guid>
		<description><![CDATA[I&#8217;m running Debian Etch because I prefer the stable Debian package tree. This is all great but the software is a little outdated compared to other distributions like Ubuntu. That is where backports come in. Backports are recompiled packages from testing (mostly) and unstable (in a few cases only, e.g. security updates), so they will [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m running Debian Etch because I prefer the stable Debian package tree. This is all great but the software is a little outdated compared to other distributions like Ubuntu. That is where backports come in. Backports are recompiled packages from testing (mostly) and unstable (in a few cases only, e.g. security updates), so they will run without new libraries (wherever it is possible) on a stable Debian distribution. They recommend you to pick out single backports which fits your needs, and not to use all backports available here.</p>
<p>Using backports is simple</p>
<ol>
<li>Add this line to your <strong>/etc/apt/sources.list</strong></li>
<pre>
deb http://www.backports.org/debian etch-backports main contrib non-free</pre>
<li>Run
<pre>
apt-get update</pre>
<p>You might get a error message</p>
<pre>
Reading package lists... Done
W: GPG error: http://www.backports.org etch-backports Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EA8E8B2116BA136C
W: You may want to run apt-get update to correct these problems</pre>
<p>This message comes on Debian Etch because you haven&#8217;t imported the backports keyring. It&#8217;s easily fixed by running the command</p>
<pre>
apt-get install debian-backports-keyring</pre>
</li>
<li>Since all backports are deactivated by default you got to tell the package manager to use the backports repository. To install a newer version of nmap
<pre>
apt-get -t etch-backports install nmap</pre>
</li>
</ol>
<p>It is important to remember that if you forget to tell apt-get that nmap is installed from backports and run another apt-get install nmap it will remove my backports package.</p>
<p><strong>A simple solution to this is to use pinning</strong><br />
Edit <strong>/etc/apt/preferences</strong>, the file has to be created if you haven&#8217;t used pinning before</p>
<pre>
Package: nmap
Pin: release a=etch-backports
Pin-Priority: 999</pre>
<p>Now the system &#8220;remembers&#8221; that nmap is installed from the backports repository and you don&#8217;t have to worry about it anymore, nice.</p>
<p>Source: <a href="http://www.backports.org/">http://www.backports.org/</a></p>
<script type="text/javascript">var wordpress_toolbar_urls = ["http:\/\/www.backports.org\/"];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDgvMDIvMjIvZGViaWFuLWJhY2twb3J0cy1hbmQtcGlubmluZy88d3B0Yj5EZWJpYW4gYmFja3BvcnRzIGFuZCBwaW5uaW5nPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2008/02/22/debian-backports-and-pinning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

