You are not logged in.

#1 2014-10-03 23:46:07

mek42
Member
Registered: 2014-09-14
Posts: 15

[SOLVED] package version history (install / update dates)

How do I make a list of when I installed which version of packages?  Not just the current version, which I can get from pacman -Qii, but a date for each time I installed each version of a given package?

If not, should I just get in the habit of logging pacman -Qii after each pacman -Syu if I want to know when I installed which version of a package?

Last edited by mek42 (2014-10-04 00:26:53)

Offline

#2 2014-10-03 23:50:50

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,599

Re: [SOLVED] package version history (install / update dates)

/var/log/pacman.log

Offline

#3 2014-10-03 23:54:33

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,561
Website

Re: [SOLVED] package version history (install / update dates)

Specifically:

grep "\(upgraded\|installed\) $pkg" /var/log/pacman.log

"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB