package install dates, or log

Brian Craft bcboy at thecraftstudio.com
Mon Jan 24 00:31:19 UTC 2005


Well, if anyone else has this trouble, I eventually found that the
modification times on files under /var/log/dpkg reflect the install
time.

To find the packages I'd installed in the last day, I did

	find /var/lib/dpkg -mtime 0 -name "*.list"

pipe to "xargs apt-get remove" to remove them.

b.c.

On Sun, Jan 23, 2005 at 02:07:13PM -0800, crimsun at fungus.sh.nu wrote:
> On Sun, Jan 23, 2005 at 01:33:23PM -0800, Brian Craft wrote:
> > Can the install date of a package be queried? I can't find a list of
> > package variables that can be queried with dpkg.




More information about the ubuntu-users mailing list