Oval Definition:oval:org.opensuse.security:def:44028
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):1053364
1068032
1080919
1084878
1085130
1085671
1087059
1091236
1092497
1099031
1101797
1106913
1111647
1117665
1119687
1119947
1121563
1122706
1125352
1126056
1127557
1128471
1128472
1128474
1128476
1128480
1128481
1128490
1128492
1128493
1128657
1129180
1130230
1131576
1131863
1132348
1132400
1132721
1133191
1134156
1135966
1135967
1136085
1136446
1136935
1137597
1137865
1139550
1140359
1140671
1141054
1141670
1144338
1144903
1145477
1146285
1146361
1146378
1146391
1146413
1146425
1146512
1146514
1146516
1146519
1146584
1146882
1146884
1147122
1148394
1148938
1149376
1149522
1149527
1149555
1149612
1149849
1150025
1150112
1150223
1150452
1150457
1150465
1150466
1151347
1151350
1152685
1152782
1152788
1153158
1154372
1155321
1155671
1155898
1156187
1156318
1159329
1159723
1159729
1161719
1163809
1163933
1164825
1165528
1169658
1171928
955942
CVE-2015-9542
CVE-2016-10906
CVE-2017-12836
CVE-2017-18509
CVE-2017-18595
CVE-2018-10906
CVE-2018-1116
CVE-2018-12086
CVE-2018-12207
CVE-2018-16884
CVE-2018-18227
CVE-2018-20346
CVE-2018-20506
CVE-2018-20976
CVE-2018-5125
CVE-2018-5127
CVE-2018-5129
CVE-2018-5130
CVE-2018-5131
CVE-2018-5144
CVE-2018-5145
CVE-2018-5146
CVE-2018-5147
CVE-2018-5148
CVE-2018-6954
CVE-2019-0154
CVE-2019-0155
CVE-2019-0221
CVE-2019-10220
CVE-2019-11135
CVE-2019-11477
CVE-2019-11478
CVE-2019-11487
CVE-2019-12418
CVE-2019-12973
CVE-2019-13272
CVE-2019-14811
CVE-2019-14812
CVE-2019-14813
CVE-2019-14814
CVE-2019-14815
CVE-2019-14816
CVE-2019-14817
CVE-2019-14821
CVE-2019-14835
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-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-17055
CVE-2019-17056
CVE-2019-17133
CVE-2019-17563
CVE-2019-17569
CVE-2019-17666
CVE-2019-18680
CVE-2019-18805
CVE-2019-3813
CVE-2019-3835
CVE-2019-3839
CVE-2019-3842
CVE-2019-3846
CVE-2019-3855
CVE-2019-3856
CVE-2019-3857
CVE-2019-3858
CVE-2019-3859
CVE-2019-3860
CVE-2019-3861
CVE-2019-3862
CVE-2019-3863
CVE-2019-6454
CVE-2019-8625
CVE-2019-8710
CVE-2019-8720
CVE-2019-8743
CVE-2019-8764
CVE-2019-8766
CVE-2019-8769
CVE-2019-8771
CVE-2019-8782
CVE-2019-8783
CVE-2019-8808
CVE-2019-8811
CVE-2019-8812
CVE-2019-8813
CVE-2019-8814
CVE-2019-8815
CVE-2019-8816
CVE-2019-8819
CVE-2019-8820
CVE-2019-8823
CVE-2019-8835
CVE-2019-8844
CVE-2019-8846
CVE-2019-9456
CVE-2019-9506
CVE-2020-10018
CVE-2020-11793
CVE-2020-3862
CVE-2020-3864
CVE-2020-3865
CVE-2020-3867
CVE-2020-3868
CVE-2020-9484
SUSE-SU-2017:2419-1
SUSE-SU-2018:0850-1
SUSE-SU-2018:2163-1
SUSE-SU-2018:3219-1
SUSE-SU-2019:0241-1
SUSE-SU-2019:0655-1
SUSE-SU-2019:0913-1
SUSE-SU-2019:2984-1
SUSE-SU-2020:1117-1
SUSE-SU-2020:1135-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
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 Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Basesystem 15 SP1
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Desktop Applications 15 SP1
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Development Tools 15 SP1
SUSE Linux Enterprise Module for Development Tools 15 SP2
SUSE Linux Enterprise Module for High Performance Computing 15 SP1
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1
SUSE Linux Enterprise Module for Realtime packages 15 SP1
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Web Scripting 15
SUSE Linux Enterprise Module for Web Scripting 15 SP1
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-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 15-LTSS
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 15
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE Linux Enterprise Workstation Extension 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 7
SUSE OpenStack Cloud Crowbar 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • liburiparser1-0.8.5-lp150.2.3 is installed
  • OR liburiparser1-32bit-0.8.5-lp150.2.3 is installed
  • OR uriparser-0.8.5-lp150.2.3 is installed
  • OR uriparser-devel-0.8.5-lp150.2.3 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • libavcodec57-3.3.1-1 is installed
  • OR libavdevice57-3.3.1-1 is installed
  • OR libavfilter6-3.3.1-1 is installed
  • OR libavformat57-3.3.1-1 is installed
  • OR libavresample3-3.3.1-1 is installed
  • OR libavutil55-3.3.1-1 is installed
  • OR libpostproc54-3.3.1-1 is installed
  • OR libswresample2-3.3.1-1 is installed
  • OR libswscale4-3.3.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • coreutils-8.22-5 is installed
  • OR coreutils-lang-8.22-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-8 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-8 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-8 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • cups-1.7.5-12 is installed
  • OR cups-client-1.7.5-12 is installed
  • OR cups-libs-1.7.5-12 is installed
  • OR cups-libs-32bit-1.7.5-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • cups-filters-1.0.58-17 is installed
  • OR cups-filters-cups-browsed-1.0.58-17 is installed
  • OR cups-filters-foomatic-rip-1.0.58-17 is installed
  • OR cups-filters-ghostscript-1.0.58-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • e2fsprogs-1.43.8-1 is installed
  • OR libcom_err2-1.43.8-1 is installed
  • OR libcom_err2-32bit-1.43.8-1 is installed
  • OR libext2fs2-1.43.8-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND fetchmail-6.3.26-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • grep-3.1-2 is installed
  • OR grep-lang-3.1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • libgypsy-devel-0.9-2 is installed
  • OR libgypsy0-0.9-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
  • AND Package Information
  • libmicrohttpd-devel-0.9.57-1 is installed
  • OR libmicrohttpd12-0.9.57-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND jython-2.2.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 SP1 is installed
  • AND libtool-32bit-2.4.6-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 SP2 is installed
  • AND Package Information
  • cups-2.2.7-3.17 is installed
  • OR cups-ddk-2.2.7-3.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 SP1 is installed
  • AND Package Information
  • python2-numpy-gnu-hpc-1.14.0-4.5 is installed
  • OR python2-numpy-gnu-hpc-devel-1.14.0-4.5 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-1.14.0-4.5 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-devel-1.14.0-4.5 is installed
  • OR python3-numpy-gnu-hpc-1.14.0-4.5 is installed
  • OR python3-numpy-gnu-hpc-devel-1.14.0-4.5 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-1.14.0-4.5 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-devel-1.14.0-4.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.181-3.10 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.181-3.10 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.181-3.10 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.181-3.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.13 is installed
  • OR kernel-default-livepatch-4.12.14-25.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • python3-base-3.6.5-3.8 is installed
  • OR python3-doc-3.6.5-3.8 is installed
  • OR python3-testsuite-3.6.5-3.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • libreoffice-6.2.5.2-8.5 is installed
  • OR libreoffice-gdb-pretty-printers-6.2.5.2-8.5 is installed
  • OR libreoffice-glade-6.2.5.2-8.5 is installed
  • OR libreoffice-gtk2-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-am-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ast-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-be-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-bn_IN-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-bo-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-brx-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-bs-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ca_valencia-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-dgo-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-en_GB-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-en_ZA-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-fy-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-gd-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-gug-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-hsb-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-id-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-is-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ka-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-kab-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-km-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-kmr_Latn-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-kok-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ks-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-lb-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-lo-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-mk-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-mn-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-mni-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-my-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ne-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-oc-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-om-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-rw-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sa_IN-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sat-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sd-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sid-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sq-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-sw_TZ-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-tg-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-tt-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-ug-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-uz-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-vec-6.2.5.2-8.5 is installed
  • OR libreoffice-l10n-vi-6.2.5.2-8.5 is installed
  • OR libreoffice-sdk-6.2.5.2-8.5 is installed
  • OR libreoffice-sdk-doc-6.2.5.2-8.5 is installed
  • OR libreofficekit-devel-6.2.5.2-8.5 is installed
  • OR libwps-0.4.10-7.3 is installed
  • OR libwps-0_4-4-0.4.10-7.3 is installed
  • OR libwps-devel-0.4.10-7.3 is installed
  • OR libwps-tools-0.4.10-7.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Realtime packages 15 SP1 is installed
  • AND Package Information
  • cluster-md-kmp-rt-4.12.14-14.8 is installed
  • OR dlm-kmp-rt-4.12.14-14.8 is installed
  • OR gfs2-kmp-rt-4.12.14-14.8 is installed
  • OR kernel-devel-rt-4.12.14-14.8 is installed
  • OR kernel-rt-4.12.14-14.8 is installed
  • OR kernel-rt-base-4.12.14-14.8 is installed
  • OR kernel-rt-devel-4.12.14-14.8 is installed
  • OR kernel-rt_debug-4.12.14-14.8 is installed
  • OR kernel-rt_debug-devel-4.12.14-14.8 is installed
  • OR kernel-source-rt-4.12.14-14.8 is installed
  • OR kernel-syms-rt-4.12.14-14.8 is installed
  • OR ocfs2-kmp-rt-4.12.14-14.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • bind-9.11.2-12.11 is installed
  • OR bind-chrootenv-9.11.2-12.11 is installed
  • OR bind-doc-9.11.2-12.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • libvirglrenderer0-0.6.0-4.3 is installed
  • OR virglrenderer-0.6.0-4.3 is installed
  • OR virglrenderer-devel-0.6.0-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND Package Information
  • nodejs8-8.11.4-3.8 is installed
  • OR nodejs8-devel-8.11.4-3.8 is installed
  • OR nodejs8-docs-8.11.4-3.8 is installed
  • OR npm8-8.11.4-3.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 SP1 is installed
  • AND Package Information
  • nodejs8-8.16.1-3.20 is installed
  • OR nodejs8-devel-8.16.1-3.20 is installed
  • OR nodejs8-docs-8.16.1-3.20 is installed
  • OR npm8-8.16.1-3.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND sudo-1.8.10p3-2.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND apache2-mod_perl-2.0.8-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • ghostscript-9.25-23.13 is installed
  • OR ghostscript-x11-9.25-23.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • libwireshark9-2.4.10-48.32 is installed
  • OR libwiretap7-2.4.10-48.32 is installed
  • OR libwscodecs1-2.4.10-48.32 is installed
  • OR libwsutil8-2.4.10-48.32 is installed
  • OR wireshark-2.4.10-48.32 is installed
  • OR wireshark-gtk-2.4.10-48.32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • libwireshark9-2.4.10-48.32 is installed
  • OR libwiretap7-2.4.10-48.32 is installed
  • OR libwscodecs1-2.4.10-48.32 is installed
  • OR libwsutil8-2.4.10-48.32 is installed
  • OR wireshark-2.4.10-48.32 is installed
  • OR wireshark-gtk-2.4.10-48.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.20-30.36 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS 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-default-man-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-LTSS 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-default-man-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
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_56-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-6-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • cvs-1.12.12-182.3 is installed
  • OR cvs-doc-1.12.12-182.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • cvs-1.12.12-182.3 is installed
  • OR cvs-doc-1.12.12-182.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • colord-gtk-lang-0.1.26-6 is installed
  • OR libcolord-gtk1-0.1.26-6 is installed
  • OR libcolord2-1.3.3-12 is installed
  • OR libcolord2-32bit-1.3.3-12 is installed
  • OR libcolorhug2-1.3.3-12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • dovecot22-2.2.31-19.17 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.17 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.17 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • dovecot22-2.2.31-19.17 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.17 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.17 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • pam_radius-1.3.16-239.4 is installed
  • OR pam_radius-32bit-1.3.16-239.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • pam_radius-1.3.16-239.4 is installed
  • OR pam_radius-32bit-1.3.16-239.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libspice-client-glib-2_0-8-0.33-3.6 is installed
  • OR libspice-client-glib-helper-0.33-3.6 is installed
  • OR libspice-client-gtk-3_0-5-0.33-3.6 is installed
  • OR libspice-controller0-0.33-3.6 is installed
  • OR spice-gtk-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.33-3.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libspice-client-glib-2_0-8-0.33-3.6 is installed
  • OR libspice-client-glib-helper-0.33-3.6 is installed
  • OR libspice-client-gtk-3_0-5-0.33-3.6 is installed
  • OR libspice-controller0-0.33-3.6 is installed
  • OR spice-gtk-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.33-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND Package Information
  • libtiff5-4.0.9-44.27 is installed
  • OR libtiff5-32bit-4.0.9-44.27 is installed
  • OR tiff-4.0.9-44.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libopenssl1_1-1.1.1-2.3 is installed
  • OR libopenssl1_1-32bit-1.1.1-2.3 is installed
  • OR openssl-1_1-1.1.1-2.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libopenssl1_1-1.1.1-2.3 is installed
  • OR libopenssl1_1-32bit-1.1.1-2.3 is installed
  • OR openssl-1_1-1.1.1-2.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • MozillaFirefox-68.5.0-109.106 is installed
  • OR MozillaFirefox-translations-common-68.5.0-109.106 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • MozillaFirefox-68.5.0-109.106 is installed
  • OR MozillaFirefox-translations-common-68.5.0-109.106 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 15-LTSS is installed
  • AND Package Information
  • libecpg6-10.12-4.19 is installed
  • OR libpq5-10.12-4.19 is installed
  • OR postgresql10-10.12-4.19 is installed
  • OR postgresql10-contrib-10.12-4.19 is installed
  • OR postgresql10-devel-10.12-4.19 is installed
  • OR postgresql10-docs-10.12-4.19 is installed
  • OR postgresql10-plperl-10.12-4.19 is installed
  • OR postgresql10-plpython-10.12-4.19 is installed
  • OR postgresql10-pltcl-10.12-4.19 is installed
  • OR postgresql10-server-10.12-4.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 15 is installed
  • AND Package Information
  • libdcerpc-binding0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libdcerpc-binding0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libdcerpc-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libdcerpc-samr-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libdcerpc-samr0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libdcerpc0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libdcerpc0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-krb5pac-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-krb5pac0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-krb5pac0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-nbt-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-nbt0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-nbt0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-standard-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-standard0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr-standard0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libndr0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libnetapi-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libnetapi0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libnetapi0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-credentials-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-credentials0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-credentials0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-errors-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-errors0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-errors0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-hostconfig-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-hostconfig0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-hostconfig0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-passdb-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-passdb0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-passdb0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-policy-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-policy0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-util-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-util0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamba-util0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamdb-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamdb0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsamdb0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbclient-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbclient0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbclient0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbconf-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbconf0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbconf0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbldap-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbldap2-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libsmbldap2-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libtevent-util-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libtevent-util0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libtevent-util0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libwbclient-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libwbclient0-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR libwbclient0-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-client-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-client-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-core-devel-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-libs-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-libs-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-winbind-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • OR samba-winbind-32bit-4.7.11+git.218.58b95cbfc0f-4.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-59 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-59 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-59 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libSoundTouch0-32bit-1.7.1-5.6 is installed
  • OR soundtouch-1.7.1-5.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • libpcap-1.8.1-10.3 is installed
  • OR libpcap1-32bit-1.8.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • libreoffice-6.0.4.2-1 is installed
  • OR libreoffice-base-6.0.4.2-1 is installed
  • OR libreoffice-base-drivers-mysql-6.0.4.2-1 is installed
  • OR libreoffice-base-drivers-postgresql-6.0.4.2-1 is installed
  • OR libreoffice-branding-upstream-6.0.4.2-1 is installed
  • OR libreoffice-calc-6.0.4.2-1 is installed
  • OR libreoffice-calc-extensions-6.0.4.2-1 is installed
  • OR libreoffice-draw-6.0.4.2-1 is installed
  • OR libreoffice-filters-optional-6.0.4.2-1 is installed
  • OR libreoffice-gnome-6.0.4.2-1 is installed
  • OR libreoffice-gtk3-6.0.4.2-1 is installed
  • OR libreoffice-icon-themes-6.0.4.2-1 is installed
  • OR libreoffice-impress-6.0.4.2-1 is installed
  • OR libreoffice-l10n-af-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ar-6.0.4.2-1 is installed
  • OR libreoffice-l10n-as-6.0.4.2-1 is installed
  • OR libreoffice-l10n-bg-6.0.4.2-1 is installed
  • OR libreoffice-l10n-bn-6.0.4.2-1 is installed
  • OR libreoffice-l10n-br-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ca-6.0.4.2-1 is installed
  • OR libreoffice-l10n-cs-6.0.4.2-1 is installed
  • OR libreoffice-l10n-cy-6.0.4.2-1 is installed
  • OR libreoffice-l10n-da-6.0.4.2-1 is installed
  • OR libreoffice-l10n-de-6.0.4.2-1 is installed
  • OR libreoffice-l10n-dz-6.0.4.2-1 is installed
  • OR libreoffice-l10n-el-6.0.4.2-1 is installed
  • OR libreoffice-l10n-en-6.0.4.2-1 is installed
  • OR libreoffice-l10n-eo-6.0.4.2-1 is installed
  • OR libreoffice-l10n-es-6.0.4.2-1 is installed
  • OR libreoffice-l10n-et-6.0.4.2-1 is installed
  • OR libreoffice-l10n-eu-6.0.4.2-1 is installed
  • OR libreoffice-l10n-fa-6.0.4.2-1 is installed
  • OR libreoffice-l10n-fi-6.0.4.2-1 is installed
  • OR libreoffice-l10n-fr-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ga-6.0.4.2-1 is installed
  • OR libreoffice-l10n-gl-6.0.4.2-1 is installed
  • OR libreoffice-l10n-gu-6.0.4.2-1 is installed
  • OR libreoffice-l10n-he-6.0.4.2-1 is installed
  • OR libreoffice-l10n-hi-6.0.4.2-1 is installed
  • OR libreoffice-l10n-hr-6.0.4.2-1 is installed
  • OR libreoffice-l10n-hu-6.0.4.2-1 is installed
  • OR libreoffice-l10n-it-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ja-6.0.4.2-1 is installed
  • OR libreoffice-l10n-kk-6.0.4.2-1 is installed
  • OR libreoffice-l10n-kn-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ko-6.0.4.2-1 is installed
  • OR libreoffice-l10n-lt-6.0.4.2-1 is installed
  • OR libreoffice-l10n-lv-6.0.4.2-1 is installed
  • OR libreoffice-l10n-mai-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ml-6.0.4.2-1 is installed
  • OR libreoffice-l10n-mr-6.0.4.2-1 is installed
  • OR libreoffice-l10n-nb-6.0.4.2-1 is installed
  • OR libreoffice-l10n-nl-6.0.4.2-1 is installed
  • OR libreoffice-l10n-nn-6.0.4.2-1 is installed
  • OR libreoffice-l10n-nr-6.0.4.2-1 is installed
  • OR libreoffice-l10n-nso-6.0.4.2-1 is installed
  • OR libreoffice-l10n-or-6.0.4.2-1 is installed
  • OR libreoffice-l10n-pa-6.0.4.2-1 is installed
  • OR libreoffice-l10n-pl-6.0.4.2-1 is installed
  • OR libreoffice-l10n-pt_BR-6.0.4.2-1 is installed
  • OR libreoffice-l10n-pt_PT-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ro-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ru-6.0.4.2-1 is installed
  • OR libreoffice-l10n-si-6.0.4.2-1 is installed
  • OR libreoffice-l10n-sk-6.0.4.2-1 is installed
  • OR libreoffice-l10n-sl-6.0.4.2-1 is installed
  • OR libreoffice-l10n-sr-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ss-6.0.4.2-1 is installed
  • OR libreoffice-l10n-st-6.0.4.2-1 is installed
  • OR libreoffice-l10n-sv-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ta-6.0.4.2-1 is installed
  • OR libreoffice-l10n-te-6.0.4.2-1 is installed
  • OR libreoffice-l10n-th-6.0.4.2-1 is installed
  • OR libreoffice-l10n-tn-6.0.4.2-1 is installed
  • OR libreoffice-l10n-tr-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ts-6.0.4.2-1 is installed
  • OR libreoffice-l10n-uk-6.0.4.2-1 is installed
  • OR libreoffice-l10n-ve-6.0.4.2-1 is installed
  • OR libreoffice-l10n-xh-6.0.4.2-1 is installed
  • OR libreoffice-l10n-zh_CN-6.0.4.2-1 is installed
  • OR libreoffice-l10n-zh_TW-6.0.4.2-1 is installed
  • OR libreoffice-l10n-zu-6.0.4.2-1 is installed
  • OR libreoffice-mailmerge-6.0.4.2-1 is installed
  • OR libreoffice-math-6.0.4.2-1 is installed
  • OR libreoffice-officebean-6.0.4.2-1 is installed
  • OR libreoffice-pyuno-6.0.4.2-1 is installed
  • OR libreoffice-writer-6.0.4.2-1 is installed
  • OR libreoffice-writer-extensions-6.0.4.2-1 is installed
  • OR libreofficekit-6.0.4.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • NetworkManager-applet-1.8.10-3 is installed
  • OR NetworkManager-applet-lang-1.8.10-3 is installed
  • OR NetworkManager-connection-editor-1.8.10-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • libpython3_4m1_0-3.4.6-25.29 is installed
  • OR python3-3.4.6-25.29 is installed
  • OR python3-base-3.4.6-25.29 is installed
  • OR python3-curses-3.4.6-25.29 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud Crowbar 8 is installed
  • AND Package Information
  • crowbar-5.0+git.1528696845.81a7b5d0-3.3 is installed
  • OR crowbar-core-5.0+git.1533887407.6e9b0412d-3.8 is installed
  • OR crowbar-core-branding-upstream-5.0+git.1533887407.6e9b0412d-3.8 is installed
  • OR crowbar-devel-5.0+git.1528696845.81a7b5d0-3.3 is installed
  • OR crowbar-ha-5.0+git.1530177874.35b9099-3.3 is installed
  • OR crowbar-init-5.0+git.1520420379.d5bbb35-3.3 is installed
  • OR crowbar-openstack-5.0+git.1534167599.d325ef804-4.8 is installed
  • OR crowbar-ui-1.2.0+git.1533844061.4ac8e723-3.3 is installed
  • BACK