Oval Definition:oval:org.opensuse.security:def:22711
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-12207: Untrusted virtual machines on Intel CPUs could exploit a race condition in the Instruction Fetch Unit of the Intel CPU to cause a Machine Exception during Page Size Change, causing the CPU core to be non-functional.

The Linux Kernel kvm hypervisor was adjusted to avoid page size changes in executable pages by splitting / merging huge pages into small pages as needed. More information can be found on https://www.suse.com/support/kb/doc/?id=7023735

- CVE-2019-16995: Fix a memory leak in hsr_dev_finalize() if hsr_add_port failed to add a port, which may have caused denial of service (bsc#1152685).

- CVE-2019-11135: Aborting an asynchronous TSX operation on Intel CPUs with Transactional Memory support could be used to facilitate sidechannel information leaks out of microarchitectural buffers, similar to the previously described 'Microarchitectural Data Sampling' attack.

The Linux kernel was supplemented with the option to disable TSX operation altogether (requiring CPU Microcode updates on older systems) and better flushing of microarchitectural buffers (VERW).

The set of options available is described in our TID at https://www.suse.com/support/kb/doc/?id=7024251

- CVE-2019-16233: drivers/scsi/qla2xxx/qla_os.c did not check the alloc_workqueue return value, leading to a NULL pointer dereference. (bsc#1150457).

- CVE-2019-10220: Added sanity checks on the pathnames passed to the user space. (bsc#1144903).

- CVE-2019-17666: rtlwifi: Fix potential overflow in P2P code (bsc#1154372).

- CVE-2019-17133: cfg80211 wireless extension did not reject a long SSID IE, leading to a Buffer Overflow (bsc#1153158).

- CVE-2019-16232: Fix a potential NULL pointer dereference in the Marwell libertas driver (bsc#1150465).

- CVE-2019-16234: iwlwifi pcie driver did not check the alloc_workqueue return value, leading to a NULL pointer dereference. (bsc#1150452).

- CVE-2019-17055: The AF_ISDN network module in the Linux kernel did not enforce CAP_NET_RAW, which meant that unprivileged users could create a raw socket (bnc#1152782).

- CVE-2019-17056: The AF_NFC network module did not enforce CAP_NET_RAW, which meant that unprivileged users could create a raw socket (bsc#1152788).

- CVE-2019-16413: The 9p filesystem did not protect i_size_write() properly, which caused an i_size_read() infinite loop and denial of service on SMP systems (bnc#1151347).

- CVE-2019-15902: A backporting issue was discovered that re-introduced the Spectre vulnerability it had aimed to eliminate. This occurred because the backport process depends on cherry picking specific commits, and because two (correctly ordered) code lines were swapped (bnc#1149376).

- CVE-2019-15291: Fixed a NULL pointer dereference issue that could be caused by a malicious USB device (bnc#1146519).

- CVE-2019-15807: Fixed a memory leak in the SCSI module that could be abused to cause denial of service (bnc#1148938).

- CVE-2019-13272: Fixed a mishandled the recording of the credentials of a process that wants to create a ptrace relationship, which allowed local users to obtain root access by leveraging certain scenarios with a parent-child process relationship, where a parent drops privileges and calls execve (potentially allowing control by an attacker). (bnc#1140671).

- CVE-2019-14821: An out-of-bounds access issue was fixed in the kernel's kvm hypervisor. An unprivileged host user or process with access to '/dev/kvm' device could use this flaw to crash the host kernel, resulting in a denial of service or potentially escalating privileges on the system (bnc#1151350).

- CVE-2019-15505: An out-of-bounds issue had been fixed that could be caused by crafted USB device traffic (bnc#1147122).

- CVE-2017-18595: A double free in allocate_trace_buffer was fixed (bnc#1149555).

- CVE-2019-14835: A buffer overflow flaw was found in the kernel's vhost functionality that translates virtqueue buffers to IOVs. A privileged guest user able to pass descriptors with invalid length to the host could use this flaw to increase their privileges on the host (bnc#1150112).

- CVE-2019-15216: A NULL pointer dereference was fixed that could be malicious USB device (bnc#1146361).

- CVE-2019-15924: A a NULL pointer dereference has been fixed in the drivers/net/ethernet/intel/fm10k module (bnc#1149612).

- CVE-2019-9456: An out-of-bounds write in the USB monitor driver has been fixed. This issue could lead to local escalation of privilege with System execution privileges needed. (bnc#1150025).

- CVE-2019-15926: An out-of-bounds access was fixed in the drivers/net/wireless/ath/ath6kl module. (bnc#1149527).

- CVE-2019-15927: An out-of-bounds access was fixed in the sound/usb/mixer module (bnc#1149522).

- CVE-2019-15666: There was an out-of-bounds array access in the net/xfrm module that could cause denial of service (bnc#1148394).

- CVE-2019-15219: A NULL pointer dereference was fixed that could be abused by a malicious USB device (bnc#1146519 1146524).

- CVE-2019-15220: A use-after-free issue was fixed that could be caused by a malicious USB device (bnc#1146519 1146526).

- CVE-2019-15221: A NULL pointer dereference was fixed that could be caused by a malicious USB device (bnc#1146519 1146529).

- CVE-2019-14814: A heap-based buffer overflow was fixed in the marvell wifi chip driver. That issue allowed local users to cause a denial of service (system crash) or possibly execute arbitrary code (bnc#1146512).

- CVE-2019-14815: A missing length check while parsing WMM IEs was fixed (bsc#1146512, bsc#1146514, bsc#1146516).

- CVE-2019-14816: A heap-based buffer overflow in the marvell wifi chip driver was fixed. Local users would have abused this issue to cause a denial of service (system crash) or possibly execute arbitrary code (bnc#1146516).

- CVE-2017-18509: An issue in net/ipv6 as fixed. By setting a specific socket option, an attacker could control a pointer in kernel land and cause an inet_csk_listen_stop general protection fault, or potentially execute arbitrary code under certain circumstances. The issue can be triggered as root (e.g., inside a default LXC container or with the CAP_NET_ADMIN capability) or after namespace unsharing. (bnc#1145477)

- CVE-2019-9506: The Bluetooth BR/EDR specification used to permit sufficiently low encryption key length and did not prevent an attacker from influencing the key length negotiation. This allowed practical brute-force attacks (aka 'KNOB') that could decrypt traffic and inject arbitrary ciphertext without the victim noticing (bnc#1137865).

- CVE-2019-15098: A NULL pointer dereference in drivers/net/wireless/ath was fixed (bnc#1146378).

- CVE-2019-15290: A NULL pointer dereference in ath6kl_usb_alloc_urb_from_pipe was fixed (bsc#1146378).

- CVE-2019-15212: A double-free issue was fixed in drivers/usb driver (bnc#1146391).

- CVE-2016-10906: A use-after-free issue was fixed in drivers/net/ethernet/arc (bnc#1146584).

- CVE-2019-15211: A use-after-free issue caused by a malicious USB device was fixed in the drivers/media/v4l2-core driver (bnc#1146519).

- CVE-2019-15217: A a NULL pointer dereference issue caused by a malicious USB device was fixed in the drivers/media/usb/zr364xx driver (bnc#1146519).

- CVE-2019-15214: An a use-after-free issue in the sound subsystem was fixed (bnc#1146519).

- CVE-2019-15218: A NULL pointer dereference caused by a malicious USB device was fixed in the drivers/media/usb/siano driver (bnc#1146413).

- CVE-2019-15215: A use-after-free issue caused by a malicious USB device was fixed in the drivers/media/usb/cpia2 driver (bnc#1146425).

- CVE-2018-20976: A use-after-free issue was fixed in the fs/xfs driver (bnc#1146285).

- CVE-2019-0154: An unprotected read access to i915 registers has been fixed that could have been abused to facilitate a local denial-of-service attack. (bsc#1135966)

- CVE-2019-0155: A privilege escalation vulnerability has been fixed in the i915 module that allowed batch buffers from user mode to gain super user privileges. (bsc#1135967)

- CVE-2019-16231: The fjes driver did not check the alloc_workqueue return value, leading to a NULL pointer dereference. (bnc#1150466)

- CVE-2019-18805: Fix signed integer overflow in tcp_ack_update_rtt() that could have lead to a denial of service or possibly unspecified other impact (bsc#1156187)

- CVE-2019-18680: A NULL pointer dereference in rds_tcp_kill_sock() could cause denial of service (bnc#1155898)

The following non-security bugs were fixed:

- cpu/speculation: Uninline and export CPU mitigations helpers (bnc#1117665). - documentation: Add ITLB_MULTIHIT documentation (bnc#1117665). - ib/core: Add mitigation for Spectre V1 (bsc#1155671) - ib/core: array_index_nospec: Sanitize speculative array (bsc#1155671) - ipv6: Update ipv6 defrag code (add bsc#1141054). - ksm: cleanup stable_node chain collapse case (bnc#1144338). - ksm: fix use after free with merge_across_nodes = 0 (bnc#1144338). - ksm: introduce ksm_max_page_sharing per page deduplication limit (bnc#1144338). - ksm: optimize refile of stable_node_dup at the head of the chain (bnc#1144338). - ksm: swap the two output parameters of chain/chain_prune (bnc#1144338). - kvm kABI Fix for NX patches (bsc#1117665). - kvm: Convert kvm_lock to a mutex (bsc#1117665). - kvm: MMU: drop vcpu param in gpte_access (bsc#1117665). - kvm: MMU: introduce kvm_mmu_gfn_{allow,disallow}_lpage (bsc#1117665). - kvm: MMU: rename has_wrprotected_page to mmu_gfn_lpage_is_disallowed (bsc#1117665). - kvm: vmx, svm: always run with EFER.NXE=1 when shadow paging is active (bsc#1117665). - kvm: x86, powerpc: do not allow clearing largepages debugfs entry (bsc#1117665). - kvm: x86: Do not release the page inside mmu_set_spte() (bsc#1117665). - kvm: x86: MMU: Consolidate quickly_check_mmio_pf() and is_mmio_page_fault() (bsc#1117665). - kvm: x86: MMU: Encapsulate the type of rmap-chain head in a new struct (bsc#1117665). - kvm: x86: MMU: Move handle_mmio_page_fault() call to kvm_mmu_page_fault() (bsc#1117665). - kvm: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page() (bsc#1117665). - kvm: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page() (bsc#1117665). - kvm: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page() (bsc#1117665). - kvm: x86: MMU: always set accessed bit in shadow PTEs (bsc#1117665). - kvm: x86: add tracepoints around __direct_map and FNAME(fetch) (bsc#1117665). - kvm: x86: adjust kvm_mmu_page member to save 8 bytes (bsc#1117665). - kvm: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON (bsc#1117665). - kvm: x86: extend usage of RET_MMIO_PF_* constants (bsc#1117665). - kvm: x86: make FNAME(fetch) and __direct_map more similar (bsc#1117665). - kvm: x86: mmu: Apply global mitigations knob to ITLB_MULTIHIT (bnc#1117665). - kvm: x86: remove now unneeded hugepage gfn adjustment (bsc#1117665). - kvm: x86: simplify ept_misconfig (bsc#1117665). - media: smsusb: better handle optional alignment (bsc#1146413). - mm: use upstream patch for bsc#1106913 - scsi: scsi_transport_fc: Drop double list_del() (bsc#1084878) - x86/bugs: correctly force-disable IBRS on !SKL systems (bsc#1068032, bsc#1092497). - x86/cpu: Add Atom Tremont (Jacobsville) (bsc#1117665). - x86/headers: Do not include asm/processor.h in asm/atomic.h (bsc#1150223). - x86/mitigations: Backport the STIBP pile See bsc#1139550 - xen-blkfront: avoid ENOMEM in blkif_recover after migration (bsc#1149849).
Family:unixClass:patch
Status:Reference(s):1068032
1084878
1092497
1106913
1111498
1117025
1117382
1117665
1119553
1119554
1119555
1119556
1119557
1119558
1120658
1122000
1122344
1123333
1123892
1125352
1128829
1128963
1133037
1135966
1135967
1136021
1137865
1139550
1140671
1141054
1141619
1141780
1141782
1141783
1141785
1141789
1144338
1144504
1144903
1145477
1145604
1146285
1146361
1146378
1146391
1146413
1146425
1146512
1146514
1146516
1146519
1146584
1147021
1147122
1148394
1148938
1149332
1149376
1149458
1149522
1149527
1149555
1149612
1149849
1150025
1150112
1150223
1150452
1150457
1150465
1150466
1151021
1151347
1151350
1151839
1152685
1152782
1152788
1153108
1153158
1154372
1155671
1155898
1156187
1156317
1156321
1156331
1160305
1160467
1160468
1160498
1165784
1171878
1172085
1176013
1177158
CVE-2016-1000031
CVE-2016-10906
CVE-2017-18379
CVE-2017-18509
CVE-2017-18595
CVE-2018-12207
CVE-2018-20856
CVE-2018-20976
CVE-2018-4437
CVE-2018-4438
CVE-2018-4441
CVE-2018-4442
CVE-2018-4443
CVE-2018-4464
CVE-2019-0154
CVE-2019-0155
CVE-2019-1010006
CVE-2019-10220
CVE-2019-11135
CVE-2019-11459
CVE-2019-11771
CVE-2019-11775
CVE-2019-12625
CVE-2019-12900
CVE-2019-13272
CVE-2019-14814
CVE-2019-14815
CVE-2019-14816
CVE-2019-14821
CVE-2019-14835
CVE-2019-14896
CVE-2019-14897
CVE-2019-15098
CVE-2019-15211
CVE-2019-15212
CVE-2019-15214
CVE-2019-15215
CVE-2019-15216
CVE-2019-15217
CVE-2019-15218
CVE-2019-15219
CVE-2019-15220
CVE-2019-15221
CVE-2019-15239
CVE-2019-15290
CVE-2019-15291
CVE-2019-15505
CVE-2019-15666
CVE-2019-15807
CVE-2019-15902
CVE-2019-15924
CVE-2019-15926
CVE-2019-15927
CVE-2019-16231
CVE-2019-16232
CVE-2019-16233
CVE-2019-16234
CVE-2019-16413
CVE-2019-16995
CVE-2019-17015
CVE-2019-17016
CVE-2019-17017
CVE-2019-17021
CVE-2019-17022
CVE-2019-17024
CVE-2019-17026
CVE-2019-17055
CVE-2019-17056
CVE-2019-17133
CVE-2019-17666
CVE-2019-18680
CVE-2019-18805
CVE-2019-2762
CVE-2019-2766
CVE-2019-2769
CVE-2019-2816
CVE-2019-4473
CVE-2019-6454
CVE-2019-7317
CVE-2019-9456
CVE-2019-9506
CVE-2020-10029
CVE-2020-14355
SUSE-SU-2019:0146-1
SUSE-SU-2019:1214-1
SUSE-SU-2019:1610-1
SUSE-SU-2019:3066-1
SUSE-SU-2020:0068-1
SUSE-SU-2020:3024-1
SUSE-SU-2020:3084-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.1 NonFree
openSUSE Leap 42.2
openSUSE Leap 42.2 NonFree
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
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
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 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-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 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • libQt5Bootstrap-devel-static-5.5.1-10.1 is installed
  • OR libQt5Bootstrap-devel-static-32bit-5.5.1-10.1 is installed
  • OR libQt5Concurrent-devel-5.5.1-10.1 is installed
  • OR libQt5Concurrent-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Concurrent5-5.5.1-10.1 is installed
  • OR libQt5Concurrent5-32bit-5.5.1-10.1 is installed
  • OR libQt5Core-devel-5.5.1-10.1 is installed
  • OR libQt5Core-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Core-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5Core5-5.5.1-10.1 is installed
  • OR libQt5Core5-32bit-5.5.1-10.1 is installed
  • OR libQt5DBus-devel-5.5.1-10.1 is installed
  • OR libQt5DBus-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5DBus-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5DBus5-5.5.1-10.1 is installed
  • OR libQt5DBus5-32bit-5.5.1-10.1 is installed
  • OR libQt5Gui-devel-5.5.1-10.1 is installed
  • OR libQt5Gui-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Gui-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5Gui5-5.5.1-10.1 is installed
  • OR libQt5Gui5-32bit-5.5.1-10.1 is installed
  • OR libQt5Network-devel-5.5.1-10.1 is installed
  • OR libQt5Network-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Network-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5Network5-5.5.1-10.1 is installed
  • OR libQt5Network5-32bit-5.5.1-10.1 is installed
  • OR libQt5OpenGL-devel-5.5.1-10.1 is installed
  • OR libQt5OpenGL-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5OpenGL-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5OpenGL5-5.5.1-10.1 is installed
  • OR libQt5OpenGL5-32bit-5.5.1-10.1 is installed
  • OR libQt5OpenGLExtensions-devel-static-5.5.1-10.1 is installed
  • OR libQt5OpenGLExtensions-devel-static-32bit-5.5.1-10.1 is installed
  • OR libQt5PlatformHeaders-devel-5.5.1-10.1 is installed
  • OR libQt5PlatformSupport-devel-static-5.5.1-10.1 is installed
  • OR libQt5PlatformSupport-devel-static-32bit-5.5.1-10.1 is installed
  • OR libQt5PlatformSupport-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5PrintSupport-devel-5.5.1-10.1 is installed
  • OR libQt5PrintSupport-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5PrintSupport-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5PrintSupport5-5.5.1-10.1 is installed
  • OR libQt5PrintSupport5-32bit-5.5.1-10.1 is installed
  • OR libQt5Sql-devel-5.5.1-10.1 is installed
  • OR libQt5Sql-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Sql-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5Sql5-5.5.1-10.1 is installed
  • OR libQt5Sql5-32bit-5.5.1-10.1 is installed
  • OR libQt5Sql5-mysql-5.5.1-10.1 is installed
  • OR libQt5Sql5-mysql-32bit-5.5.1-10.1 is installed
  • OR libQt5Sql5-postgresql-5.5.1-10.1 is installed
  • OR libQt5Sql5-postgresql-32bit-5.5.1-10.1 is installed
  • OR libQt5Sql5-sqlite-5.5.1-10.1 is installed
  • OR libQt5Sql5-sqlite-32bit-5.5.1-10.1 is installed
  • OR libQt5Sql5-unixODBC-5.5.1-10.1 is installed
  • OR libQt5Sql5-unixODBC-32bit-5.5.1-10.1 is installed
  • OR libQt5Test-devel-5.5.1-10.1 is installed
  • OR libQt5Test-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Test-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5Test5-5.5.1-10.1 is installed
  • OR libQt5Test5-32bit-5.5.1-10.1 is installed
  • OR libQt5Widgets-devel-5.5.1-10.1 is installed
  • OR libQt5Widgets-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Widgets-private-headers-devel-5.5.1-10.1 is installed
  • OR libQt5Widgets5-5.5.1-10.1 is installed
  • OR libQt5Widgets5-32bit-5.5.1-10.1 is installed
  • OR libQt5Xml-devel-5.5.1-10.1 is installed
  • OR libQt5Xml-devel-32bit-5.5.1-10.1 is installed
  • OR libQt5Xml5-5.5.1-10.1 is installed
  • OR libQt5Xml5-32bit-5.5.1-10.1 is installed
  • OR libqt5-qtbase-5.5.1-10.1 is installed
  • OR libqt5-qtbase-common-devel-5.5.1-10.1 is installed
  • OR libqt5-qtbase-devel-5.5.1-10.1 is installed
  • OR libqt5-qtbase-doc-5.5.1-10.1 is installed
  • OR libqt5-qtbase-examples-5.5.1-10.1 is installed
  • OR libqt5-qtbase-examples-32bit-5.5.1-10.1 is installed
  • OR libqt5-qtbase-platformtheme-gtk2-5.5.1-10.1 is installed
  • OR libqt5-qtbase-private-headers-devel-5.5.1-10.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.1 NonFree is installed
  • AND opera-38.0.2220.29-16.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • sysconfig-0.84.0-1.2 is installed
  • OR sysconfig-netconfig-0.84.0-1.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 NonFree is installed
  • AND opera-41.0.2353.56-3.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND mysql-connector-java-5.1.35-9.3 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • dnsmasq-2.71-6.3.1 is installed
  • OR dnsmasq-utils-2.71-6.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.47 is installed
  • OR libgnutls26-2.4.1-24.39.47 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND libmpfr1-2.3.2-3.118 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND dhcpcd-3.2.3-45.5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND cifs-utils-6.4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libsilc-1_1-2-1.1.10-24 is installed
  • OR libsilcclient-1_1-3-1.1.10-24 is installed
  • OR silc-toolkit-1.1.10-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libzypp-16.15.6-2.8.1 is installed
  • OR zypper-1.13.32-21.3.2 is installed
  • OR zypper-log-1.13.32-21.3.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • puppet-3.8.5-15.9 is installed
  • OR puppet-server-3.8.5-15.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • xscreensaver-5.37-3 is installed
  • OR xscreensaver-data-5.37-3 is installed
  • OR xscreensaver-lang-5.37-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND libjasper-devel-2.0.14-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND cups-ddk-2.2.7-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-18.13 is installed
  • OR openldap2-2.4.41-18.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • java-1_8_0-ibm-1.8.0_sr5.11-1 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.11-1 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.11-1 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.11-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.39-47 is installed
  • OR kernel-ec2-devel-3.12.39-47 is installed
  • OR kernel-ec2-extra-3.12.39-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND apache2-mod_apparmor-2.12-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php7-7.0.7-15 is installed
  • OR php7-7.0.7-15 is installed
  • OR php7-bcmath-7.0.7-15 is installed
  • OR php7-bz2-7.0.7-15 is installed
  • OR php7-calendar-7.0.7-15 is installed
  • OR php7-ctype-7.0.7-15 is installed
  • OR php7-curl-7.0.7-15 is installed
  • OR php7-dba-7.0.7-15 is installed
  • OR php7-dom-7.0.7-15 is installed
  • OR php7-enchant-7.0.7-15 is installed
  • OR php7-exif-7.0.7-15 is installed
  • OR php7-fastcgi-7.0.7-15 is installed
  • OR php7-fileinfo-7.0.7-15 is installed
  • OR php7-fpm-7.0.7-15 is installed
  • OR php7-ftp-7.0.7-15 is installed
  • OR php7-gd-7.0.7-15 is installed
  • OR php7-gettext-7.0.7-15 is installed
  • OR php7-gmp-7.0.7-15 is installed
  • OR php7-iconv-7.0.7-15 is installed
  • OR php7-imap-7.0.7-15 is installed
  • OR php7-intl-7.0.7-15 is installed
  • OR php7-json-7.0.7-15 is installed
  • OR php7-ldap-7.0.7-15 is installed
  • OR php7-mbstring-7.0.7-15 is installed
  • OR php7-mcrypt-7.0.7-15 is installed
  • OR php7-mysql-7.0.7-15 is installed
  • OR php7-odbc-7.0.7-15 is installed
  • OR php7-opcache-7.0.7-15 is installed
  • OR php7-openssl-7.0.7-15 is installed
  • OR php7-pcntl-7.0.7-15 is installed
  • OR php7-pdo-7.0.7-15 is installed
  • OR php7-pear-7.0.7-15 is installed
  • OR php7-pear-Archive_Tar-7.0.7-15 is installed
  • OR php7-pgsql-7.0.7-15 is installed
  • OR php7-phar-7.0.7-15 is installed
  • OR php7-posix-7.0.7-15 is installed
  • OR php7-pspell-7.0.7-15 is installed
  • OR php7-shmop-7.0.7-15 is installed
  • OR php7-snmp-7.0.7-15 is installed
  • OR php7-soap-7.0.7-15 is installed
  • OR php7-sockets-7.0.7-15 is installed
  • OR php7-sqlite-7.0.7-15 is installed
  • OR php7-sysvmsg-7.0.7-15 is installed
  • OR php7-sysvsem-7.0.7-15 is installed
  • OR php7-sysvshm-7.0.7-15 is installed
  • OR php7-tokenizer-7.0.7-15 is installed
  • OR php7-wddx-7.0.7-15 is installed
  • OR php7-xmlreader-7.0.7-15 is installed
  • OR php7-xmlrpc-7.0.7-15 is installed
  • OR php7-xmlwriter-7.0.7-15 is installed
  • OR php7-xsl-7.0.7-15 is installed
  • OR php7-zip-7.0.7-15 is installed
  • OR php7-zlib-7.0.7-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • libicu-4.0-7.22 is installed
  • OR libicu-32bit-4.0-7.22 is installed
  • OR libicu-doc-4.0-7.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • libicu-4.0-7.22 is installed
  • OR libicu-32bit-4.0-7.22 is installed
  • OR libicu-doc-4.0-7.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND supportutils-1.20-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND supportutils-1.20-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND supportutils-1.20-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • avahi-0.6.23-11.19 is installed
  • OR avahi-lang-0.6.23-11.19 is installed
  • OR avahi-utils-0.6.23-11.19 is installed
  • OR libavahi-client3-0.6.23-11.19 is installed
  • OR libavahi-client3-32bit-0.6.23-11.19 is installed
  • OR libavahi-client3-x86-0.6.23-11.19 is installed
  • OR libavahi-common3-0.6.23-11.19 is installed
  • OR libavahi-common3-32bit-0.6.23-11.19 is installed
  • OR libavahi-common3-x86-0.6.23-11.19 is installed
  • OR libavahi-core5-0.6.23-11.19 is installed
  • OR libdns_sd-0.6.23-11.19 is installed
  • OR libdns_sd-32bit-0.6.23-11.19 is installed
  • OR libdns_sd-x86-0.6.23-11.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-6.4.3.6-7.78.5 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • xen-4.1.4_02-0.5 is installed
  • OR xen-devel-4.1.6_08-0.11 is installed
  • OR xen-doc-html-4.1.4_02-0.5 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-libs-4.1.4_02-0.5 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5 is installed
  • OR xen-tools-4.1.4_02-0.5 is installed
  • OR xen-tools-domU-4.1.4_02-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • xen-4.1.4_02-0.5 is installed
  • OR xen-devel-4.1.6_08-0.11 is installed
  • OR xen-doc-html-4.1.4_02-0.5 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-libs-4.1.4_02-0.5 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5 is installed
  • OR xen-tools-4.1.4_02-0.5 is installed
  • OR xen-tools-domU-4.1.4_02-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • xen-4.1.4_02-0.5 is installed
  • OR xen-devel-4.1.6_08-0.11 is installed
  • OR xen-doc-html-4.1.4_02-0.5 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-libs-4.1.4_02-0.5 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5 is installed
  • OR xen-tools-4.1.4_02-0.5 is installed
  • OR xen-tools-domU-4.1.4_02-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • xen-4.1.4_02-0.5 is installed
  • OR xen-devel-4.1.6_08-0.11 is installed
  • OR xen-doc-html-4.1.4_02-0.5 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-libs-4.1.4_02-0.5 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5 is installed
  • OR xen-tools-4.1.4_02-0.5 is installed
  • OR xen-tools-domU-4.1.4_02-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • xen-4.1.4_02-0.5 is installed
  • OR xen-devel-4.1.6_08-0.11 is installed
  • OR xen-doc-html-4.1.4_02-0.5 is installed
  • OR xen-doc-pdf-4.1.4_02-0.5 is installed
  • OR xen-kmp-default-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-pae-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-kmp-trace-4.1.4_02_3.0.58_0.6.6-0.5 is installed
  • OR xen-libs-4.1.4_02-0.5 is installed
  • OR xen-libs-32bit-4.1.4_02-0.5 is installed
  • OR xen-tools-4.1.4_02-0.5 is installed
  • OR xen-tools-domU-4.1.4_02-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • ghostscript-fonts-other-8.62-32.34 is installed
  • OR ghostscript-fonts-rus-8.62-32.34 is installed
  • OR ghostscript-fonts-std-8.62-32.34 is installed
  • OR ghostscript-library-8.62-32.34 is installed
  • OR ghostscript-omni-8.62-32.34 is installed
  • OR ghostscript-x11-8.62-32.34 is installed
  • OR libgimpprint-4.2.7-32.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • ghostscript-fonts-other-8.62-32.34 is installed
  • OR ghostscript-fonts-rus-8.62-32.34 is installed
  • OR ghostscript-fonts-std-8.62-32.34 is installed
  • OR ghostscript-library-8.62-32.34 is installed
  • OR ghostscript-omni-8.62-32.34 is installed
  • OR ghostscript-x11-8.62-32.34 is installed
  • OR libgimpprint-4.2.7-32.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • ghostscript-fonts-other-8.62-32.34 is installed
  • OR ghostscript-fonts-rus-8.62-32.34 is installed
  • OR ghostscript-fonts-std-8.62-32.34 is installed
  • OR ghostscript-library-8.62-32.34 is installed
  • OR ghostscript-omni-8.62-32.34 is installed
  • OR ghostscript-x11-8.62-32.34 is installed
  • OR libgimpprint-4.2.7-32.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • avahi-0.6.23-11.19 is installed
  • OR avahi-lang-0.6.23-11.19 is installed
  • OR avahi-utils-0.6.23-11.19 is installed
  • OR libavahi-client3-0.6.23-11.19 is installed
  • OR libavahi-client3-32bit-0.6.23-11.19 is installed
  • OR libavahi-client3-x86-0.6.23-11.19 is installed
  • OR libavahi-common3-0.6.23-11.19 is installed
  • OR libavahi-common3-32bit-0.6.23-11.19 is installed
  • OR libavahi-common3-x86-0.6.23-11.19 is installed
  • OR libavahi-core5-0.6.23-11.19 is installed
  • OR libdns_sd-0.6.23-11.19 is installed
  • OR libdns_sd-32bit-0.6.23-11.19 is installed
  • OR libdns_sd-x86-0.6.23-11.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.19 is installed
  • OR bind-chrootenv-9.9.6P1-0.19 is installed
  • OR bind-devel-9.9.6P1-0.19 is installed
  • OR bind-doc-9.9.6P1-0.19 is installed
  • OR bind-libs-9.9.6P1-0.19 is installed
  • OR bind-libs-32bit-9.9.6P1-0.19 is installed
  • OR bind-utils-9.9.6P1-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.19 is installed
  • OR bind-chrootenv-9.9.6P1-0.19 is installed
  • OR bind-devel-9.9.6P1-0.19 is installed
  • OR bind-doc-9.9.6P1-0.19 is installed
  • OR bind-libs-9.9.6P1-0.19 is installed
  • OR bind-libs-32bit-9.9.6P1-0.19 is installed
  • OR bind-utils-9.9.6P1-0.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • dbus-1-1.2.10-3.31 is installed
  • OR dbus-1-32bit-1.2.10-3.31 is installed
  • OR dbus-1-x11-1.2.10-3.31 is installed
  • OR dbus-1-x86-1.2.10-3.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • dbus-1-1.2.10-3.31 is installed
  • OR dbus-1-32bit-1.2.10-3.31 is installed
  • OR dbus-1-x11-1.2.10-3.31 is installed
  • OR dbus-1-x86-1.2.10-3.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • dbus-1-1.2.10-3.31 is installed
  • OR dbus-1-32bit-1.2.10-3.31 is installed
  • OR dbus-1-x11-1.2.10-3.31 is installed
  • OR dbus-1-x86-1.2.10-3.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • dbus-1-1.2.10-3.31 is installed
  • OR dbus-1-32bit-1.2.10-3.31 is installed
  • OR dbus-1-x11-1.2.10-3.31 is installed
  • OR dbus-1-x86-1.2.10-3.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • dbus-1-1.2.10-3.31 is installed
  • OR dbus-1-32bit-1.2.10-3.31 is installed
  • OR dbus-1-x11-1.2.10-3.31 is installed
  • OR dbus-1-x86-1.2.10-3.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-0.22.34 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
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND mailman-2.1.15-9.6.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-53.1 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • curl-7.37.0-70.33 is installed
  • OR libcurl4-7.37.0-70.33 is installed
  • OR libcurl4-32bit-7.37.0-70.33 is installed
  • OR libcurl4-x86-7.37.0-70.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • curl-7.37.0-70.33 is installed
  • OR libcurl4-7.37.0-70.33 is installed
  • OR libcurl4-32bit-7.37.0-70.33 is installed
  • OR libcurl4-x86-7.37.0-70.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • NetworkManager-0.7.1_git20090811-3.28 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND clamav-0.100.3-0.20.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND clamav-0.100.3-0.20.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.58.18 is installed
  • OR libopenssl1_0_0-1.0.1g-0.58.18 is installed
  • OR openssl1-1.0.1g-0.58.18 is installed
  • OR openssl1-doc-1.0.1g-0.58.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.58.18 is installed
  • OR libopenssl1_0_0-1.0.1g-0.58.18 is installed
  • OR openssl1-1.0.1g-0.58.18 is installed
  • OR openssl1-doc-1.0.1g-0.58.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND stunnel-openssl1-4.54-0.11 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
  • libpcap-1.8.1-9 is installed
  • OR libpcap1-1.8.1-9 is installed
  • OR tcpdump-4.9.0-13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libpcap-1.8.1-9 is installed
  • OR libpcap1-1.8.1-9 is installed
  • OR tcpdump-4.9.0-13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • dbus-1-1.8.16-14.1 is installed
  • OR dbus-1-x11-1.8.16-14.1 is installed
  • OR libdbus-1-3-1.8.16-14.1 is installed
  • OR libdbus-1-3-32bit-1.8.16-14.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • xen-4.5.5_24-22.52 is installed
  • OR xen-doc-html-4.5.5_24-22.52 is installed
  • OR xen-kmp-default-4.5.5_24_k3.12.74_60.64.96-22.52 is installed
  • OR xen-libs-4.5.5_24-22.52 is installed
  • OR xen-libs-32bit-4.5.5_24-22.52 is installed
  • OR xen-tools-4.5.5_24-22.52 is installed
  • OR xen-tools-domU-4.5.5_24-22.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • xen-4.5.5_24-22.52 is installed
  • OR xen-doc-html-4.5.5_24-22.52 is installed
  • OR xen-kmp-default-4.5.5_24_k3.12.74_60.64.96-22.52 is installed
  • OR xen-libs-4.5.5_24-22.52 is installed
  • OR xen-libs-32bit-4.5.5_24-22.52 is installed
  • OR xen-tools-4.5.5_24-22.52 is installed
  • OR xen-tools-domU-4.5.5_24-22.52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • xorg-x11-server-7.6_1.15.2-53.3.1 is installed
  • OR xorg-x11-server-extra-7.6_1.15.2-53.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libX11-1.6.2-11 is installed
  • OR libX11-6-1.6.2-11 is installed
  • OR libX11-6-32bit-1.6.2-11 is installed
  • OR libX11-data-1.6.2-11 is installed
  • OR libX11-xcb1-1.6.2-11 is installed
  • OR libX11-xcb1-32bit-1.6.2-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libX11-1.6.2-11 is installed
  • OR libX11-6-1.6.2-11 is installed
  • OR libX11-6-32bit-1.6.2-11 is installed
  • OR libX11-data-1.6.2-11 is installed
  • OR libX11-xcb1-1.6.2-11 is installed
  • OR libX11-xcb1-32bit-1.6.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND apache2-mod_jk-1.2.40-5.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.125 is installed
  • OR kernel-default-base-4.4.121-92.125 is installed
  • OR kernel-default-devel-4.4.121-92.125 is installed
  • OR kernel-devel-4.4.121-92.125 is installed
  • OR kernel-macros-4.4.121-92.125 is installed
  • OR kernel-source-4.4.121-92.125 is installed
  • OR kernel-syms-4.4.121-92.125 is installed
  • OR kgraft-patch-4_4_121-92_125-default-1-3.5 is installed
  • OR kgraft-patch-SLE12-SP2_Update_33-1-3.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.125 is installed
  • OR kernel-default-base-4.4.121-92.125 is installed
  • OR kernel-default-devel-4.4.121-92.125 is installed
  • OR kernel-devel-4.4.121-92.125 is installed
  • OR kernel-macros-4.4.121-92.125 is installed
  • OR kernel-source-4.4.121-92.125 is installed
  • OR kernel-syms-4.4.121-92.125 is installed
  • OR kgraft-patch-4_4_121-92_125-default-1-3.5 is installed
  • OR kgraft-patch-SLE12-SP2_Update_33-1-3.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • jakarta-commons-fileupload-1.1.1-122.3 is installed
  • OR jakarta-commons-fileupload-javadoc-1.1.1-122.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • jakarta-commons-fileupload-1.1.1-122.3 is installed
  • OR jakarta-commons-fileupload-javadoc-1.1.1-122.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND libplist3-1.12-19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND clamav-0.100.3-33.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND clamav-0.100.3-33.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • evince-3.20.2-6.27 is installed
  • OR evince-browser-plugin-3.20.2-6.27 is installed
  • OR evince-lang-3.20.2-6.27 is installed
  • OR evince-plugin-djvudocument-3.20.2-6.27 is installed
  • OR evince-plugin-dvidocument-3.20.2-6.27 is installed
  • OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
  • OR evince-plugin-psdocument-3.20.2-6.27 is installed
  • OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
  • OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
  • OR libevdocument3-4-3.20.2-6.27 is installed
  • OR libevview3-3-3.20.2-6.27 is installed
  • OR nautilus-evince-3.20.2-6.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • evince-3.20.2-6.27 is installed
  • OR evince-browser-plugin-3.20.2-6.27 is installed
  • OR evince-lang-3.20.2-6.27 is installed
  • OR evince-plugin-djvudocument-3.20.2-6.27 is installed
  • OR evince-plugin-dvidocument-3.20.2-6.27 is installed
  • OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
  • OR evince-plugin-psdocument-3.20.2-6.27 is installed
  • OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
  • OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
  • OR libevdocument3-4-3.20.2-6.27 is installed
  • OR libevview3-3-3.20.2-6.27 is installed
  • OR nautilus-evince-3.20.2-6.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-4-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-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-4-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • ceph-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR ceph-common-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libcephfs2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librados2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libradosstriper1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librbd1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librgw2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-cephfs-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rados-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rbd-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rgw-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • ceph-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR ceph-common-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libcephfs2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librados2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libradosstriper1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librbd1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librgw2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-cephfs-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rados-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rbd-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rgw-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • ghostscript-9.26-23.16 is installed
  • OR ghostscript-x11-9.26-23.16 is installed
  • OR libspectre-0.2.7-12.4 is installed
  • OR libspectre1-0.2.7-12.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • ghostscript-9.26-23.16 is installed
  • OR ghostscript-x11-9.26-23.16 is installed
  • OR libspectre-0.2.7-12.4 is installed
  • OR libspectre1-0.2.7-12.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • ceph-common-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR libcephfs2-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR librados2-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR libradosstriper1-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR librbd1-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR librgw2-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR python-cephfs-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR python-rados-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR python-rbd-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • OR python-rgw-12.2.8+git.1536505967.080f2248ff-2.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libpython2_7-1_0-2.7.17-28.42 is installed
  • OR libpython2_7-1_0-32bit-2.7.17-28.42 is installed
  • OR python-2.7.17-28.42 is installed
  • OR python-32bit-2.7.17-28.42 is installed
  • OR python-base-2.7.17-28.42 is installed
  • OR python-base-32bit-2.7.17-28.42 is installed
  • OR python-curses-2.7.17-28.42 is installed
  • OR python-demo-2.7.17-28.42 is installed
  • OR python-devel-2.7.17-28.42 is installed
  • OR python-doc-2.7.17-28.42 is installed
  • OR python-doc-pdf-2.7.17-28.42 is installed
  • OR python-gdbm-2.7.17-28.42 is installed
  • OR python-idle-2.7.17-28.42 is installed
  • OR python-rpm-macros-20200207.5feb6c1-3.19 is installed
  • OR python-tk-2.7.17-28.42 is installed
  • OR python-xml-2.7.17-28.42 is installed
  • OR shared-python-startup-0.1-1.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libpython2_7-1_0-2.7.17-28.42 is installed
  • OR libpython2_7-1_0-32bit-2.7.17-28.42 is installed
  • OR python-2.7.17-28.42 is installed
  • OR python-32bit-2.7.17-28.42 is installed
  • OR python-base-2.7.17-28.42 is installed
  • OR python-base-32bit-2.7.17-28.42 is installed
  • OR python-curses-2.7.17-28.42 is installed
  • OR python-demo-2.7.17-28.42 is installed
  • OR python-devel-2.7.17-28.42 is installed
  • OR python-doc-2.7.17-28.42 is installed
  • OR python-doc-pdf-2.7.17-28.42 is installed
  • OR python-gdbm-2.7.17-28.42 is installed
  • OR python-idle-2.7.17-28.42 is installed
  • OR python-rpm-macros-20200207.5feb6c1-3.19 is installed
  • OR python-tk-2.7.17-28.42 is installed
  • OR python-xml-2.7.17-28.42 is installed
  • OR shared-python-startup-0.1-1.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.32-20.36 is installed
  • OR libmysqlclient18-10.0.32-20.36 is installed
  • OR libmysqlclient18-32bit-10.0.32-20.36 is installed
  • OR libmysqlclient_r18-10.0.32-20.36 is installed
  • OR libmysqld-devel-10.0.32-20.36 is installed
  • OR libmysqld18-10.0.32-20.36 is installed
  • OR mariadb-10.0.32-20.36 is installed
  • OR mariadb-client-10.0.32-20.36 is installed
  • OR mariadb-errormessages-10.0.32-20.36 is installed
  • OR mariadb-tools-10.0.32-20.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • libmysqlclient-devel-10.0.32-20.36 is installed
  • OR libmysqlclient18-10.0.32-20.36 is installed
  • OR libmysqlclient18-32bit-10.0.32-20.36 is installed
  • OR libmysqlclient_r18-10.0.32-20.36 is installed
  • OR libmysqld-devel-10.0.32-20.36 is installed
  • OR libmysqld18-10.0.32-20.36 is installed
  • OR mariadb-10.0.32-20.36 is installed
  • OR mariadb-client-10.0.32-20.36 is installed
  • OR mariadb-errormessages-10.0.32-20.36 is installed
  • OR mariadb-tools-10.0.32-20.36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND apache-commons-httpclient-3.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • MozillaFirefox-45.3.0esr-78 is installed
  • OR MozillaFirefox-translations-45.3.0esr-78 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 MozillaFirefox-devel-31.6.0esr-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND ctdb-devel-1.0.114.6-0.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • flash-player-11.2.202.521-102 is installed
  • OR flash-player-gnome-11.2.202.521-102 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND kernel-default-extra-3.12.49-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libpcrecpp0-8.39-7 is installed
  • OR libpcrecpp0-32bit-8.39-7 is installed
  • OR pcre-8.39-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-12.8 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • kernel-default-4.12.14-95.24 is installed
  • OR kernel-default-extra-4.12.14-95.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • evolution-3.22.6-19.9 is installed
  • OR evolution-lang-3.22.6-19.9 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.9.0esr-71.2 is installed
  • OR MozillaFirefox-translations-45.9.0esr-71.2 is installed
  • OR libfreebl3-3.29.5-46.1 is installed
  • OR libfreebl3-32bit-3.29.5-46.1 is installed
  • OR libsoftokn3-3.29.5-46.1 is installed
  • OR libsoftokn3-32bit-3.29.5-46.1 is installed
  • OR mozilla-nspr-4.13.1-32.1 is installed
  • OR mozilla-nspr-32bit-4.13.1-32.1 is installed
  • OR mozilla-nss-3.29.5-46.1 is installed
  • OR mozilla-nss-32bit-3.29.5-46.1 is installed
  • OR mozilla-nss-tools-3.29.5-46.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-ironic-4.2.3~a0~dev14-1.1 is installed
  • OR openstack-ironic-api-4.2.3~a0~dev14-1.1 is installed
  • OR openstack-ironic-conductor-4.2.3~a0~dev14-1.1 is installed
  • OR python-ironic-4.2.3~a0~dev14-1.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openstack-ceilometer-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-ceilometer-agent-central-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-ceilometer-agent-compute-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-ceilometer-agent-ipmi-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-ceilometer-agent-notification-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-ceilometer-api-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-ceilometer-collector-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-ceilometer-doc-7.0.4~a0~dev7-3.2 is installed
  • OR openstack-ceilometer-polling-7.0.4~a0~dev7-3.1 is installed
  • OR openstack-cinder-9.1.5~a0~dev1-3.1 is installed
  • OR openstack-cinder-api-9.1.5~a0~dev1-3.1 is installed
  • OR openstack-cinder-backup-9.1.5~a0~dev1-3.1 is installed
  • OR openstack-cinder-doc-9.1.5~a0~dev1-3.1 is installed
  • OR openstack-cinder-scheduler-9.1.5~a0~dev1-3.1 is installed
  • OR openstack-cinder-volume-9.1.5~a0~dev1-3.1 is installed
  • OR openstack-dashboard-10.0.4~a0~dev2-3.1 is installed
  • OR openstack-glance-13.0.1~a0~dev6-3.1 is installed
  • OR openstack-glance-api-13.0.1~a0~dev6-3.1 is installed
  • OR openstack-glance-doc-13.0.1~a0~dev6-3.3 is installed
  • OR openstack-glance-glare-13.0.1~a0~dev6-3.1 is installed
  • OR openstack-glance-registry-13.0.1~a0~dev6-3.1 is installed
  • OR openstack-heat-7.0.4~a0~dev4-4.1 is installed
  • OR openstack-heat-api-7.0.4~a0~dev4-4.1 is installed
  • OR openstack-heat-api-cfn-7.0.4~a0~dev4-4.1 is installed
  • OR openstack-heat-api-cloudwatch-7.0.4~a0~dev4-4.1 is installed
  • OR openstack-heat-doc-7.0.4~a0~dev4-4.2 is installed
  • OR openstack-heat-engine-7.0.4~a0~dev4-4.1 is installed
  • OR openstack-heat-plugin-heat_docker-7.0.4~a0~dev4-4.1 is installed
  • OR openstack-heat-test-7.0.4~a0~dev4-4.1 is installed
  • OR openstack-keystone-10.0.2~a0~dev2-6.1 is installed
  • OR openstack-keystone-doc-10.0.2~a0~dev2-6.2 is installed
  • OR openstack-magnum-3.1.2~a0~dev22-13.1 is installed
  • OR openstack-magnum-api-3.1.2~a0~dev22-13.1 is installed
  • OR openstack-magnum-conductor-3.1.2~a0~dev22-13.1 is installed
  • OR openstack-magnum-doc-3.1.2~a0~dev22-13.1 is installed
  • OR openstack-manila-3.0.1~a0~dev27-3.1 is installed
  • OR openstack-manila-api-3.0.1~a0~dev27-3.1 is installed
  • OR openstack-manila-data-3.0.1~a0~dev27-3.1 is installed
  • OR openstack-manila-doc-3.0.1~a0~dev27-3.1 is installed
  • OR openstack-manila-scheduler-3.0.1~a0~dev27-3.1 is installed
  • OR openstack-manila-share-3.0.1~a0~dev27-3.1 is installed
  • OR openstack-nova-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-api-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-cells-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-cert-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-compute-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-conductor-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-console-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-consoleauth-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-doc-14.0.6~a0~dev16-3.3 is installed
  • OR openstack-nova-novncproxy-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-placement-api-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-scheduler-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-serialproxy-14.0.6~a0~dev16-3.1 is installed
  • OR openstack-nova-vncproxy-14.0.6~a0~dev16-3.1 is installed
  • OR python-ceilometer-7.0.4~a0~dev7-3.1 is installed
  • OR python-cinder-9.1.5~a0~dev1-3.1 is installed
  • OR python-glance-13.0.1~a0~dev6-3.1 is installed
  • OR python-heat-7.0.4~a0~dev4-4.1 is installed
  • OR python-horizon-10.0.4~a0~dev2-3.1 is installed
  • OR python-keystone-10.0.2~a0~dev2-6.1 is installed
  • OR python-magnum-3.1.2~a0~dev22-13.1 is installed
  • OR python-manila-3.0.1~a0~dev27-3.1 is installed
  • OR python-nova-14.0.6~a0~dev16-3.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • MozillaThunderbird-52.7-57 is installed
  • OR MozillaThunderbird-buildsymbols-52.7-57 is installed
  • OR MozillaThunderbird-devel-52.7-57 is installed
  • OR MozillaThunderbird-translations-common-52.7-57 is installed
  • OR MozillaThunderbird-translations-other-52.7-57 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • chromedriver-79.0.3945.88-22 is installed
  • OR chromium-79.0.3945.88-22 is installed
  • BACK