<?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>Simplicity is a form of art... &#187; Gentoo</title>
	<atom:link href="http://blog.siphos.be/tag/gentoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.siphos.be</link>
	<description>Sven Vermeulen&#039;s web log</description>
	<lastBuildDate>Sun, 29 Jan 2012 11:33:40 +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>Listing files of (not) installed software</title>
		<link>http://blog.siphos.be/2010/06/listing-files-of-not-installed-software/</link>
		<comments>http://blog.siphos.be/2010/06/listing-files-of-not-installed-software/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 08:54:54 +0000</pubDate>
		<dc:creator>swift</dc:creator>
				<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.siphos.be/?p=81</guid>
		<description><![CDATA[Everyone that has been using Gentoo for a while now knows about tools such as qlist that show you the list of files installed by an (installed) package, or qfile that allows you to find which package provided a particular &#8230; <a href="http://blog.siphos.be/2010/06/listing-files-of-not-installed-software/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
Everyone that has been using Gentoo for a while now knows about tools such as <b>qlist</b> that show you the list of files installed by an (installed) package, or <b>qfile</b> that allows you to find which package provided a particular file on your system.
</p>
<p>
One thing lacking is to be able to find out which package <em>would</em> provide a file. Unlike the previous tools, this tool cannot rely on the information found on your system as the package isn&#8217;t installed yet.
</p>
<p>
There have been projects in the past that attempted to provide such functionality, almost always through an online queryable database. Many haven&#8217;t survived, due to too high expectations or little server infrastructure resources. But it seems like <a href="http://www.portagefilelist.de">PortageFileList</a> is to stay for a while.
</p>
<p>
The project not only offers an online interface for querying information, it also provides a package (<tt>app-portage/pfl</tt>) that allows you to query their infrastructure from the command line. The package provides a tool called <b>e-file</b> which supports SQL-like syntax for the queries.
</p>
<p><code><br />
~$ e-file '%bin/xdm'<br />
</code></p>
<p>
The above command will then display, using the well-known emerge/Portage output, which package provides the file (as well as which file was matched by the query).
</p>
<p>
Definitely a nice tool to have around. Thanks guys of <a href="http://www.portagefilelist.de">PortageFileList</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.siphos.be/2010/06/listing-files-of-not-installed-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

