* Andrey Borzenkov <arvidjaar@gmail.com> [2014-04-22 21:21]:
÷ Tue, 22 Apr 2014 19:01:34 -0500 Malcolm <malcolmlewis@cableone.net> ÐÉÛÅÔ:
On Tue 22 Apr 2014 05:20:15 PM CDT, Philip Amadeo Saeli wrote:
Does anyone know how to list the patches already installed on an openSUSE-13.1 system? I'd like a detailed output of the patches installed (not the RPMs or files!) similar to that which can be obtained via zypper for available patches.
Hi With the pch option
zypper pch |grep "Installed"
Or to avoid grep
zypper se -t patch -i -s
Interesting. I tried the above both with and without the "-s" option and the output contained very different info (though both for only installed patches as desired). Zypper is a weird and wonderful program, though some of the behavior WRT what is listed in the man page doesn't seem very intuitive to me. Now, anyone know how to display the time the patch had been applied (instlled) (other than by looking up the assoc RPMs and their inst times), preferably via zypper cmds? Also, from the above, it seems clear to me that there is quite a bit of metadata the zypper keeps on hand. Is there some type of FORMAT capability with assoc directives, (e.g., "%D" to print out the date) to allow customizing of the info listings? (cf: "date" or "find" for a couple of Linux cmds with such capabilities). Thanks! --PHil -- Philip Amadeo Saeli psaeli@zorodyne.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org