Re: dates of install for pkgs
- From: Jörg-Volker Peetz <jvpeetz@xxxxxx>
- Date: Wed, 12 Oct 2011 08:46:21 +0200
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-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
Archive: http://lists.debian.org/j73d35$2g2$1@xxxxxxxxxxxxxxx
- Follow-Ups:
- Re: dates of install for pkgs
- From: Harry Putnam
- Re: dates of install for pkgs
- From: Harry Putnam
- Re: dates of install for pkgs
- References:
- dates of install for pkgs
- From: Harry Putnam
- dates of install for pkgs
- Prev by Date: Re: Hi, how to lower the temperature of dell laptop?
- Next by Date: Asus Special Edition Incredible J on Auction!
- Previous by thread: Re: dates of install for pkgs
- Next by thread: Re: dates of install for pkgs
- Index(es):
Relevant Pages
|