<?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>Wed, 08 Feb 2012 16:05:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: happynix</title>
		<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html#comment-34830</link>
		<dc:creator>happynix</dc:creator>
		<pubDate>Thu, 18 Nov 2010 15:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1849#comment-34830</guid>
		<description>apt-mark showauto &gt;/tmp/auto.pkgs
## ASSUMING your dpkg Logs go back to the initial machine install (May NOT work across dist-upgrades)
## Create a full dpkg timeline log  
cp /dev/null /tmp/dpkg.full
for LOG in $(ls -rt /var/log/dpkg.log.[0-9].gz  /var/log/dpkg.log.1[0-9].gz) 
do
    test -e $LOG &amp;&amp; gunzip -c  $LOG&gt;&gt; /tmp/dpkg.full
done
for LOG in $(ls -rt /var/log/dpkg.log /var/log/dpkg.log.[0-9]  /var/log/dpkg.log.1[0-9]) 
do
    test -e $LOG &amp;&amp; cat $LOG &gt;&gt;/tmp/dpkg.full
done

awk -v initialinstall=1 &#039;
   / install grub-pc / {initialinstall = 0; next;}                     
   / install / {if ( initialinstall == 0) print $4;}
 &#039; /tmp/dpkg.full &#124; grep -vf /tmp/auto.pkgs &gt;~/iInstalled.pkgs</description>
		<content:encoded><![CDATA[<p>apt-mark showauto &gt;/tmp/auto.pkgs<br />
## ASSUMING your dpkg Logs go back to the initial machine install (May NOT work across dist-upgrades)<br />
## Create a full dpkg timeline log<br />
cp /dev/null /tmp/dpkg.full<br />
for LOG in $(ls -rt /var/log/dpkg.log.[0-9].gz  /var/log/dpkg.log.1[0-9].gz)<br />
do<br />
    test -e $LOG &amp;&amp; gunzip -c  $LOG&gt;&gt; /tmp/dpkg.full<br />
done<br />
for LOG in $(ls -rt /var/log/dpkg.log /var/log/dpkg.log.[0-9]  /var/log/dpkg.log.1[0-9])<br />
do<br />
    test -e $LOG &amp;&amp; cat $LOG &gt;&gt;/tmp/dpkg.full<br />
done</p>
<p>awk -v initialinstall=1 &#039;<br />
   / install grub-pc / {initialinstall = 0; next;}<br />
   / install / {if ( initialinstall == 0) print $4;}<br />
 &#039; /tmp/dpkg.full | grep -vf /tmp/auto.pkgs &gt;~/iInstalled.pkgs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DC</title>
		<link>http://www.watchingthenet.com/show-list-of-recently-installed-packages-by-date-on-ubuntu.html#comment-29699</link>
		<dc:creator>DC</dc:creator>
		<pubDate>Sun, 05 Sep 2010 03:42:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.watchingthenet.com/?p=1849#comment-29699</guid>
		<description>Also: http://mavior.eu/apt-log/</description>
		<content:encoded><![CDATA[<p>Also: <a href="http://mavior.eu/apt-log/" rel="nofollow">http://mavior.eu/apt-log/</a></p>
]]></content:encoded>
	</item>
	<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>

