* Ricardo Chung <ricardo.a.chung@gmail.com> [2014-04-22 17:57]:
On Tuesday, April 22, 2014 05:20:15 PM Philip Amadeo Saeli wrote:
Does anyone know how to list the patches already installed on an openSUSE-13.1 system?
Do you mean all installed packages on your system? Try this
awk -F "|" '!/^#/ { if ( $2 == "install" ) print $1, ":", $3"-"$4}' /var/log/zypp/history | more
Hope is helpful for you.
Nice. Not quite what I needed this time, but appears to be useful for other circumstances. I was looking for a list of the patches (so I could query the patches for the patch info, e.g., via "zypper info -t patch openSUSE-2014-22"), not the assoc packages. 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