<?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>Don&#039;t Forget to Plant It! &#187; apt-file</title>
	<atom:link href="http://blog.codeeg.com/tag/apt-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codeeg.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Jul 2010 12:22:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Finding the Package You Need in Ubuntu</title>
		<link>http://blog.codeeg.com/2006/11/12/finding-the-package-you-need-in-ubuntu/</link>
		<comments>http://blog.codeeg.com/2006/11/12/finding-the-package-you-need-in-ubuntu/#comments</comments>
		<pubDate>Sun, 12 Nov 2006 17:23:39 +0000</pubDate>
		<dc:creator>Calvin</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-file]]></category>
		<category><![CDATA[hpricot]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.codeeg.com/2006/11/12/finding-the-package-you-need-in-ubuntu/</guid>
		<description><![CDATA[I just discovered the handy apt-file command in Ubuntu today while trying to resolve the dependencies need to install Hpricot. With this utility, you call search through all the packages in your repositories (installed and not installed) for a given file. For example: apt-file search stdlib.h Will return a list of packages with that header [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just discovered the handy <strong>apt-file</strong> command in Ubuntu today while trying to resolve the dependencies need to install <a title="Hpricot" href="http://code.whytheluckystiff.net/hpricot/">Hpricot</a>.  With this utility, you call search through all the packages in your repositories (installed and not installed) for a given file.  For example:</p>
<pre>apt-file search stdlib.h</pre>
<p>Will return a list of packages with that header file.  In order for this command to work though, you&#8217;ll need to at least have ran this command once:</p>
<pre>sudo apt-file update</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.codeeg.com/2006/11/12/finding-the-package-you-need-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
