Also don't know about such switch for dpkg.
The "list"-files of the installed packages in /var/lib/dpkg/info, I think, take
the date of installation. But I was to lazy to check it against the log-files.
So, something like

(cd /var/lib/dpkg/info;  ls -l *.list \
 | while read a b c d mm dd ty nm; do echo "$mm $dd $ty ${nm%.list}"; done)

could give a starting point for a list of installation dates.
For the removed packages this, obviously, does not work :-(
-- 
Best regards,
Jörg-Volker.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/j73d35$2g2$1...@dough.gmane.org

Reply via email to