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



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

The following security bugs were fixed:

- CVE-2019-15126: Fixed a vulnerability in Broadcom and Cypress Wi-Fi chips, used in RPi family of devices aka 'Kr00k'. (bsc#1167162) - CVE-2020-27820: Fixed a vulnerability where a use-after-frees in nouveau's postclose() handler could happen if removing device. (bsc#1179599) - CVE-2021-0920: Fixed a local privilege escalation due to an use after free bug in unix_gc. (bsc#1193731) - CVE-2021-0935: Fixed out of bounds write due to a use after free which could lead to local escalation of privilege with System execution privileges needed in ip6_xmit. (bsc#1192032) - CVE-2021-4002: Added a missing TLB flush that could lead to leak or corruption of data in hugetlbfs. (bsc#1192946) - CVE-2021-28711: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening blkfront against event channel storms. (bsc#1193440) - CVE-2021-28712: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening netfront against event channel storms. (bsc#1193440) - CVE-2021-28713: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening hvc_xen against event channel storms. (bsc#1193440) - CVE-2021-28714: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by fixing rx queue stall detection. (bsc#1193442) - CVE-2021-28715: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by do not queueing unlimited number of packages. (bsc#1193442) - CVE-2021-33098: Fixed a potential denial of service in Intel(R) Ethernet ixgbe driver due to improper input validation. (bsc#1192877) - CVE-2021-43975: Fixed a flaw in hw_atl_utils_fw_rpc_wait that could allow an attacker (who can introduce a crafted device) to trigger an out-of-bounds write via a crafted length value. (bsc#1192845) - CVE-2021-43976: Fixed a flaw that could allow an attacker (who can connect a crafted USB device) to cause a denial of service. (bsc#1192847) - CVE-2021-45485: Fixed an information leak because of certain use of a hash table which use IPv6 source addresses. (bsc#1194094) - CVE-2021-45486: Fixed an information leak because the hash table is very small in net/ipv4/route.c. (bsc#1194087)

The following non-security bugs were fixed:

- blk-mq: do not deactivate hctx if managed irq isn't used (bsc#1185762). - cifs: fix missed refcounting of ipc tcon (git-fixes). - cifs: nosharesock should be set on new server (git-fixes). - config: INPUT_EVBUG=n (bsc#1192974). Debug driver unsuitable for production, only enabled on ppc64. - constraints: Build aarch64 on recent ARMv8.1 builders. Request asimdrdm feature which is available only on recent ARMv8.1 CPUs. This should prevent scheduling the kernel on an older slower builder. - edac/amd64: Handle three rank interleaving mode (bsc#1114648). - elfcore: correct reference to CONFIG_UML (git-fixes). - fuse: release pipe buf after last use (bsc#1193318). - genirq: Move initial affinity setup to irq_startup() (bsc#1193231). - genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1193231). - genirq: Remove mask argument from setup_affinity() (bsc#1193231). - genirq: Rename setup_affinity() to irq_setup_affinity() (bsc#1193231). - genirq: Split out irq_startup() code (bsc#1193231). - kernel-*-subpackage: Add dependency on kernel scriptlets (bsc#1192740). - kernel-binary.spec.in Stop templating the scriptlets for subpackages (bsc#1190358). The script part for base package case is completely separate from the part for subpackages. Remove the part for subpackages from the base package script and use the KMP scripts for subpackages instead. - kernel-binary.spec.in: add zstd to BuildRequires if used - kernel-binary.spec.in: make sure zstd is supported by kmod if used - kernel-binary.spec: Check for no kernel signing certificates. Also remove unused variable. - kernel-binary.spec: Define $image as rpm macro (bsc#1189841). - kernel-binary.spec: Do not fail silently when KMP is empty (bsc#1190358). Copy the code from kernel-module-subpackage that deals with empty KMPs. - kernel-binary.spec: Do not sign kernel when no key provided (bsc#1187167). - kernel-binary.spec: Fix kernel-default-base scriptlets after packaging merge. - kernel-binary.spec: Require dwarves for kernel-binary-devel when BTF is enabled (jsc#SLE-17288). About the pahole version: v1.18 should be bare mnimum, v1.22 should be fully functional, for now we ship git snapshot with fixes on top of v1.21. - kernel-binary.spec: suse-kernel-rpm-scriptlets required for uninstall as well. Fixes: e98096d5cf85 ('rpm: Abolish scritplet templating (bsc#1189841).') - kernel-cert-subpackage: Fix certificate location in scriptlets (bsc#1189841). Fixes: d9a1357edd73 ('rpm: Define $certs as rpm macro (bsc#1189841).') - kernel-source.spec: install-kernel-tools also required on 15.4 - kernel-spec-macros: Since rpm 4.17 %verbose is unusable (bsc#1191229). The semantic changed in an incompatible way so invoking the macro now causes a build failure. - lpfc: Reintroduce old IRQ probe logic (bsc#1183897). - net: mana: Allow setting the number of queues while the NIC is down (jsc#SLE-18779, bsc#1185727). - net: mana: Fix spelling mistake 'calledd' -> 'called' (jsc#SLE-18779, bsc#1185727). - net: mana: Fix the netdev_err()'s vPort argument in mana_init_port() (jsc#SLE-18779, bsc#1185727). - net: mana: Improve the HWC error handling (jsc#SLE-18779, bsc#1185727). - net: mana: Support hibernation and kexec (jsc#SLE-18779, bsc#1185727). - net: mana: Use kcalloc() instead of kzalloc() (jsc#SLE-18779, bsc#1185727). - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of '0' if no IRQ is available (git-fixes). - nvme-fc: avoid race between time out and tear down (bsc#1185762). - nvme-fc: remove freeze/unfreeze around update_nr_hw_queues (bsc#1185762). - nvme-fc: update hardware queues before using them (bsc#1185762). - nvme-fc: wait for queues to freeze before calling update_hr_hw_queues (bsc#1183678). - nvme-pci: add NO APST quirk for Kioxia device (git-fixes). - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' (git-fixes). - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes). - post.sh: detect /usr mountpoint too - readme: Modernize build instructions. - recordmcount.pl: fix typo in s390 mcount regex (bsc#1192267). - recordmcount.pl: look for jgnop instruction as well as bcrl on s390 (bsc#1192267). - rpm/kernel-binary.spec.in: Use kmod-zstd provide. This makes it possible to use kmod with ZSTD support on non-Tumbleweed. - rpm/kernel-binary.spec.in: avoid conflicting suse-release suse-release had arbitrary values in staging, we can't use it for dependencies. The filesystem one has to be enough (boo#1184804). - rpm/kernel-binary.spec.in: do not strip vmlinux again (bsc#1193306) After usrmerge, vmlinux file is not named vmlinux-<version>, but simply vmlinux. And this is not reflected in STRIP_KEEP_SYMTAB we set. So fix this by removing the dash... - rpm/kernel-binary.spec: Use only non-empty certificates. - rpm/kernel-obs-build.spec.in: make builds reproducible (bsc#1189305) - rpm/kernel-source.rpmlintrc: ignore new include/config files In 5.13, since 0e0345b77ac4, config files have no longer .h suffix. Adapt the zero-length check. Based on Martin Liska's change. - rpm/kernel-source.spec.in: do some more for vanilla_only Make sure: * sources are NOT executable * env is not used as interpreter * timestamps are correct We do all this for normal kernel builds, but not for vanilla_only kernels (linux-next and vanilla). - rpm: Abolish image suffix (bsc#1189841). This is used only with vanilla kernel which is not supported in any way. The only effect is has is that the image and initrd symlinks are created with this suffix. These symlinks are not used except on s390 where the unsuffixed symlinks are used by zipl. There is no reason why a vanilla kernel could not be used with zipl as well as it's quite unexpected to not be able to boot when only a vanilla kernel is installed. Finally we now have a backup zipl kernel so if the vanilla kernel is indeed unsuitable the backup kernel can be used. - rpm: Abolish scritplet templating (bsc#1189841). Outsource kernel-binary and KMP scriptlets to suse-module-tools. This allows fixing bugs in the scriptlets as well as defining initrd regeneration policy independent of the kernel packages. - rpm: Define $certs as rpm macro (bsc#1189841). Also pass around only the shortened hash rather than full filename. As has been discussed in bsc#1124431 comment 51 https://bugzilla.suse.com/show_bug.cgi?id=1124431#c51 the placement of the certificates is an API which cannot be changed unless we can ensure that no two kernels that use different certificate location can be built with the same certificate. - rpm: Fold kernel-devel and kernel-source scriptlets into spec files (bsc#1189841). These are unchanged since 2011 when they were introduced. No need to track them separately. - rpm: fix kmp install path - rpm: support gz and zst compression methods Extend commit 18fcdff43a00 ('rpm: support compressed modules') for compression methods other than xz. - rpm: use _rpmmacrodir (boo#1191384) - scsi: core: Fix bad pointer dereference when ehandler kthread is invalid (git-fixes). - scsi: core: Put LLD module refcnt after SCSI device is released (git-fixes). - scsi: iscsi: Adjust iface sysfs attr detection (git-fixes). - scsi: lpfc: Add additional debugfs support for CMF (bsc#1192145). - scsi: lpfc: Adjust CMF total bytes and rxmonitor (bsc#1192145). - scsi: lpfc: Cap CMF read bytes to MBPI (bsc#1192145). - scsi: lpfc: Change return code on I/Os received during link bounce (bsc#1192145). - scsi: lpfc: Fix NPIV port deletion crash (bsc#1192145). - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV (bsc#1192145). - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance (bsc#1192145). - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO (bsc#1189126). - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup (bsc#1192145). - scsi: lpfc: Update lpfc version to 14.0.0.4 (bsc#1192145). - scsi: mpt3sas: Fix kernel panic during drive powercycle test (git-fixes). - scsi: qla2xxx: Fix gnl list corruption (git-fixes). - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() (git-fixes). - scsi: qla2xxx: Format log strings only if needed (git-fixes). - scsi: qla2xxx: Relogin during fabric disturbance (git-fixes). - scsi: qla2xxx: edif: Fix EDIF bsg (git-fixes). - scsi: qla2xxx: edif: Fix app start delay (git-fixes). - scsi: qla2xxx: edif: Fix app start fail (git-fixes). - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() (git-fixes). - scsi: qla2xxx: edif: Flush stale events and msgs on session down (git-fixes). - scsi: qla2xxx: edif: Increase ELS payload (git-fixes). - tracing: Check pid filtering when creating events (git-fixes). - tracing: Fix pid filtering when triggers are attached (git-fixes). - tty: hvc: replace BUG_ON() with negative return value (git-fixes). - usb-storage: Add compatibility quirk flags for iODD 2531/2541 (git-fixes). - usb: dwc2: hcd_queue: Fix use of floating point literal (git-fixes). - usb: serial: option: add Fibocom FM101-GL variants (git-fixes). - usb: serial: option: add Quectel EC200S-CN module support (git-fixes). - usb: serial: option: add Telit LE910Cx composition 0x1204 (git-fixes). - usb: serial: option: add Telit LE910S1 0x9200 composition (git-fixes). - usb: serial: option: add prod. id for Quectel EG91 (git-fixes). - usb: serial: qcserial: add EM9191 QDL support (git-fixes). - x86/msi: Force affinity setup before startup (bsc#1193231). - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT (bsc#1114648). - x86/sme: Explicitly map new EFI memmap table as encrypted (bsc#1114648). - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() (bsc#1114648). - xen/blkfront: do not take local copy of a request from the ring page (git-fixes). - xen/blkfront: do not trust the backend response data blindly (git-fixes). - xen/blkfront: read response from backend only once (git-fixes). - xen/netfront: disentangle tx_skb_freelist (git-fixes). - xen/netfront: do not read data from request on the ring page (git-fixes). - xen/netfront: do not trust the backend response data blindly (git-fixes). - xen/netfront: read response from backend only once (git-fixes). - xen: sync include/xen/interface/io/ring.h with Xen's newest version (git-fixes).
Family:unixClass:patch
Status:Reference(s):1044970
1058565
1058622
1058624
1060427
1063008
1065066
1068565
1082060
1082216
1082233
1082234
1082290
1082484
1083424
1090638
1096718
1098531
1103098
1111853
1114648
1124431
1129346
1130721
1130847
1139083
1144903
1153108
1153158
1153161
1156321
1156323
1156324
1156326
1156328
1156329
1156331
1162687
1162689
1162691
1167162
1172437
1173160
1174120
1179599
1183678
1183897
1184804
1185727
1185762
1187167
1189126
1189305
1189841
1190358
1191229
1191384
1192032
1192145
1192267
1192740
1192845
1192847
1192877
1192946
1192974
1193231
1193306
1193318
1193440
1193442
1193731
1194087
1194094
CVE-2017-12150
CVE-2017-12151
CVE-2017-12163
CVE-2017-14746
CVE-2017-15275
CVE-2017-17833
CVE-2018-12015
CVE-2018-12327
CVE-2018-20856
CVE-2018-5391
CVE-2018-6797
CVE-2018-6798
CVE-2018-6913
CVE-2018-7170
CVE-2018-7409
CVE-2018-7485
CVE-2019-10220
CVE-2019-12523
CVE-2019-12526
CVE-2019-12528
CVE-2019-12900
CVE-2019-13272
CVE-2019-15126
CVE-2019-17133
CVE-2019-1787
CVE-2019-1788
CVE-2019-1789
CVE-2019-18676
CVE-2019-18677
CVE-2019-18678
CVE-2019-18679
CVE-2019-9636
CVE-2019-9948
CVE-2020-10745
CVE-2020-10757
CVE-2020-27820
CVE-2020-8449
CVE-2020-8450
CVE-2020-8517
CVE-2021-0920
CVE-2021-0935
CVE-2021-28711
CVE-2021-28712
CVE-2021-28713
CVE-2021-28714
CVE-2021-28715
CVE-2021-33098
CVE-2021-4002
CVE-2021-43975
CVE-2021-43976
CVE-2021-45485
CVE-2021-45486
SUSE-SU-2017:3155-1
SUSE-SU-2018:1832-1
SUSE-SU-2018:1972-1
SUSE-SU-2019:3260-1
SUSE-SU-2022:0090-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Real Time Extension 12 SP5
SUSE Linux Enterprise Server 11
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-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
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-ESPOS
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
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 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
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-ESPOS
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 OpenStack Cloud 7
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • libidn-1.28-6.1 is installed
  • OR libidn-devel-1.28-6.1 is installed
  • OR libidn-tools-1.28-6.1 is installed
  • OR libidn11-1.28-6.1 is installed
  • OR libidn11-32bit-1.28-6.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • libmysqlclient-devel-10.0.27-13.1 is installed
  • OR libmysqlclient18-10.0.27-13.1 is installed
  • OR libmysqlclient_r18-10.0.27-13.1 is installed
  • OR libmysqld18-10.0.27-13.1 is installed
  • OR mariadb-10.0.27-13.1 is installed
  • OR mariadb-client-10.0.27-13.1 is installed
  • OR mariadb-errormessages-10.0.27-13.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • krb5-1.6.3-133.49.58.1 is installed
  • OR krb5-32bit-1.6.3-133.49.58.1 is installed
  • OR krb5-client-1.6.3-133.49.58.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • coreutils-8.12-6.25.29.1 is installed
  • OR coreutils-lang-8.12-6.25.29.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • gpg2-2.0.9-25.33.41.2 is installed
  • OR gpg2-lang-2.0.9-25.33.41.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND openvpn-2.3.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND xfsprogs-3.2.1-3.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libdcerpc-atsvc0-4.2.4-28.3.1 is installed
  • OR samba-4.2.4-28.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libquicktime-1.2.4-14.3.1 is installed
  • OR libquicktime0-1.2.4-14.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND python-tk-2.7.14-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • ant-1.9.10-1 is installed
  • OR ant-antlr-1.9.10-1 is installed
  • OR ant-apache-bcel-1.9.10-1 is installed
  • OR ant-apache-bsf-1.9.10-1 is installed
  • OR ant-apache-log4j-1.9.10-1 is installed
  • OR ant-apache-oro-1.9.10-1 is installed
  • OR ant-apache-regexp-1.9.10-1 is installed
  • OR ant-apache-resolver-1.9.10-1 is installed
  • OR ant-commons-logging-1.9.10-1 is installed
  • OR ant-javamail-1.9.10-1 is installed
  • OR ant-jdepend-1.9.10-1 is installed
  • OR ant-jmf-1.9.10-1 is installed
  • OR ant-junit-1.9.10-1 is installed
  • OR ant-manual-1.9.10-1 is installed
  • OR ant-scripts-1.9.10-1 is installed
  • OR ant-swing-1.9.10-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND osc-0.162.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libcacard-devel-2.5.3-1 is installed
  • OR libcacard0-2.5.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 12 SP5 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.12.14-10.73.1 is installed
  • OR dlm-kmp-rt-4.12.14-10.73.1 is installed
  • OR gfs2-kmp-rt-4.12.14-10.73.1 is installed
  • OR kernel-devel-rt-4.12.14-10.73.1 is installed
  • OR kernel-rt-4.12.14-10.73.1 is installed
  • OR kernel-rt-base-4.12.14-10.73.1 is installed
  • OR kernel-rt-devel-4.12.14-10.73.1 is installed
  • OR kernel-rt_debug-4.12.14-10.73.1 is installed
  • OR kernel-rt_debug-devel-4.12.14-10.73.1 is installed
  • OR kernel-source-rt-4.12.14-10.73.1 is installed
  • OR kernel-syms-rt-4.12.14-10.73.1 is installed
  • OR ocfs2-kmp-rt-4.12.14-10.73.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • bzip2-1.0.5-34.253 is installed
  • OR bzip2-doc-1.0.5-34.253 is installed
  • OR libbz2-1-1.0.5-34.253 is installed
  • OR libbz2-1-32bit-1.0.5-34.253 is installed
  • OR libbz2-1-x86-1.0.5-34.253 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • bzip2-1.0.5-34.253 is installed
  • OR bzip2-doc-1.0.5-34.253 is installed
  • OR libbz2-1-1.0.5-34.253 is installed
  • OR libbz2-1-32bit-1.0.5-34.253 is installed
  • OR libbz2-1-x86-1.0.5-34.253 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND foomatic-filters-3.0.2-269.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND foomatic-filters-3.0.2-269.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND foomatic-filters-3.0.2-269.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND NetworkManager-gnome-0.7.0.r1053-11.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-31.5.3esr-0.3 is installed
  • OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-31.5.3esr-0.3 is installed
  • OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-31.5.3esr-0.3 is installed
  • OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-31.5.3esr-0.3 is installed
  • OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-59 is installed
  • OR apache2-doc-2.2.12-59 is installed
  • OR apache2-example-pages-2.2.12-59 is installed
  • OR apache2-prefork-2.2.12-59 is installed
  • OR apache2-utils-2.2.12-59 is installed
  • OR apache2-worker-2.2.12-59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libproxy0-0.3.1-2.6 is installed
  • OR libproxy0-32bit-0.3.1-2.6 is installed
  • OR libproxy0-config-gnome-0.3.1-2.6 is installed
  • OR libproxy0-config-kde4-0.3.1-2.6 is installed
  • OR libproxy0-networkmanager-0.3.1-2.6 is installed
  • OR libproxy0-x86-0.3.1-2.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libproxy0-0.3.1-2.6 is installed
  • OR libproxy0-32bit-0.3.1-2.6 is installed
  • OR libproxy0-config-gnome-0.3.1-2.6 is installed
  • OR libproxy0-config-kde4-0.3.1-2.6 is installed
  • OR libproxy0-networkmanager-0.3.1-2.6 is installed
  • OR libproxy0-x86-0.3.1-2.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libproxy0-0.3.1-2.6 is installed
  • OR libproxy0-32bit-0.3.1-2.6 is installed
  • OR libproxy0-config-gnome-0.3.1-2.6 is installed
  • OR libproxy0-config-kde4-0.3.1-2.6 is installed
  • OR libproxy0-networkmanager-0.3.1-2.6 is installed
  • OR libproxy0-x86-0.3.1-2.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND acpid-1.0.6-91.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-45.6.0esr-66 is installed
  • OR MozillaFirefox-translations-45.6.0esr-66 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-45.6.0esr-66 is installed
  • OR MozillaFirefox-translations-45.6.0esr-66 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • elfutils-0.152-4.9 is installed
  • OR libasm1-0.152-4.9 is installed
  • OR libasm1-32bit-0.152-4.9 is installed
  • OR libdw1-0.152-4.9 is installed
  • OR libdw1-32bit-0.152-4.9 is installed
  • OR libdw1-x86-0.152-4.9 is installed
  • OR libebl1-0.152-4.9 is installed
  • OR libebl1-32bit-0.152-4.9 is installed
  • OR libebl1-x86-0.152-4.9 is installed
  • OR libelf1-0.152-4.9 is installed
  • OR libelf1-32bit-0.152-4.9 is installed
  • OR libelf1-x86-0.152-4.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • elfutils-0.152-4.9 is installed
  • OR libasm1-0.152-4.9 is installed
  • OR libasm1-32bit-0.152-4.9 is installed
  • OR libdw1-0.152-4.9 is installed
  • OR libdw1-32bit-0.152-4.9 is installed
  • OR libdw1-x86-0.152-4.9 is installed
  • OR libebl1-0.152-4.9 is installed
  • OR libebl1-32bit-0.152-4.9 is installed
  • OR libebl1-x86-0.152-4.9 is installed
  • OR libelf1-0.152-4.9 is installed
  • OR libelf1-32bit-0.152-4.9 is installed
  • OR libelf1-x86-0.152-4.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • elfutils-0.152-4.9 is installed
  • OR libasm1-0.152-4.9 is installed
  • OR libasm1-32bit-0.152-4.9 is installed
  • OR libdw1-0.152-4.9 is installed
  • OR libdw1-32bit-0.152-4.9 is installed
  • OR libdw1-x86-0.152-4.9 is installed
  • OR libebl1-0.152-4.9 is installed
  • OR libebl1-32bit-0.152-4.9 is installed
  • OR libebl1-x86-0.152-4.9 is installed
  • OR libelf1-0.152-4.9 is installed
  • OR libelf1-32bit-0.152-4.9 is installed
  • OR libelf1-x86-0.152-4.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • elfutils-0.152-4.9 is installed
  • OR libasm1-0.152-4.9 is installed
  • OR libasm1-32bit-0.152-4.9 is installed
  • OR libdw1-0.152-4.9 is installed
  • OR libdw1-32bit-0.152-4.9 is installed
  • OR libdw1-x86-0.152-4.9 is installed
  • OR libebl1-0.152-4.9 is installed
  • OR libebl1-32bit-0.152-4.9 is installed
  • OR libebl1-x86-0.152-4.9 is installed
  • OR libelf1-0.152-4.9 is installed
  • OR libelf1-32bit-0.152-4.9 is installed
  • OR libelf1-x86-0.152-4.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • elfutils-0.152-4.9 is installed
  • OR libasm1-0.152-4.9 is installed
  • OR libasm1-32bit-0.152-4.9 is installed
  • OR libdw1-0.152-4.9 is installed
  • OR libdw1-32bit-0.152-4.9 is installed
  • OR libdw1-x86-0.152-4.9 is installed
  • OR libebl1-0.152-4.9 is installed
  • OR libebl1-32bit-0.152-4.9 is installed
  • OR libebl1-x86-0.152-4.9 is installed
  • OR libelf1-0.152-4.9 is installed
  • OR libelf1-32bit-0.152-4.9 is installed
  • OR libelf1-x86-0.152-4.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • Mesa-9.0.3-0.17 is installed
  • OR Mesa-32bit-9.0.3-0.17 is installed
  • OR Mesa-x86-9.0.3-0.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND Package Information
  • salt-2016.11.4-43.10.2 is installed
  • OR salt-doc-2016.11.4-43.10.2 is installed
  • OR salt-minion-2016.11.4-43.10.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND apache2-mod_nss-1.0.14-0.4.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND apache2-mod_nss-1.0.14-0.4.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND apache2-mod_nss-1.0.14-0.4.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND apache2-mod_nss-1.0.14-0.4.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-62.1 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • rhnlib-2.5.69.8-11 is installed
  • OR suseRegisterInfo-2.1.12-14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • rhnlib-2.5.69.8-11 is installed
  • OR suseRegisterInfo-2.1.12-14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.8 is installed
  • OR libMagickCore1-6.4.3.6-7.78.8 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.8 is installed
  • OR libMagickCore1-6.4.3.6-7.78.8 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • e2fsprogs-1.41.9-2.14 is installed
  • OR libcom_err2-1.41.9-2.14 is installed
  • OR libcom_err2-32bit-1.41.9-2.14 is installed
  • OR libcom_err2-x86-1.41.9-2.14 is installed
  • OR libext2fs2-1.41.9-2.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.45-26.40 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-26.40 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-26.40 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-26.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.45-26.40 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-26.40 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-26.40 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-26.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.41.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.41.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • curl-openssl1-7.19.7-1.55 is installed
  • OR libcurl4-openssl1-7.19.7-1.55 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.55 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • gcc5-5.3.1+r233831-9 is installed
  • OR libasan2-5.3.1+r233831-9 is installed
  • OR libasan2-32bit-5.3.1+r233831-9 is installed
  • OR libatomic1-5.3.1+r233831-9 is installed
  • OR libatomic1-32bit-5.3.1+r233831-9 is installed
  • OR libcilkrts5-5.3.1+r233831-9 is installed
  • OR libcilkrts5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-gcc5-5.3.1+r233831-9 is installed
  • OR libffi4-5.3.1+r233831-9 is installed
  • OR libffi4-32bit-5.3.1+r233831-9 is installed
  • OR libgcc_s1-5.3.1+r233831-9 is installed
  • OR libgcc_s1-32bit-5.3.1+r233831-9 is installed
  • OR libgfortran3-5.3.1+r233831-9 is installed
  • OR libgfortran3-32bit-5.3.1+r233831-9 is installed
  • OR libgomp1-5.3.1+r233831-9 is installed
  • OR libgomp1-32bit-5.3.1+r233831-9 is installed
  • OR libitm1-5.3.1+r233831-9 is installed
  • OR libitm1-32bit-5.3.1+r233831-9 is installed
  • OR liblsan0-5.3.1+r233831-9 is installed
  • OR libmpx0-5.3.1+r233831-9 is installed
  • OR libmpx0-32bit-5.3.1+r233831-9 is installed
  • OR libmpxwrappers0-5.3.1+r233831-9 is installed
  • OR libmpxwrappers0-32bit-5.3.1+r233831-9 is installed
  • OR libquadmath0-5.3.1+r233831-9 is installed
  • OR libquadmath0-32bit-5.3.1+r233831-9 is installed
  • OR libstdc++6-5.3.1+r233831-9 is installed
  • OR libstdc++6-32bit-5.3.1+r233831-9 is installed
  • OR libstdc++6-locale-5.3.1+r233831-9 is installed
  • OR libtsan0-5.3.1+r233831-9 is installed
  • OR libubsan0-5.3.1+r233831-9 is installed
  • OR libubsan0-32bit-5.3.1+r233831-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • gcc5-5.3.1+r233831-9 is installed
  • OR libasan2-5.3.1+r233831-9 is installed
  • OR libasan2-32bit-5.3.1+r233831-9 is installed
  • OR libatomic1-5.3.1+r233831-9 is installed
  • OR libatomic1-32bit-5.3.1+r233831-9 is installed
  • OR libcilkrts5-5.3.1+r233831-9 is installed
  • OR libcilkrts5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-gcc5-5.3.1+r233831-9 is installed
  • OR libffi4-5.3.1+r233831-9 is installed
  • OR libffi4-32bit-5.3.1+r233831-9 is installed
  • OR libgcc_s1-5.3.1+r233831-9 is installed
  • OR libgcc_s1-32bit-5.3.1+r233831-9 is installed
  • OR libgfortran3-5.3.1+r233831-9 is installed
  • OR libgfortran3-32bit-5.3.1+r233831-9 is installed
  • OR libgomp1-5.3.1+r233831-9 is installed
  • OR libgomp1-32bit-5.3.1+r233831-9 is installed
  • OR libitm1-5.3.1+r233831-9 is installed
  • OR libitm1-32bit-5.3.1+r233831-9 is installed
  • OR liblsan0-5.3.1+r233831-9 is installed
  • OR libmpx0-5.3.1+r233831-9 is installed
  • OR libmpx0-32bit-5.3.1+r233831-9 is installed
  • OR libmpxwrappers0-5.3.1+r233831-9 is installed
  • OR libmpxwrappers0-32bit-5.3.1+r233831-9 is installed
  • OR libquadmath0-5.3.1+r233831-9 is installed
  • OR libquadmath0-32bit-5.3.1+r233831-9 is installed
  • OR libstdc++6-5.3.1+r233831-9 is installed
  • OR libstdc++6-32bit-5.3.1+r233831-9 is installed
  • OR libstdc++6-locale-5.3.1+r233831-9 is installed
  • OR libtsan0-5.3.1+r233831-9 is installed
  • OR libubsan0-5.3.1+r233831-9 is installed
  • OR libubsan0-32bit-5.3.1+r233831-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • libvirt-1.2.5-13 is installed
  • OR libvirt-client-1.2.5-13 is installed
  • OR libvirt-daemon-1.2.5-13 is installed
  • OR libvirt-daemon-config-network-1.2.5-13 is installed
  • OR libvirt-daemon-config-nwfilter-1.2.5-13 is installed
  • OR libvirt-daemon-driver-interface-1.2.5-13 is installed
  • OR libvirt-daemon-driver-libxl-1.2.5-13 is installed
  • OR libvirt-daemon-driver-lxc-1.2.5-13 is installed
  • OR libvirt-daemon-driver-network-1.2.5-13 is installed
  • OR libvirt-daemon-driver-nodedev-1.2.5-13 is installed
  • OR libvirt-daemon-driver-nwfilter-1.2.5-13 is installed
  • OR libvirt-daemon-driver-qemu-1.2.5-13 is installed
  • OR libvirt-daemon-driver-secret-1.2.5-13 is installed
  • OR libvirt-daemon-driver-storage-1.2.5-13 is installed
  • OR libvirt-daemon-lxc-1.2.5-13 is installed
  • OR libvirt-daemon-qemu-1.2.5-13 is installed
  • OR libvirt-daemon-xen-1.2.5-13 is installed
  • OR libvirt-doc-1.2.5-13 is installed
  • OR libvirt-lock-sanlock-1.2.5-13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • gc-7.2d-5 is installed
  • OR libgc1-7.2d-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • gc-7.2d-5 is installed
  • OR libgc1-7.2d-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND clamav-0.98.7-13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND clamav-0.99.2-32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND clamav-0.99.2-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_40-default-2-3.1 is installed
  • OR kgraft-patch-3_12_74-60_64_40-xen-2-3.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_15-2-3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libdcerpc-atsvc0-4.2.4-28.3 is installed
  • OR samba-4.2.4-28.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libdcerpc-atsvc0-4.2.4-28.3 is installed
  • OR samba-4.2.4-28.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND apache2-mod_perl-2.0.8-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • openslp-2.0.0-18.15 is installed
  • OR openslp-32bit-2.0.0-18.15 is installed
  • OR openslp-server-2.0.0-18.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • openslp-2.0.0-18.15 is installed
  • OR openslp-32bit-2.0.0-18.15 is installed
  • OR openslp-server-2.0.0-18.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_121-92_101-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_27-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_121-92_101-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_27-6-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • MozillaFirefox-60.7.2-109.80 is installed
  • OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • MozillaFirefox-60.7.2-109.80 is installed
  • OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • MozillaFirefox-60.7.2-109.80 is installed
  • OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • MozillaFirefox-60.7.2-109.80 is installed
  • OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libdcerpc-binding0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libdcerpc-binding0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libdcerpc0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libdcerpc0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-krb5pac0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-krb5pac0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-nbt0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-nbt0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-standard0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-standard0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libnetapi0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libnetapi0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-credentials0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-credentials0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-errors0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-errors0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-hostconfig0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-hostconfig0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-passdb0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-passdb0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-util0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-util0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamdb0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamdb0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbclient0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbclient0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbconf0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbconf0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbldap0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbldap0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libtevent-util0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libtevent-util0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libwbclient0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libwbclient0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-client-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-client-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-doc-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-libs-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-libs-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-winbind-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-winbind-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libdcerpc-binding0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libdcerpc-binding0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libdcerpc0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libdcerpc0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-krb5pac0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-krb5pac0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-nbt0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-nbt0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-standard0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr-standard0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libndr0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libnetapi0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libnetapi0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-credentials0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-credentials0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-errors0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-errors0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-hostconfig0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-hostconfig0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-passdb0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-passdb0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-util0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamba-util0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamdb0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsamdb0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbclient0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbclient0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbconf0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbconf0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbldap0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libsmbldap0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libtevent-util0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libtevent-util0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libwbclient0-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR libwbclient0-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-client-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-client-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-doc-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-libs-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-libs-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-winbind-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • OR samba-winbind-32bit-4.6.9+git.59.c2cff9cea4c-3.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-108 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.28.1-2.50 is installed
  • OR libwebkit2gtk-4_0-37-2.28.1-2.50 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.28.1-2.50 is installed
  • OR typelib-1_0-WebKit2-4_0-2.28.1-2.50 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.28.1-2.50 is installed
  • OR webkit2gtk3-2.28.1-2.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libjavascriptcoregtk-4_0-18-2.28.1-2.50 is installed
  • OR libwebkit2gtk-4_0-37-2.28.1-2.50 is installed
  • OR typelib-1_0-JavaScriptCore-4_0-2.28.1-2.50 is installed
  • OR typelib-1_0-WebKit2-4_0-2.28.1-2.50 is installed
  • OR webkit2gtk-4_0-injected-bundles-2.28.1-2.50 is installed
  • OR webkit2gtk3-2.28.1-2.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • bzip2-1.0.6-30.5 is installed
  • OR bzip2-doc-1.0.6-30.5 is installed
  • OR libbz2-1-1.0.6-30.5 is installed
  • OR libbz2-1-32bit-1.0.6-30.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • bzip2-1.0.6-30.5 is installed
  • OR bzip2-doc-1.0.6-30.5 is installed
  • OR libbz2-1-1.0.6-30.5 is installed
  • OR libbz2-1-32bit-1.0.6-30.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.8 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
  • OR python-2.7.13-28.8 is installed
  • OR python-32bit-2.7.13-28.8 is installed
  • OR python-base-2.7.13-28.8 is installed
  • OR python-base-32bit-2.7.13-28.8 is installed
  • OR python-curses-2.7.13-28.8 is installed
  • OR python-demo-2.7.13-28.8 is installed
  • OR python-doc-2.7.13-28.8 is installed
  • OR python-doc-pdf-2.7.13-28.8 is installed
  • OR python-gdbm-2.7.13-28.8 is installed
  • OR python-idle-2.7.13-28.8 is installed
  • OR python-tk-2.7.13-28.8 is installed
  • OR python-xml-2.7.13-28.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libpython2_7-1_0-2.7.13-28.8 is installed
  • OR libpython2_7-1_0-32bit-2.7.13-28.8 is installed
  • OR python-2.7.13-28.8 is installed
  • OR python-32bit-2.7.13-28.8 is installed
  • OR python-base-2.7.13-28.8 is installed
  • OR python-base-32bit-2.7.13-28.8 is installed
  • OR python-curses-2.7.13-28.8 is installed
  • OR python-demo-2.7.13-28.8 is installed
  • OR python-doc-2.7.13-28.8 is installed
  • OR python-doc-pdf-2.7.13-28.8 is installed
  • OR python-gdbm-2.7.13-28.8 is installed
  • OR python-idle-2.7.13-28.8 is installed
  • OR python-tk-2.7.13-28.8 is installed
  • OR python-xml-2.7.13-28.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • glib2-2.48.2-12.12 is installed
  • OR glib2-lang-2.48.2-12.12 is installed
  • OR glib2-tools-2.48.2-12.12 is installed
  • OR libgio-2_0-0-2.48.2-12.12 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libglib-2_0-0-2.48.2-12.12 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libgmodule-2_0-0-2.48.2-12.12 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libgobject-2_0-0-2.48.2-12.12 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libgthread-2_0-0-2.48.2-12.12 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • glib2-2.48.2-12.12 is installed
  • OR glib2-lang-2.48.2-12.12 is installed
  • OR glib2-tools-2.48.2-12.12 is installed
  • OR libgio-2_0-0-2.48.2-12.12 is installed
  • OR libgio-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libglib-2_0-0-2.48.2-12.12 is installed
  • OR libglib-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libgmodule-2_0-0-2.48.2-12.12 is installed
  • OR libgmodule-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libgobject-2_0-0-2.48.2-12.12 is installed
  • OR libgobject-2_0-0-32bit-2.48.2-12.12 is installed
  • OR libgthread-2_0-0-2.48.2-12.12 is installed
  • OR libgthread-2_0-0-32bit-2.48.2-12.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND axis-1.4-290.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • ghostscript-9.27-23.31 is installed
  • OR ghostscript-x11-9.27-23.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • ghostscript-9.27-23.31 is installed
  • OR ghostscript-x11-9.27-23.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-6-5 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
  • OR kgraft-patch-SLE12_Update_9-6-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-6-5 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-6-5 is installed
  • OR kgraft-patch-SLE12_Update_9-6-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • bind-9.9.9P1-46 is installed
  • OR bind-chrootenv-9.9.9P1-46 is installed
  • OR bind-doc-9.9.9P1-46 is installed
  • OR bind-libs-9.9.9P1-46 is installed
  • OR bind-utils-9.9.9P1-46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.36 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.51.8 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.51.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_114-92_64-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_155-94_50-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_17-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND cups-devel-1.3.9-8.46.48 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-devel-24.8.0esr-0.8 is installed
  • OR mozilla-nspr-devel-4.10.7-0.3 is installed
  • OR mozilla-nss-devel-3.16.4-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • avahi-compat-howl-devel-0.6.23-11.32 is installed
  • OR avahi-compat-mDNSResponder-devel-0.6.23-11.32 is installed
  • OR libavahi-devel-0.6.23-11.32 is installed
  • OR libhowl0-0.6.23-11.32 is installed
  • OR python-avahi-0.6.23-11.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libreoffice-4.3.3.2-6 is installed
  • OR libreoffice-base-4.3.3.2-6 is installed
  • OR libreoffice-base-drivers-mysql-4.3.3.2-6 is installed
  • OR libreoffice-base-drivers-postgresql-4.3.3.2-6 is installed
  • OR libreoffice-calc-4.3.3.2-6 is installed
  • OR libreoffice-calc-extensions-4.3.3.2-6 is installed
  • OR libreoffice-draw-4.3.3.2-6 is installed
  • OR libreoffice-filters-optional-4.3.3.2-6 is installed
  • OR libreoffice-gnome-4.3.3.2-6 is installed
  • OR libreoffice-icon-theme-tango-4.3.3.2-6 is installed
  • OR libreoffice-impress-4.3.3.2-6 is installed
  • OR libreoffice-l10n-af-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ar-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ca-4.3.3.2-6 is installed
  • OR libreoffice-l10n-cs-4.3.3.2-6 is installed
  • OR libreoffice-l10n-da-4.3.3.2-6 is installed
  • OR libreoffice-l10n-de-4.3.3.2-6 is installed
  • OR libreoffice-l10n-en-4.3.3.2-6 is installed
  • OR libreoffice-l10n-es-4.3.3.2-6 is installed
  • OR libreoffice-l10n-fi-4.3.3.2-6 is installed
  • OR libreoffice-l10n-fr-4.3.3.2-6 is installed
  • OR libreoffice-l10n-gu-4.3.3.2-6 is installed
  • OR libreoffice-l10n-hi-4.3.3.2-6 is installed
  • OR libreoffice-l10n-hu-4.3.3.2-6 is installed
  • OR libreoffice-l10n-it-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ja-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ko-4.3.3.2-6 is installed
  • OR libreoffice-l10n-nb-4.3.3.2-6 is installed
  • OR libreoffice-l10n-nl-4.3.3.2-6 is installed
  • OR libreoffice-l10n-nn-4.3.3.2-6 is installed
  • OR libreoffice-l10n-pl-4.3.3.2-6 is installed
  • OR libreoffice-l10n-pt-BR-4.3.3.2-6 is installed
  • OR libreoffice-l10n-pt-PT-4.3.3.2-6 is installed
  • OR libreoffice-l10n-ru-4.3.3.2-6 is installed
  • OR libreoffice-l10n-sk-4.3.3.2-6 is installed
  • OR libreoffice-l10n-sv-4.3.3.2-6 is installed
  • OR libreoffice-l10n-xh-4.3.3.2-6 is installed
  • OR libreoffice-l10n-zh-Hans-4.3.3.2-6 is installed
  • OR libreoffice-l10n-zh-Hant-4.3.3.2-6 is installed
  • OR libreoffice-l10n-zu-4.3.3.2-6 is installed
  • OR libreoffice-mailmerge-4.3.3.2-6 is installed
  • OR libreoffice-math-4.3.3.2-6 is installed
  • OR libreoffice-officebean-4.3.3.2-6 is installed
  • OR libreoffice-pyuno-4.3.3.2-6 is installed
  • OR libreoffice-writer-4.3.3.2-6 is installed
  • OR libreoffice-writer-extensions-4.3.3.2-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • firebird-classic-2.5.2.26539-15 is installed
  • OR libfbembed2_5-2.5.2.26539-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • imap-2007e_suse-22 is installed
  • OR libc-client2007e_suse-2007e_suse-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libwebkit2gtk3-lang-2.18.0-2.9 is installed
  • OR webkit2gtk3-2.18.0-2.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • python-base-2.7.13-28.16 is installed
  • OR python-devel-2.7.13-28.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • libzzip-0-13-0.13.67-10.25 is installed
  • OR zziplib-0.13.67-10.25 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND crowbar-barclamp-trove-1.9+git.1473844105.932298f-9.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openvpn-2.3.8-16.17.1 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.17.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openstack-magnum-3.1.2~a0~dev20-9.4 is installed
  • OR openstack-magnum-api-3.1.2~a0~dev20-9.4 is installed
  • OR openstack-magnum-conductor-3.1.2~a0~dev20-9.4 is installed
  • OR openstack-magnum-doc-3.1.2~a0~dev20-9.3 is installed
  • OR python-magnum-3.1.2~a0~dev20-9.4 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND redis-3.0.7-6 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-57.0.2987.133-11 is installed
  • OR chromium-57.0.2987.133-11 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • libsingularity1-2.3.2-11 is installed
  • OR singularity-2.3.2-11 is installed
  • OR singularity-devel-2.3.2-11 is installed
  • BACK