<?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: Extracting tar, gzip, bzip2, z</title>
	<atom:link href="http://alexander.holbreich.org/2009/02/tar-gzip/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexander.holbreich.org/2009/02/tar-gzip/</link>
	<description>Personal blog of Alexander Holbreich</description>
	<lastBuildDate>Tue, 09 Mar 2010 16:46:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: shuron</title>
		<link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4095</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4095</guid>
		<description>Hey Moinul, i never done anything with Deluge, but found &lt;a href=&quot;http://dev.deluge-torrent.org/wiki/Faq#HowdoIinstall1.1&quot; rel=&quot;nofollow&quot;&gt;description of it &lt;/a&gt;. Maybe it helps you;)</description>
		<content:encoded><![CDATA[<p>Hey Moinul, i never done anything with Deluge, but found <a href="http://dev.deluge-torrent.org/wiki/Faq#HowdoIinstall1.1" rel="nofollow">description of it </a>. Maybe it helps you;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moinul Abrar</title>
		<link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-4093</link>
		<dc:creator>Moinul Abrar</dc:creator>
		<pubDate>Thu, 11 Mar 2010 09:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-4093</guid>
		<description>Thank you for this hint.
tar -xjf target.tar.bz2 

How can I install &quot;Deluge&quot; torrent downloading software from &quot;deluge-1.2.0_rc1.tar.bz2&quot; which I download from Internet. Please help me. With thanks-
Moinul Abrar</description>
		<content:encoded><![CDATA[<p>Thank you for this hint.<br />
tar -xjf target.tar.bz2 </p>
<p>How can I install &#8220;Deluge&#8221; torrent downloading software from &#8220;deluge-1.2.0_rc1.tar.bz2&#8243; which I download from Internet. Please help me. With thanks-<br />
Moinul Abrar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shuron</title>
		<link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-3274</link>
		<dc:creator>shuron</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-3274</guid>
		<description>Thank you for this hint.
tar -xjf target.tar.bz2 should be added to the list</description>
		<content:encoded><![CDATA[<p>Thank you for this hint.<br />
tar -xjf target.tar.bz2 should be added to the list</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: twam</title>
		<link>http://alexander.holbreich.org/2009/02/tar-gzip/comment-page-1/#comment-3269</link>
		<dc:creator>twam</dc:creator>
		<pubDate>Thu, 11 Mar 2010 14:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://alexander.holbreich.org/?p=387#comment-3269</guid>
		<description>Your example of bzip2 is

bzip2 -dc target.tar.gz &#124; tar xf -  

I think the file should be named tar.bz2 as well. :) Modern versions of tar offer a direct use of bzip2 using the -j commandline switch:

tar -xjf target.tar.bz2</description>
		<content:encoded><![CDATA[<p>Your example of bzip2 is</p>
<p>bzip2 -dc target.tar.gz | tar xf &#8211;  </p>
<p>I think the file should be named tar.bz2 as well. <img src='http://alexander.holbreich.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Modern versions of tar offer a direct use of bzip2 using the -j commandline switch:</p>
<p>tar -xjf target.tar.bz2</p>
]]></content:encoded>
	</item>
</channel>
</rss>
