Oval Definition:oval:org.opensuse.security:def:22303
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:

The SUSE Linux Enterprise 12 SP2 kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2018-19985: The function hso_probe read if_num from the USB device (as an u8) and used it without a length check to index an array, resulting in an OOB memory read in hso_probe or hso_get_config_data that could be used by local attackers (bnc#1120743). - CVE-2018-16884: NFS41+ shares mounted in different network namespaces at the same time can make bc_svc_process() use wrong back-channel IDs and cause a use-after-free vulnerability. Thus a malicious container user can cause a host kernel memory corruption and a system panic. Due to the nature of the flaw, privilege escalation cannot be fully ruled out (bnc#1119946). - CVE-2018-20169: The USB subsystem mishandled size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bnc#1119714). - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory corruption due to type confusion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. (bnc#1118319). - CVE-2018-16862: A security flaw was found in a way that the cleancache subsystem clears an inode after the final file truncation (removal). The new file created with the same inode may contain leftover pages from cleancache and the old file data instead of the new one (bnc#1117186). - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152). - CVE-2018-18281: The mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused. (bnc#1113769). - CVE-2018-18710: An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751). - CVE-2018-18690: A local attacker able to set attributes on an xfs filesystem could make this filesystem non-operational until the next mount by triggering an unchecked error condition during an xfs attribute change, because xfs_attr_shortform_addname in fs/xfs/libxfs/xfs_attr.c mishandled ATTR_REPLACE operations with conversion of an attr from short to long form (bnc#1105025). - CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825). - CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation. (bnc#1108498). - CVE-2019-3459, CVE-2019-3460: The Blutooth stack suffered from two remote information leak vulnerabilities in the code that handles incoming L2cap configuration packets (bsc#1120758).

The following non-security bugs were fixed:

- aio: hold an extra file reference over AIO read/write operations (bsc#1116027). - ata: Fix racy link clearance (bsc#1107866). - btrfs: Fix wrong first_key parameter in replace_path (follow up fixes for bsc#1084721). - cgroup, netclassid: add a preemption point to write_classid (bnc#1098996). - cifs: Fix infinite loop when using hard mount option (bsc#1091171). - dm round robin: revert 'use percpu 'repeat_count' and 'current_path'' (bsc#1113192) - fscache: fix race between enablement and dropping of object (bsc#1107385). - ibmvnic: fix index in release_rx_pools (bsc#1115440). - ip: hash fragments consistently (bsc#1042286 bsc#1108145). - ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes (bsc#1110286). - ipv6: set rt6i_protocol properly in the route when it is installed (bsc#1114190). - ipv6: set rt6i_protocol properly in the route when it is installed (bsc#1114190). - ixgbe: Add function for checking to see if we can reuse page (bsc#1100105). - ixgbe: Add support for build_skb (bsc#1100105). - ixgbe: Add support for padding packet (bsc#1100105). - ixgbe: Break out Rx buffer page management (bsc#1100105). - ixgbe: Fix output from ixgbe_dump (bsc#1100105). - ixgbe: Make use of order 1 pages and 3K buffers independent of FCoE (bsc#1100105). - ixgbe: Only DMA sync frame length (bsc#1100105). - ixgbe: Update code to better handle incrementing page count (bsc#1100105). - ixgbe: Update driver to make use of DMA attributes in Rx path (bsc#1100105). - ixgbe: Use length to determine if descriptor is done (bsc#1100105). - libfc: sync strings with upstream versions (bsc#1114763). - md: reorder flag_bits to match upstream commits The ordering in the patches was backward. - mm: add support for releasing multiple instances of a page (bsc#1100105). - mm: rename __page_frag functions to __page_frag_cache, drop order from drain (bsc#1100105). - net: ipv4: do not handle duplicate fragments as overlapping (bsc#1116345). - NFS: add nostatflush mount option (bsc#1065726). - nospec: Include dependency (bsc#1114648). - ovl: after setting xattributes, you need to copy the attributes in order to make sure the mode and ctime/mtime is set (bsc#1107299). - powerpc/boot: Request no dynamic linker for boot wrapper (bsc#1070805). - Revert 'kabi/severities: Ignore missing cpu_tss_tramp (bsc#1099597)' This reverts commit 54da5757cbbb39ab15b3cd09cf922a8a9e32209c. - rps: flow_dissector: Fix uninitialized flow_keys used in __skb_get_hash possibly (bsc#1042286 bsc#1108145). - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP (bnc#1091197). - scsi: libfc: check fc_frame_payload_get() return value for null (bsc#1103624, bsc#1104731). - sd: disable logical block provisioning if 'lpbme' is not set (bsc#1086095). - tcp: prevent bogus FRTO undos with non-SACK flows (bsc#1086535). - Update ibmvnic: Fix RX queue buffer cleanup (bsc#1115440, bsc#1115433). - x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs (bsc#1105931). - x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculation attack surface (bsc#1105931). - x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculation attack surface (bsc#1105931). - x86/entry/64: sanitize extra registers on syscall entry (bsc#1105931). - x86/kaiser: Avoid loosing NMIs when using trampoline stack (bsc#1106293 bsc#1099597). - x86,sched: Allow topologies where NUMA nodes share an LLC (bsc#1091158, bsc#1101555, bsc#1117187). - xen/blkfront: avoid NULL blkfront_info dereference on device removal (bsc#1111062). - xen/blkfront: correct purging of persistent grants (bnc#1065600). - xen: fix race in xen_qlock_wait() (bnc#1107256). - xen: fix xen_qlock_wait() (bnc#1107256). - xen: make xen_qlock_wait() nestable (bnc#1107256). - xen/netback: dont overflow meta array (bnc#1099523). - xen/netfront: do not bug in case of too many frags (bnc#1012382). - xen/netfront: do not cache skb_shinfo() (bnc#1012382). - xen/x86: add diagnostic printout to xen_mc_flush() in case of error (bnc#1116183). - xfrm: use complete IPv6 addresses for hash (bsc#1109330). - xfs/dmapi: restore event in xfs_getbmap (bsc#1095344, bsc#1114763). - xfs: fix quotacheck dquot id overflow infinite loop (bsc#1121621).
Family:unixClass:patch
Status:Reference(s):1011348
1012382
1022062
1023175
1028744
1032680
1039513
1042286
1044016
1047443
1049092
1049607
1050947
1054028
1056334
1056386
1056995
1065600
1065726
1068648
1070805
1077001
1083302
1083303
1084604
1084721
1086095
1086535
1091158
1091171
1091197
1094825
1095344
1098996
1099523
1099597
1100105
1101555
1103624
1104731
1105025
1105931
1106293
1107256
1107299
1107385
1107866
1108145
1108498
1109330
1110286
1110837
1111062
1113192
1113231
1113751
1113769
1114190
1114648
1114763
1114957
1115433
1115440
1116027
1116183
1116345
1116717
1117186
1117187
1117275
1118152
1118319
1119493
1119714
1119946
1119947
1120743
1120758
1121600
1121621
1123156
1123161
1127367
1127369
1127370
1131493
1135824
1144903
1153108
1153158
1153161
903543
988274
CVE-2016-10396
CVE-2017-11462
CVE-2017-11464
CVE-2017-11671
CVE-2017-13672
CVE-2017-13673
CVE-2017-16844
CVE-2017-9814
CVE-2018-1000007
CVE-2018-16862
CVE-2018-16872
CVE-2018-16884
CVE-2018-18281
CVE-2018-18386
CVE-2018-18690
CVE-2018-18710
CVE-2018-18954
CVE-2018-19364
CVE-2018-19489
CVE-2018-19824
CVE-2018-19985
CVE-2018-20169
CVE-2018-5732
CVE-2018-5733
CVE-2018-7858
CVE-2018-9516
CVE-2018-9568
CVE-2019-10220
CVE-2019-11691
CVE-2019-11692
CVE-2019-11693
CVE-2019-11694
CVE-2019-11698
CVE-2019-17133
CVE-2019-3459
CVE-2019-3460
CVE-2019-5953
CVE-2019-6778
CVE-2019-7317
CVE-2019-9208
CVE-2019-9209
CVE-2019-9214
CVE-2019-9800
CVE-2019-9815
CVE-2019-9816
CVE-2019-9817
CVE-2019-9818
CVE-2019-9819
CVE-2019-9820
SUSE-SU-2017:2117-1
SUSE-SU-2017:2526-1
SUSE-SU-2017:2659-1
SUSE-SU-2018:0173-1
SUSE-SU-2018:0217-1
SUSE-SU-2018:0424-1
SUSE-SU-2018:0812-1
SUSE-SU-2018:1195-1
SUSE-SU-2019:0439-1
SUSE-SU-2019:0582-1
SUSE-SU-2019:0688-1
SUSE-SU-2019:0956-1
SUSE-SU-2019:1388-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.3
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Containers 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • chromedriver-53.0.2785.89-68.1 is installed
  • OR chromium-53.0.2785.89-68.1 is installed
  • OR chromium-desktop-gnome-53.0.2785.89-68.1 is installed
  • OR chromium-desktop-kde-53.0.2785.89-68.1 is installed
  • OR chromium-ffmpegsumo-53.0.2785.89-68.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • glibc-2.22-4.9.1 is installed
  • OR glibc-32bit-2.22-4.9.1 is installed
  • OR glibc-devel-2.22-4.9.1 is installed
  • OR glibc-devel-32bit-2.22-4.9.1 is installed
  • OR glibc-devel-static-2.22-4.9.1 is installed
  • OR glibc-devel-static-32bit-2.22-4.9.1 is installed
  • OR glibc-extra-2.22-4.9.1 is installed
  • OR glibc-html-2.22-4.9.1 is installed
  • OR glibc-i18ndata-2.22-4.9.1 is installed
  • OR glibc-info-2.22-4.9.1 is installed
  • OR glibc-locale-2.22-4.9.1 is installed
  • OR glibc-locale-32bit-2.22-4.9.1 is installed
  • OR glibc-obsolete-2.22-4.9.1 is installed
  • OR glibc-profile-2.22-4.9.1 is installed
  • OR glibc-profile-32bit-2.22-4.9.1 is installed
  • OR glibc-testsuite-2.22-4.9.2 is installed
  • OR glibc-utils-2.22-4.9.1 is installed
  • OR glibc-utils-32bit-2.22-4.9.1 is installed
  • OR nscd-2.22-4.9.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • binutils-2.26.1-11.1 is installed
  • OR binutils-devel-2.26.1-11.1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • openstack-neutron-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-dhcp-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-ha-tool-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-l3-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-lbaas-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-linuxbridge-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-metadata-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-metering-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-openvswitch-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-neutron-vpn-agent-2014.2.4~a0~dev103-10 is installed
  • OR openstack-nova-2014.2.4~a0~dev80-14 is installed
  • OR openstack-nova-compute-2014.2.4~a0~dev80-14 is installed
  • OR python-neutron-2014.2.4~a0~dev103-10 is installed
  • OR python-nova-2014.2.4~a0~dev80-14 is installed
  • OR python-python-memcached-1.54-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26.1 is installed
  • OR libMagick++1-6.4.3.6-7.26.1 is installed
  • OR libMagickCore1-6.4.3.6-7.26.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.26.1 is installed
  • OR libMagickWand1-6.4.3.6-7.26.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • gimp-2.6.2-3.34.45.1 is installed
  • OR gimp-lang-2.6.2-3.34.45.1 is installed
  • OR gimp-plugins-python-2.6.2-3.34.45.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • glibc-2.11.3-17.95.2 is installed
  • OR glibc-32bit-2.11.3-17.95.2 is installed
  • OR glibc-devel-2.11.3-17.95.2 is installed
  • OR glibc-devel-32bit-2.11.3-17.95.2 is installed
  • OR glibc-i18ndata-2.11.3-17.95.2 is installed
  • OR glibc-locale-2.11.3-17.95.2 is installed
  • OR glibc-locale-32bit-2.11.3-17.95.2 is installed
  • OR nscd-2.11.3-17.95.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND facter-2.0.2-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • emacs-24.3-25.3.1 is installed
  • OR emacs-info-24.3-25.3.1 is installed
  • OR emacs-x11-24.3-25.3.1 is installed
  • OR etags-24.3-25.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libical-1.0.1-16.3.1 is installed
  • OR libical1-1.0.1-16.3.1 is installed
  • OR libical1-32bit-1.0.1-16.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • apr-devel-1.6.3-1 is installed
  • OR libapr1-1.6.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 is installed
  • AND Package Information
  • docker-17.09.1_ce-4 is installed
  • OR docker-bash-completion-17.09.1_ce-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • gd-2.2.5-2 is installed
  • OR gd-devel-2.2.5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr16.30-40 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-40 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-40 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-40 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.60-52.63 is installed
  • OR kernel-ec2-devel-3.12.60-52.63 is installed
  • OR kernel-ec2-extra-3.12.60-52.63 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • libpython3_4m1_0-3.4.5-17 is installed
  • OR python3-3.4.5-17 is installed
  • OR python3-base-3.4.5-17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • krb5-1.6.3-133.48.48 is installed
  • OR krb5-32bit-1.6.3-133.48.48 is installed
  • OR krb5-apps-clients-1.6.3-133.48.48 is installed
  • OR krb5-apps-servers-1.6.3-133.48.48 is installed
  • OR krb5-client-1.6.3-133.48.48 is installed
  • OR krb5-doc-1.6.3-133.49.62 is installed
  • OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
  • OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
  • OR krb5-server-1.6.3-133.48.48 is installed
  • OR krb5-x86-1.6.3-133.48.48 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • krb5-1.6.3-133.48.48 is installed
  • OR krb5-32bit-1.6.3-133.48.48 is installed
  • OR krb5-apps-clients-1.6.3-133.48.48 is installed
  • OR krb5-apps-servers-1.6.3-133.48.48 is installed
  • OR krb5-client-1.6.3-133.48.48 is installed
  • OR krb5-doc-1.6.3-133.49.62 is installed
  • OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
  • OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
  • OR krb5-server-1.6.3-133.48.48 is installed
  • OR krb5-x86-1.6.3-133.48.48 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • krb5-1.6.3-133.48.48 is installed
  • OR krb5-32bit-1.6.3-133.48.48 is installed
  • OR krb5-apps-clients-1.6.3-133.48.48 is installed
  • OR krb5-apps-servers-1.6.3-133.48.48 is installed
  • OR krb5-client-1.6.3-133.48.48 is installed
  • OR krb5-doc-1.6.3-133.49.62 is installed
  • OR krb5-plugin-kdb-ldap-1.6.3-133.49.62 is installed
  • OR krb5-plugin-preauth-pkinit-1.6.3-133.49.62 is installed
  • OR krb5-server-1.6.3-133.48.48 is installed
  • OR krb5-x86-1.6.3-133.48.48 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • bind-9.5.0P2-20.7 is installed
  • OR bind-chrootenv-9.5.0P2-20.7 is installed
  • OR bind-doc-9.5.0P2-20.7 is installed
  • OR bind-libs-9.5.0P2-20.7 is installed
  • OR bind-libs-32bit-9.5.0P2-20.7 is installed
  • OR bind-libs-x86-9.5.0P2-20.7 is installed
  • OR bind-utils-9.5.0P2-20.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXext-7.4-1.18 is installed
  • OR xorg-x11-libXext-32bit-7.4-1.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXext-7.4-1.18 is installed
  • OR xorg-x11-libXext-32bit-7.4-1.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xorg-x11-libXext-7.4-1.18 is installed
  • OR xorg-x11-libXext-32bit-7.4-1.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXext-7.4-1.18 is installed
  • OR xorg-x11-libXext-32bit-7.4-1.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND microcode_ctl-1.17-102.57.64.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND microcode_ctl-1.17-102.57.64.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • xorg-x11-libxcb-7.4-1.22.5 is installed
  • OR xorg-x11-libxcb-32bit-7.4-1.22.5 is installed
  • OR xorg-x11-libxcb-x86-7.4-1.22.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • xorg-x11-libxcb-7.4-1.22.5 is installed
  • OR xorg-x11-libxcb-32bit-7.4-1.22.5 is installed
  • OR xorg-x11-libxcb-x86-7.4-1.22.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • xorg-x11-libxcb-7.4-1.22.5 is installed
  • OR xorg-x11-libxcb-32bit-7.4-1.22.5 is installed
  • OR xorg-x11-libxcb-x86-7.4-1.22.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • PackageKit-0.3.14-2.23 is installed
  • OR PackageKit-lang-0.3.14-2.23 is installed
  • OR hal-0.5.12-23.58 is installed
  • OR hal-32bit-0.5.12-23.58 is installed
  • OR hal-doc-0.5.12-23.58 is installed
  • OR hal-x86-0.5.12-23.58 is installed
  • OR libpackagekit-glib10-0.3.14-2.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.33 is installed
  • OR bind-chrootenv-9.9.6P1-0.33 is installed
  • OR bind-devel-9.9.6P1-0.33 is installed
  • OR bind-doc-9.9.6P1-0.33 is installed
  • OR bind-libs-9.9.6P1-0.33 is installed
  • OR bind-libs-32bit-9.9.6P1-0.33 is installed
  • OR bind-utils-9.9.6P1-0.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.33 is installed
  • OR bind-chrootenv-9.9.6P1-0.33 is installed
  • OR bind-devel-9.9.6P1-0.33 is installed
  • OR bind-doc-9.9.6P1-0.33 is installed
  • OR bind-libs-9.9.6P1-0.33 is installed
  • OR bind-libs-32bit-9.9.6P1-0.33 is installed
  • OR bind-utils-9.9.6P1-0.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • apache2-2.2.12-1.46 is installed
  • OR apache2-doc-2.2.12-1.46 is installed
  • OR apache2-example-pages-2.2.12-1.46 is installed
  • OR apache2-prefork-2.2.12-1.46 is installed
  • OR apache2-utils-2.2.12-1.46 is installed
  • OR apache2-worker-2.2.12-1.46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-2.2.12-1.46 is installed
  • OR apache2-doc-2.2.12-1.46 is installed
  • OR apache2-example-pages-2.2.12-1.46 is installed
  • OR apache2-prefork-2.2.12-1.46 is installed
  • OR apache2-utils-2.2.12-1.46 is installed
  • OR apache2-worker-2.2.12-1.46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • apache2-2.2.12-1.46 is installed
  • OR apache2-doc-2.2.12-1.46 is installed
  • OR apache2-example-pages-2.2.12-1.46 is installed
  • OR apache2-prefork-2.2.12-1.46 is installed
  • OR apache2-utils-2.2.12-1.46 is installed
  • OR apache2-worker-2.2.12-1.46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • apache2-2.2.12-1.46 is installed
  • OR apache2-doc-2.2.12-1.46 is installed
  • OR apache2-example-pages-2.2.12-1.46 is installed
  • OR apache2-prefork-2.2.12-1.46 is installed
  • OR apache2-utils-2.2.12-1.46 is installed
  • OR apache2-worker-2.2.12-1.46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • apache2-2.2.12-1.46 is installed
  • OR apache2-doc-2.2.12-1.46 is installed
  • OR apache2-example-pages-2.2.12-1.46 is installed
  • OR apache2-prefork-2.2.12-1.46 is installed
  • OR apache2-utils-2.2.12-1.46 is installed
  • OR apache2-worker-2.2.12-1.46 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.5_12-15 is installed
  • OR xen-doc-html-4.2.5_12-15 is installed
  • OR xen-doc-pdf-4.2.5_12-15 is installed
  • OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-libs-4.2.5_12-15 is installed
  • OR xen-libs-32bit-4.2.5_12-15 is installed
  • OR xen-tools-4.2.5_12-15 is installed
  • OR xen-tools-domU-4.2.5_12-15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_12-15 is installed
  • OR xen-doc-html-4.2.5_12-15 is installed
  • OR xen-doc-pdf-4.2.5_12-15 is installed
  • OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-libs-4.2.5_12-15 is installed
  • OR xen-libs-32bit-4.2.5_12-15 is installed
  • OR xen-tools-4.2.5_12-15 is installed
  • OR xen-tools-domU-4.2.5_12-15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.5_12-15 is installed
  • OR xen-doc-html-4.2.5_12-15 is installed
  • OR xen-doc-pdf-4.2.5_12-15 is installed
  • OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-libs-4.2.5_12-15 is installed
  • OR xen-libs-32bit-4.2.5_12-15 is installed
  • OR xen-tools-4.2.5_12-15 is installed
  • OR xen-tools-domU-4.2.5_12-15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_12-15 is installed
  • OR xen-doc-html-4.2.5_12-15 is installed
  • OR xen-doc-pdf-4.2.5_12-15 is installed
  • OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
  • OR xen-libs-4.2.5_12-15 is installed
  • OR xen-libs-32bit-4.2.5_12-15 is installed
  • OR xen-tools-4.2.5_12-15 is installed
  • OR xen-tools-domU-4.2.5_12-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND powerpc-utils-1.2.16-0.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND powerpc-utils-1.2.16-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.4esr-0.10 is installed
  • OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.59 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-3.0.101-0.47.106.59 is installed
  • OR kernel-default-base-3.0.101-0.47.106.59 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-man-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-source-3.0.101-0.47.106.59 is installed
  • OR kernel-syms-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.59 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-3.0.101-0.47.106.59 is installed
  • OR kernel-default-base-3.0.101-0.47.106.59 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-man-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-source-3.0.101-0.47.106.59 is installed
  • OR kernel-syms-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.59 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-6.4.3.6-7.40.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.109 is installed
  • OR libMagickCore1-6.4.3.6-78.109 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.109 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.109 is installed
  • OR libMagickCore1-6.4.3.6-78.109 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.109 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.48 is installed
  • OR libMagickCore1-6.4.3.6-7.48 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.48 is installed
  • OR libMagickCore1-6.4.3.6-7.48 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • file-4.24-43.27 is installed
  • OR file-32bit-4.24-43.27 is installed
  • OR file-x86-4.24-43.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • file-5.19-5 is installed
  • OR file-magic-5.19-5 is installed
  • OR libmagic1-5.19-5 is installed
  • OR libmagic1-32bit-5.19-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • file-5.19-5 is installed
  • OR file-magic-5.19-5 is installed
  • OR libmagic1-5.19-5 is installed
  • OR libmagic1-32bit-5.19-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND ant-1.9.4-1.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • grub2-2.02~beta2-73 is installed
  • OR grub2-i386-pc-2.02~beta2-73 is installed
  • OR grub2-powerpc-ieee1275-2.02~beta2-73 is installed
  • OR grub2-s390x-emu-2.02~beta2-73 is installed
  • OR grub2-snapper-plugin-2.02~beta2-73 is installed
  • OR grub2-x86_64-efi-2.02~beta2-73 is installed
  • OR grub2-x86_64-xen-2.02~beta2-73 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • grub2-2.02~beta2-73 is installed
  • OR grub2-i386-pc-2.02~beta2-73 is installed
  • OR grub2-powerpc-ieee1275-2.02~beta2-73 is installed
  • OR grub2-s390x-emu-2.02~beta2-73 is installed
  • OR grub2-snapper-plugin-2.02~beta2-73 is installed
  • OR grub2-x86_64-efi-2.02~beta2-73 is installed
  • OR grub2-x86_64-xen-2.02~beta2-73 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • apache2-2.4.16-5.1 is installed
  • OR apache2-doc-2.4.16-5.1 is installed
  • OR apache2-example-pages-2.4.16-5.1 is installed
  • OR apache2-prefork-2.4.16-5.1 is installed
  • OR apache2-utils-2.4.16-5.1 is installed
  • OR apache2-worker-2.4.16-5.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.48 is installed
  • OR kernel-default-base-3.12.74-60.64.48 is installed
  • OR kernel-default-devel-3.12.74-60.64.48 is installed
  • OR kernel-default-man-3.12.74-60.64.48 is installed
  • OR kernel-devel-3.12.74-60.64.48 is installed
  • OR kernel-macros-3.12.74-60.64.48 is installed
  • OR kernel-source-3.12.74-60.64.48 is installed
  • OR kernel-syms-3.12.74-60.64.48 is installed
  • OR kernel-xen-3.12.74-60.64.48 is installed
  • OR kernel-xen-base-3.12.74-60.64.48 is installed
  • OR kernel-xen-devel-3.12.74-60.64.48 is installed
  • OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.48 is installed
  • OR kernel-default-base-3.12.74-60.64.48 is installed
  • OR kernel-default-devel-3.12.74-60.64.48 is installed
  • OR kernel-default-man-3.12.74-60.64.48 is installed
  • OR kernel-devel-3.12.74-60.64.48 is installed
  • OR kernel-macros-3.12.74-60.64.48 is installed
  • OR kernel-source-3.12.74-60.64.48 is installed
  • OR kernel-syms-3.12.74-60.64.48 is installed
  • OR kernel-xen-3.12.74-60.64.48 is installed
  • OR kernel-xen-base-3.12.74-60.64.48 is installed
  • OR kernel-xen-devel-3.12.74-60.64.48 is installed
  • OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND dnsmasq-2.78-18.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libquicktime-1.2.4-13 is installed
  • OR libquicktime0-1.2.4-13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libquicktime-1.2.4-13 is installed
  • OR libquicktime0-1.2.4-13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • libIlmImf-Imf_2_1-21-2.1.0-4 is installed
  • OR openexr-2.1.0-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • kernel-default-4.4.121-92.101 is installed
  • OR kernel-default-base-4.4.121-92.101 is installed
  • OR kernel-default-devel-4.4.121-92.101 is installed
  • OR kernel-devel-4.4.121-92.101 is installed
  • OR kernel-macros-4.4.121-92.101 is installed
  • OR kernel-source-4.4.121-92.101 is installed
  • OR kernel-syms-4.4.121-92.101 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • kernel-default-4.4.121-92.101 is installed
  • OR kernel-default-base-4.4.121-92.101 is installed
  • OR kernel-default-devel-4.4.121-92.101 is installed
  • OR kernel-devel-4.4.121-92.101 is installed
  • OR kernel-macros-4.4.121-92.101 is installed
  • OR kernel-source-4.4.121-92.101 is installed
  • OR kernel-syms-4.4.121-92.101 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • gdk-pixbuf-loader-rsvg-2.40.18-5.3 is installed
  • OR librsvg-2.40.18-5.3 is installed
  • OR librsvg-2-2-2.40.18-5.3 is installed
  • OR librsvg-2-2-32bit-2.40.18-5.3 is installed
  • OR rsvg-view-2.40.18-5.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • gdk-pixbuf-loader-rsvg-2.40.18-5.3 is installed
  • OR librsvg-2.40.18-5.3 is installed
  • OR librsvg-2-2-2.40.18-5.3 is installed
  • OR librsvg-2-2-32bit-2.40.18-5.3 is installed
  • OR rsvg-view-2.40.18-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND coolkey-1.1.0-147 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • glib2-2.48.2-12.15 is installed
  • OR glib2-lang-2.48.2-12.15 is installed
  • OR glib2-tools-2.48.2-12.15 is installed
  • OR libgio-2_0-0-2.48.2-12.15 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libglib-2_0-0-2.48.2-12.15 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • glib2-2.48.2-12.15 is installed
  • OR glib2-lang-2.48.2-12.15 is installed
  • OR glib2-tools-2.48.2-12.15 is installed
  • OR libgio-2_0-0-2.48.2-12.15 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libglib-2_0-0-2.48.2-12.15 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-2.48.2-12.15 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-2.48.2-12.15 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-2.48.2-12.15 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND ucode-intel-20190618-13.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND ucode-intel-20190618-13.47 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.16 is installed
  • OR python3-3.4.6-25.16 is installed
  • OR python3-base-3.4.6-25.16 is installed
  • OR python3-curses-3.4.6-25.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.16 is installed
  • OR python3-3.4.6-25.16 is installed
  • OR python3-base-3.4.6-25.16 is installed
  • OR python3-curses-3.4.6-25.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • perl-Mail-SpamAssassin-3.4.2-44.3 is installed
  • OR spamassassin-3.4.2-44.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • perl-Mail-SpamAssassin-3.4.2-44.3 is installed
  • OR spamassassin-3.4.2-44.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND SuSEfirewall2-3.6.312.333-3.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr6.5-30.63 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr6.5-30.63 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr6.5-30.63 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr6.5-30.63 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr6.5-30.63 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr6.5-30.63 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr6.5-30.63 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr6.5-30.63 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • libgudev-1_0-0-210-70.58 is installed
  • OR libgudev-1_0-0-32bit-210-70.58 is installed
  • OR libudev1-210-70.58 is installed
  • OR libudev1-32bit-210-70.58 is installed
  • OR systemd-210-70.58 is installed
  • OR systemd-32bit-210-70.58 is installed
  • OR systemd-bash-completion-210-70.58 is installed
  • OR systemd-sysvinit-210-70.58 is installed
  • OR udev-210-70.58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • libgudev-1_0-0-210-70.58 is installed
  • OR libgudev-1_0-0-32bit-210-70.58 is installed
  • OR libudev1-210-70.58 is installed
  • OR libudev1-32bit-210-70.58 is installed
  • OR systemd-210-70.58 is installed
  • OR systemd-32bit-210-70.58 is installed
  • OR systemd-bash-completion-210-70.58 is installed
  • OR systemd-sysvinit-210-70.58 is installed
  • OR udev-210-70.58 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • DirectFB-1.7.1-6 is installed
  • OR lib++dfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • mozilla-nspr-devel-4.10.1-0.3 is installed
  • OR mozilla-nss-devel-3.15.2-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND cups-devel-1.3.9-8.46.52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • GraphicsMagick-1.2.5-4.33 is installed
  • OR libGraphicsMagick2-1.2.5-4.33 is installed
  • OR perl-GraphicsMagick-1.2.5-4.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • gd-2.1.0-5 is installed
  • OR gd-32bit-2.1.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.62-60.62 is installed
  • OR kernel-default-extra-3.12.62-60.62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • kernel-default-4.4.49-92.14 is installed
  • OR kernel-default-extra-4.4.49-92.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.31-29.3 is installed
  • OR libmysqlclient_r18-32bit-10.0.31-29.3 is installed
  • OR mariadb-10.0.31-29.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • gstreamer-plugins-base-1.8.3-13.3 is installed
  • OR libgstfft-1_0-0-32bit-1.8.3-13.3 is installed
  • OR typelib-1_0-GstAudio-1_0-1.8.3-13.3 is installed
  • OR typelib-1_0-GstPbutils-1_0-1.8.3-13.3 is installed
  • OR typelib-1_0-GstTag-1_0-1.8.3-13.3 is installed
  • OR typelib-1_0-GstVideo-1_0-1.8.3-13.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-12.11 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.11 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ntp-4.2.8p8-47.3 is installed
  • OR ntp-doc-4.2.8p8-47.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND conntrack-tools-1.4.2-5.2 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • chromedriver-53.0.2785.113-100 is installed
  • OR chromium-53.0.2785.113-100 is installed
  • OR chromium-desktop-gnome-53.0.2785.113-100 is installed
  • OR chromium-desktop-kde-53.0.2785.113-100 is installed
  • OR chromium-ffmpegsumo-53.0.2785.113-100 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND pdns-recursor-4.1.2-5 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • chromedriver-78.0.3904.87-10 is installed
  • OR chromium-78.0.3904.87-10 is installed
  • BACK