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? 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.
IIRC, there used to be some way to do that on earlier versions of SUSE/openSUSE.
It is helpful for me to be able to go back and check to see if the patch for, e.g., a particular CVE or Bugtraq ID, had already been installed on the system. Is this info stored anywhere on the system? If not, is there a way to make it so?
Thanks,
--Phil
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. Regards, R. Chung -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org