[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] list pkgs installed since os install?
- Subject: [ale] list pkgs installed since os install?
- From: mbt at zest.trausch.us (Michael B. Trausch)
- Date: Wed, 5 Aug 2009 20:56:56 -0400 (EDT)
- In-reply-to: <[email protected]>
- References: <[email protected]>
On Wed, 5 Aug 2009, Tim Watts wrote:
> Anyone know of a way to list all packages installed on a system (Kubuntu 8.10)
> since the OS was installed? It doesn't seem possible to do this based on the
> info apt keeps. Have I missed something?
You can likely use the timestamps in the dpkg/apt metadata; the stat
filesystem command will give you the date/time that the file was changed,
which would appear to be the timestamp that you want.
--- Mike