<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
		>
<channel>
	<title>Comments on: Display The List Of Recently Installed Packages By Date On Ubuntu</title>
	<atom:link href="http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html</link>
	<description>Computer - Internet - Technology Tips And Tutorials</description>
	<lastBuildDate>Mon, 15 Mar 2010 12:07:55 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter L Collins</title>
		<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html#comment-20996</link>
		<dc:creator>Peter L Collins</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1849#comment-20996</guid>
		<description>The Synaptics tip is a good one. I rarely do an active investigation of all the options in the packages I use - even those I use frequently! Thanks.</description>
		<content:encoded><![CDATA[<p>The Synaptics tip is a good one. I rarely do an active investigation of all the options in the packages I use &#8211; even those I use frequently! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watching The Net</title>
		<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html#comment-18728</link>
		<dc:creator>Watching The Net</dc:creator>
		<pubDate>Sat, 13 Jun 2009 15:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1849#comment-18728</guid>
		<description>@Wodin

Old habits are hard break ;-) Thanks for the tip with grep.</description>
		<content:encoded><![CDATA[<p>@Wodin</p>
<p>Old habits are hard break <img src='http://www.watchingthenet.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Thanks for the tip with grep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wodin</title>
		<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html#comment-18725</link>
		<dc:creator>Wodin</dc:creator>
		<pubDate>Sat, 13 Jun 2009 10:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1849#comment-18725</guid>
		<description>Useful, but you have a UUoC (http://en.wikipedia.org/wiki/Cat_(Unix)#Useless_use_of_cat)

Also, no need to use backslashes to quote the spaces around &quot;install&quot;:

grep &quot; install &quot; /var/log/dpkg.log</description>
		<content:encoded><![CDATA[<p>Useful, but you have a UUoC (<a href="http://en.wikipedia.org/wiki/Cat_(Unix)#Useless_use_of_cat" rel="nofollow">http://en.wikipedia.org/wiki/Cat_(Unix)#Useless_use_of_cat</a>)</p>
<p>Also, no need to use backslashes to quote the spaces around &#034;install&#034;:</p>
<p>grep &#034; install &#034; /var/log/dpkg.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Watching The Net</title>
		<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html#comment-18719</link>
		<dc:creator>Watching The Net</dc:creator>
		<pubDate>Sat, 13 Jun 2009 00:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1849#comment-18719</guid>
		<description>@Adam Williamson - thanks for spotting the error. I have corrected it.

Also, nice tip for using rpm to list packages by installation date.</description>
		<content:encoded><![CDATA[<p>@Adam Williamson &#8211; thanks for spotting the error. I have corrected it.</p>
<p>Also, nice tip for using rpm to list packages by installation date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Williamson</title>
		<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html#comment-18718</link>
		<dc:creator>Adam Williamson</dc:creator>
		<pubDate>Fri, 12 Jun 2009 23:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1849#comment-18718</guid>
		<description>You&#039;ve got a typo in your last command - /vat for /var.

On RPM-based distros:

rpm -qa --last

gives you the list of all packages sorted by installation date. You can chop it up with head and tail to just look at a bit of it (e.g. rpm -qa --last &#124; head -50 will show you the last 50 installed packages).</description>
		<content:encoded><![CDATA[<p>You&#039;ve got a typo in your last command &#8211; /vat for /var.</p>
<p>On RPM-based distros:</p>
<p>rpm -qa &#8211;last</p>
<p>gives you the list of all packages sorted by installation date. You can chop it up with head and tail to just look at a bit of it (e.g. rpm -qa &#8211;last | head -50 will show you the last 50 installed packages).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.303 seconds -->
