<?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: Brain fart with Apt</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2007/10/13/brain-fart-with-apt/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2007/10/13/brain-fart-with-apt/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2007/10/13/brain-fart-with-apt/comment-page-1/#comment-29883</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Mon, 15 Oct 2007 12:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/10/13/brain-fart-with-apt/#comment-29883</guid>
		<description>Thanks!

I love that you are one of the few people who read the man pages more thoroughly than me!  :)</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I love that you are one of the few people who read the man pages more thoroughly than me!  <img src='http://jrwren.wrenfam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prototyped</title>
		<link>http://jrwren.wrenfam.com/blog/2007/10/13/brain-fart-with-apt/comment-page-1/#comment-29882</link>
		<dc:creator>Prototyped</dc:creator>
		<pubDate>Mon, 15 Oct 2007 06:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2007/10/13/brain-fart-with-apt/#comment-29882</guid>
		<description>It&#039;s easiest to do

sudo apt-get install pidgin gaim-

The - after gaim indicates that you want to uninstall it. It won&#039;t run concurrently, but then most of the time spent by apt is reading its &quot;database&quot; (really thousands of files in /var/lib/dpkg/info), so adding a second concurrent apt command would, even with finer-grained locking, only serve to slow things down. (Perhaps the next-generation apt and dpkg ought to use BerkeleyDB or SQLite or similar instead of treating the filesystem as a database.)</description>
		<content:encoded><![CDATA[<p>It&#8217;s easiest to do</p>
<p>sudo apt-get install pidgin gaim-</p>
<p>The &#8211; after gaim indicates that you want to uninstall it. It won&#8217;t run concurrently, but then most of the time spent by apt is reading its &#8220;database&#8221; (really thousands of files in /var/lib/dpkg/info), so adding a second concurrent apt command would, even with finer-grained locking, only serve to slow things down. (Perhaps the next-generation apt and dpkg ought to use BerkeleyDB or SQLite or similar instead of treating the filesystem as a database.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

