<?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: See What Version of a Package Is Installed on Ubuntu</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Mon, 23 Nov 2009 03:04:03 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: lonny27</title>
		<link>http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/comment-page-1/#comment-64973</link>
		<dc:creator>lonny27</dc:creator>
		<pubDate>Fri, 16 Jan 2009 06:50:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/#comment-64973</guid>
		<description>dpkg is also a good option, especially if you don&#039;t know the exact package name

:~$ dpkg -l
or in combination with grep
:~$ dpkg -l &#124; grep ruby
or if you expecting a lot of matches
:~$ dpkg -l &#124; grep lib &#124; less

you can also use regular expression patterns with grep</description>
		<content:encoded><![CDATA[<p>dpkg is also a good option, especially if you don&#8217;t know the exact package name</p>
<p>:~$ dpkg -l<br />
or in combination with grep<br />
:~$ dpkg -l | grep ruby<br />
or if you expecting a lot of matches<br />
:~$ dpkg -l | grep lib | less</p>
<p>you can also use regular expression patterns with grep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/comment-page-1/#comment-592</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Mon, 18 Dec 2006 22:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/#comment-592</guid>
		<description>that&#039;s better. Here&#039;s what the output looks like

amir@amir-desktop:~$ apt-show-versions -a ruby
ruby    1.8.2-1 install ok installed
No stable version
ruby    1.8.2-1 dapper
ruby/dapper uptodate 1.8.2-1</description>
		<content:encoded><![CDATA[<p>that&#8217;s better. Here&#8217;s what the output looks like</p>
<p><a href="mailto:amir@amir-desktop:~$">amir@amir-desktop:~$</a> apt-show-versions -a ruby<br />
ruby    1.8.2-1 install ok installed<br />
No stable version<br />
ruby    1.8.2-1 dapper<br />
ruby/dapper uptodate 1.8.2-1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/comment-page-1/#comment-591</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Mon, 18 Dec 2006 22:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/#comment-591</guid>
		<description>The previous comment was supposed to show the example as:

apt-show-versions -a &lt;packagename&gt;

I hope that works better!! Wot no preview?!</description>
		<content:encoded><![CDATA[<p>The previous comment was supposed to show the example as:</p>
<p>apt-show-versions -a &lt;packagename&gt;</p>
<p>I hope that works better!! Wot no preview?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/comment-page-1/#comment-590</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Mon, 18 Dec 2006 22:35:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/see-what-version-of-a-package-is-installed-on-ubuntu/#comment-590</guid>
		<description>apt-show-versions is a gem of a tool
(you need to sudo apt-get install apt-show-versions)

apt-show-versions -a 

lists all available versions on the apt repository servers (aswell as the installed version, if there is one)

This is occasionally very useful</description>
		<content:encoded><![CDATA[<p>apt-show-versions is a gem of a tool<br />
(you need to sudo apt-get install apt-show-versions)</p>
<p>apt-show-versions -a </p>
<p>lists all available versions on the apt repository servers (aswell as the installed version, if there is one)</p>
<p>This is occasionally very useful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
