<?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: List Installed Packages on Your Ubuntu Linux</title>
	<atom:link href="http://www.unixtutorial.org/2008/09/list-installed-packages-on-your-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/09/list-installed-packages-on-your-ubuntu-linux/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 21 Jan 2010 02:07:52 +0300</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gleb Reys</title>
		<link>http://www.unixtutorial.org/2008/09/list-installed-packages-on-your-ubuntu-linux/comment-page-1/#comment-1773</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Fri, 16 Jan 2009 09:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=80#comment-1773</guid>
		<description>Thanks for sharing, Dave!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing, Dave!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveQB</title>
		<link>http://www.unixtutorial.org/2008/09/list-installed-packages-on-your-ubuntu-linux/comment-page-1/#comment-1772</link>
		<dc:creator>DaveQB</dc:creator>
		<pubDate>Fri, 16 Jan 2009 04:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/?p=80#comment-1772</guid>
		<description>If you want to see just what you have installed....

dpkg -l &#124;grep -e &quot;^ii.*&quot;

or whats installed that contains the name firefox

dpkg -l &quot;*firefox*&quot;&#124;grep -e &quot;^ii.*&quot;

Just something I have used.</description>
		<content:encoded><![CDATA[<p>If you want to see just what you have installed&#8230;.</p>
<p>dpkg -l |grep -e "^ii.*"</p>
<p>or whats installed that contains the name firefox</p>
<p>dpkg -l "*firefox*"|grep -e "^ii.*"</p>
<p>Just something I have used.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
