[opensuse] List installed patches with date and time
Hello all, There is any method to make a list of all installed patches with date and time of installation on opensuse 11.0 / 11.1 ? The most near thing i have find is zypper pch | grep -i installed but there is no time of installation or similar thing... Any idea? Cordially, Claudio. -- ------------ Claudio Prono Systems Development @ PSS Srl, Divisione Implementazione Sistemi Via San Bernardino, 17 - 10137 Torino (TO) - IT Tel +39-011.32.72.100 Fax +39-011.32.46.497 PGP Fingerprint: 75C2 4049 E23D 2FBF A65F 40DB EA5C 11AC C2B0 3647 Disclaimer: http://atpss.net/disclaimer ------------ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hi there, On Tue, 06 Oct 2009, 15:09:10 +0200, Claudio Prono wrote:
Hello all,
There is any method to make a list of all installed patches with date and time of installation on opensuse 11.0 / 11.1 ?
The most near thing i have find is zypper pch | grep -i installed
but there is no time of installation or similar thing...
Any idea?
the whole history is available in /var/log/zypp/history
Cordially,
Claudio.
HTH, cheers. l8er manfred -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Claudio Prono pecked at the keyboard and wrote:
Hello all,
There is any method to make a list of all installed patches with date and time of installation on opensuse 11.0 / 11.1 ?
The most near thing i have find is zypper pch | grep -i installed
but there is no time of installation or similar thing...
Any idea?
Cordially,
Claudio.
I use the following one liner which was posted here in the past. It shows the date and time of all packages installed on your system. rpm -qa --queryformat '%{INSTALLTIME}\t%{INSTALLTIME:date}\t%{NAME}\n' | sort -g | cut -f 2- -- Ken Schneider SuSe since Version 5.2, June 1998 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 06 October 2009 15:46:47 Ken Schneider - openSUSE wrote:
I use the following one liner which was posted here in the past. It shows the date and time of all packages installed on your system.
rpm -qa --queryformat '%{INSTALLTIME}\t%{INSTALLTIME:date}\t%{NAME}\n' | sort -g | cut -f 2-
Try rpm -qa --last Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Anders Johansson
-
Claudio Prono
-
Ken Schneider - openSUSE
-
Manfred Hollstein