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



The SUSE Linux Enterprise 11 SP4 kernel was updated to 3.0.101-108.81 to receive various security and bugfixes.



The following security bugs were fixed:

- CVE-2018-18281: An issue was discovered in the Linux kernel, the mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused (bnc#1113769). - CVE-2018-18710: An issue was discovered in the Linux kernel, an information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751). - CVE-2018-18386: drivers/tty/n_tty.c in the Linux kernel allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825). - CVE-2017-7273: The cp_report_fixup function in drivers/hid/hid-cypress.c in the Linux kernel 4.x allowed physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report (bnc#1031240). - CVE-2017-16533: The usbhid_parse function in drivers/hid/usbhid/hid-core.c in the Linux kernel allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066674). - CVE-2017-1000407: An denial of service issue was discovered in the Linux kernel, by flooding the diagnostic port 0x80 an exception can be triggered leading to a kernel panic (bnc#1071021). - CVE-2018-9516: An issue was discovered in the Linux kernel, the copy_to_user() inside the HID code does not correctly check the length before executing (bsc#1108498). - CVE-2018-14633: A security flaw was found in the chap_server_compute_md5() function in the ISCSI target code in the Linux kernel in a way an authentication request from an ISCSI initiator is processed. An unauthenticated remote attacker can cause a stack buffer overflow and smash up to 17 bytes of the stack. The attack requires the iSCSI target to be enabled on the victim host. Depending on how the target's code was built (i.e. depending on a compiler, compile flags and hardware architecture) an attack may lead to a system crash and thus to a denial-of-service or possibly to a non-authorized access to data exported by an iSCSI target. Due to the nature of the flaw, privilege escalation cannot be fully ruled out, although we believe it is highly unlikely (bnc#1107829).

The following non-security bugs were fixed:

- Btrfs: fix deadlock when finalizing block group creation (bsc#1107849). - Btrfs: fix quick exhaustion of the system array in the superblock (bsc#1107849). - FS-Cache: Synchronise object death state change vs operation submission (bsc#1107371). - KABI: move the new handler to end of machdep_calls and hide it from genksyms (bsc#1094244). - KVM: Disable irq while unregistering user notifier (bsc#1106240). - KVM: SVM: obey guest PAT (bsc#1106240). - KVM: VMX: remove I/O port 0x80 bypass on Intel hosts (bsc#1106240). - KVM: emulate: fix CMPXCHG8B on 32-bit hosts (bsc#1106240). - KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failure (bsc#1106240). - KVM: x86: fix use of uninitialized memory as segment descriptor in emulator (bsc#1106240). - KVM: x86: zero base3 of unusable segments (bsc#1106240). - NFS - do not hang if xdr decoded username is bad (bsc#1105799). - NFSv4.1 - Do not leak IO size from one mount to another (bsc#1103145). - PCI/AER: Report non-fatal errors only to the affected endpoint (bsc#1109806). - PCI: Supply CPU physical address (not bus address) to iomem_is_exclusive() (bsc#1109806). - PCI: shpchp: Check bridge's secondary (not primary) bus speed (bsc#1109806). - PCI: shpchp: Fix AMD POGO identification (bsc#1109806). - add kernel parameter to disable failfast on block devices (bsc#1081680). - block: add flag QUEUE_FLAG_REGISTERED (bsc#1047027). - block: allow gendisk's request_queue registration to be deferred (bsc#1047027). - crypto: ghash-clmulni-intel - use C implementation for setkey() (bsc#1110006). - dm: fix incomplete request_queue initialization (bsc#1047027). - dm: only initialize the request_queue once (bsc#1047027). - firmware/ihex2fw.c: restore missing default in switch statement (bsc#1114460). - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE (git-fixes). - locks: fix unlock when fcntl_setlk races with a close (git-fixes). - media: Fix invalid free in the fix for mceusb (bsc#1050431). - media: cx25821: prevent out-of-bounds read on array card (bsc#1050431). - media: ite-cir: initialize use_demodulator before using it (bsc#1050431). - media: mceusb: fix NULL-deref at probe (bsc#1050431). - media: mceusb: fix memory leaks in error path. - percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() (git fixes). - powerpc, KVM: Rework KVM checks in first-level interrupt handlers (bsc#1094244). - powerpc/64: Do load of PACAKBASE in LOAD_HANDLER (bsc#1094244). - powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently (bsc#1064861). - powerpc/64: Initialise thread_info for emergency stacks (bsc#1094244). - powerpc/64s: Exception macro for stack frame and initial register save (bsc#1094244). - powerpc/64s: move machine check SLB flushing to mm/slb.c (bsc#1094244). - powerpc/asm: Mark cr0 as clobbered in mftb() (bsc#1049128). - powerpc/book3s: Introduce a early machine check hook in cpu_spec (bsc#1094244). - powerpc/book3s: Introduce exclusive emergency stack for machine check exception (bsc#1094244). - powerpc/book3s: Split the common exception prolog logic into two section (bsc#1094244). - powerpc/book3s: handle machine check in Linux host (bsc#1094244). - powerpc/mce: Fix SLB rebolting during MCE recovery path (bsc#1094244). - powerpc/pseries: Avoid using the size greater than (bsc#1094244). - powerpc/pseries: Defer the logging of rtas error to irq work queue (bsc#1094244). - powerpc/pseries: Dump the SLB contents on SLB MCE errors (bsc#1094244). - powerpc/pseries: Flush SLB contents on SLB MCE errors (bsc#1094244). - powerpc: Add a symbol for hypervisor trampolines (bsc#1094244). - powerpc: Fix smp_mb__before_spinlock() (bsc#1110247). - powerpc: Make load_hander handle upto 64k offset (bsc#1094244). - powerpc: Rework runlatch code (bsc#1094244). - powerpc: Save CFAR before branching in interrupt entry paths (bsc#1094244). - powerpc: cputable: KABI - hide new cpu_spec member from genksyms (bsc#1094244). - powerpc: move MCE handler out-of-line and consolidate with machine_check_fwnmi (bsc#1094244). - powerpc: move stab code into #ifndef CONFIG_POWER4_ONLY (bsc#1094244). - powerpc: replace open-coded EXCEPTION_PROLOG_1 with the macro in slb miss handlers (bsc#1094244). - reiserfs: add check to detect corrupted directory entry (bsc#1109818). - reiserfs: do not panic on bad directory entries (bsc#1109818). - retpoline: Introduce start/end markers of indirect thunk (bsc#1113337). - s390/facilites: use stfle_fac_list array size for MAX_FACILITY_BIT (bnc#1108314, LTC#171326). - s390/sclp: Change SCLP console default buffer-full behavior (bnc#1108314, LTC#171049). - scsi: libfc: Do not drop down to FLOGI for fc_rport_login() (bsc#1106139). - scsi: libfc: Do not login if the port is already started (bsc#1106139). - scsi: libfc: do not advance state machine for incoming FLOGI (bsc#1106139). - scsi: storvsc: fix memory leak on ring buffer busy (bnc#923775). - signals: avoid unnecessary taking of sighand->siglock (bsc#1110247). - x86/kexec: Avoid double free_page() upon do_kexec_load() failure (bsc#1110006). - x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init() (bsc#1110006). - x86/paravirt: Fix some warning messages (bnc#1065600). - x86/percpu: Fix this_cpu_read() (bsc#1110006). - x86/process: Re-export start_thread() (bsc#1110006). - x86/vdso: Fix asm constraints on vDSO syscall fallbacks (bsc#1110006).
Family:unixClass:patch
Status:Reference(s):1007728
1031240
1047027
1049128
1050431
1064861
1065600
1066674
1071021
1081680
1094244
1094825
1103145
1105799
1106139
1106240
1107371
1107829
1107849
1108314
1108498
1109806
1109818
1110006
1110247
1113337
1113751
1113769
1114460
493584
500540
528298
528746
923775
CVE-2006-6107
CVE-2007-0451
CVE-2007-2452
CVE-2007-2873
CVE-2008-0595
CVE-2008-2383
CVE-2008-3834
CVE-2008-4311
CVE-2008-5913
CVE-2009-0037
CVE-2009-1189
CVE-2009-1210
CVE-2009-1266
CVE-2009-1267
CVE-2009-1268
CVE-2009-1269
CVE-2009-1572
CVE-2009-2417
CVE-2009-2666
CVE-2009-3555
CVE-2010-0164
CVE-2010-0165
CVE-2010-0166
CVE-2010-0167
CVE-2010-0168
CVE-2010-0169
CVE-2010-0170
CVE-2010-0171
CVE-2010-0172
CVE-2010-0173
CVE-2010-0174
CVE-2010-0176
CVE-2010-0177
CVE-2010-0178
CVE-2010-0179
CVE-2010-0181
CVE-2010-0182
CVE-2010-0654
CVE-2010-1028
CVE-2010-1121
CVE-2010-1125
CVE-2010-1196
CVE-2010-1197
CVE-2010-1198
CVE-2010-1199
CVE-2010-1200
CVE-2010-1201
CVE-2010-1202
CVE-2010-1203
CVE-2010-1205
CVE-2010-1206
CVE-2010-1207
CVE-2010-1208
CVE-2010-1209
CVE-2010-1210
CVE-2010-1211
CVE-2010-1212
CVE-2010-1213
CVE-2010-1214
CVE-2010-1215
CVE-2010-1585
CVE-2010-2751
CVE-2010-2752
CVE-2010-2753
CVE-2010-2754
CVE-2010-2755
CVE-2010-2760
CVE-2010-2762
CVE-2010-2764
CVE-2010-2765
CVE-2010-2766
CVE-2010-2767
CVE-2010-2768
CVE-2010-2769
CVE-2010-3166
CVE-2010-3167
CVE-2010-3168
CVE-2010-3169
CVE-2010-3170
CVE-2010-3173
CVE-2010-3174
CVE-2010-3175
CVE-2010-3176
CVE-2010-3177
CVE-2010-3178
CVE-2010-3179
CVE-2010-3180
CVE-2010-3182
CVE-2010-3183
CVE-2010-3765
CVE-2010-3766
CVE-2010-3767
CVE-2010-3768
CVE-2010-3769
CVE-2010-3770
CVE-2010-3771
CVE-2010-3772
CVE-2010-3773
CVE-2010-3775
CVE-2010-3776
CVE-2010-3777
CVE-2010-3778
CVE-2010-4180
CVE-2010-4352
CVE-2011-0051
CVE-2011-0053
CVE-2011-0054
CVE-2011-0055
CVE-2011-0056
CVE-2011-0057
CVE-2011-0059
CVE-2011-0061
CVE-2011-0062
CVE-2011-0065
CVE-2011-0066
CVE-2011-0067
CVE-2011-0069
CVE-2011-0070
CVE-2011-0072
CVE-2011-0073
CVE-2011-0074
CVE-2011-0075
CVE-2011-0077
CVE-2011-0078
CVE-2011-0080
CVE-2011-0081
CVE-2011-0083
CVE-2011-0084
CVE-2011-0085
CVE-2011-1202
CVE-2011-1946
CVE-2011-2192
CVE-2011-2362
CVE-2011-2363
CVE-2011-2364
CVE-2011-2365
CVE-2011-2371
CVE-2011-2372
CVE-2011-2373
CVE-2011-2374
CVE-2011-2376
CVE-2011-2377
CVE-2011-2378
CVE-2011-2980
CVE-2011-2981
CVE-2011-2982
CVE-2011-2983
CVE-2011-2995
CVE-2011-2996
CVE-2011-2999
CVE-2011-3000
CVE-2011-3001
CVE-2011-3389
CVE-2011-3647
CVE-2011-3648
CVE-2011-3650
CVE-2011-4099
CVE-2012-3524
CVE-2012-4454
CVE-2012-4455
CVE-2013-1944
CVE-2013-2174
CVE-2013-4545
CVE-2014-0015
CVE-2014-0138
CVE-2014-0139
CVE-2014-3477
CVE-2014-3613
CVE-2014-3638
CVE-2014-3639
CVE-2014-3707
CVE-2014-4607
CVE-2014-8150
CVE-2015-3143
CVE-2015-3148
CVE-2015-3153
CVE-2016-0755
CVE-2016-5180
CVE-2017-1000407
CVE-2017-16533
CVE-2017-7273
CVE-2018-14633
CVE-2018-18281
CVE-2018-18386
CVE-2018-18710
CVE-2018-9516
SUSE-SU-2016:3287-1
SUSE-SU-2018:3746-1
Platform(s):openSUSE Leap 15.0
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 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for additional PackageHub packages 15
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 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-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-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-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2-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 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-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-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • apparmor-abstractions-2.12-lp150.5 is installed
  • OR apparmor-docs-2.12-lp150.5 is installed
  • OR apparmor-parser-2.12-lp150.5 is installed
  • OR apparmor-parser-lang-2.12-lp150.5 is installed
  • OR apparmor-profiles-2.12-lp150.5 is installed
  • OR apparmor-utils-2.12-lp150.5 is installed
  • OR apparmor-utils-lang-2.12-lp150.5 is installed
  • OR perl-apparmor-2.12-lp150.5 is installed
  • OR python3-apparmor-2.12-lp150.5 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • accountsservice-0.6.42-6 is installed
  • OR accountsservice-lang-0.6.42-6 is installed
  • OR libaccountsservice0-0.6.42-6 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-6 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND haproxy-1.5.4-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • coreutils-8.12-6.25.29 is installed
  • OR coreutils-lang-8.12-6.25.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • libFLAC++6-1.2.1-68.17 is installed
  • OR libFLAC8-1.2.1-68.17 is installed
  • OR libFLAC8-32bit-1.2.1-68.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libsndfile-1.0.20-2.10 is installed
  • OR libsndfile-32bit-1.0.20-2.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libpng12-1.2.50-19 is installed
  • OR libpng12-0-1.2.50-19 is installed
  • OR libpng12-0-32bit-1.2.50-19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libdcerpc-binding0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc-binding0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-krb5pac0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-krb5pac0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-nbt0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-nbt0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-standard0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-standard0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libnetapi0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libnetapi0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-credentials0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-credentials0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-errors0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-errors0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-hostconfig0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-hostconfig0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-passdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-passdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbconf0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbconf0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbldap0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbldap0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libtevent-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libtevent-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libwbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libwbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-client-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-client-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-doc-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-libs-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-libs-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-winbind-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-winbind-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • python-cryptography-1.3.1-7.13 is installed
  • OR python-pyOpenSSL-16.0.0-4.11 is installed
  • OR python-setuptools-18.0.1-4.8 is installed
  • OR python3-cryptography-1.3.1-7.13 is installed
  • OR python3-pyOpenSSL-16.0.0-4.11 is installed
  • OR python3-setuptools-18.0.1-4.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
  • AND Package Information
  • LibVNCServer-0.9.10-4.3 is installed
  • OR libvncserver0-0.9.10-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • puppet-3.6.2-3 is installed
  • OR puppet-server-3.6.2-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • krb5-1.15.2-4 is installed
  • OR krb5-32bit-1.15.2-4 is installed
  • OR krb5-client-1.15.2-4 is installed
  • OR krb5-devel-1.15.2-4 is installed
  • OR krb5-plugin-preauth-otp-1.15.2-4 is installed
  • OR krb5-plugin-preauth-pkinit-1.15.2-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND libICE6-32bit-1.0.9-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND cvs-1.12.12-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND ntp-4.2.8p12-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.28 is installed
  • OR kernel-default-base-4.12.14-25.28 is installed
  • OR kernel-docs-4.12.14-25.28 is installed
  • OR kernel-docs-html-4.12.14-25.28 is installed
  • OR kernel-obs-qa-4.12.14-25.28 is installed
  • OR kselftests-kmp-default-4.12.14-25.28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libspice-server-devel-0.14.0-4.3 is installed
  • OR libspice-server1-0.14.0-4.3 is installed
  • OR spice-0.14.0-4.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • fetchmail-6.3.8.90-13.16 is installed
  • OR fetchmailconf-6.3.8.90-13.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • fetchmail-6.3.8.90-13.16 is installed
  • OR fetchmailconf-6.3.8.90-13.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND foomatic-filters-3.0.2-269.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND foomatic-filters-3.0.2-269.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND foomatic-filters-3.0.2-269.35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.37 is installed
  • OR libMagickCore1-6.4.3.6-7.37 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • libcap-progs-2.11-2.17 is installed
  • OR libcap2-2.11-2.17 is installed
  • OR libcap2-32bit-2.11-2.17 is installed
  • OR libcap2-x86-2.11-2.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-31.3.0esr-0.3 is installed
  • OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-31.3.0esr-0.3 is installed
  • OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • emacs-22.3-4.42 is installed
  • OR emacs-el-22.3-4.42 is installed
  • OR emacs-info-22.3-4.42 is installed
  • OR emacs-nox-22.3-4.42 is installed
  • OR emacs-x11-22.3-4.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • findutils-4.4.0-38.26 is installed
  • OR findutils-locate-4.4.0-38.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND LibVNCServer-0.9.1-160.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND LibVNCServer-0.9.1-160.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.6.0esr-72.20 is installed
  • OR MozillaFirefox-translations-52.6.0esr-72.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.77 is installed
  • OR libMagickCore1-6.4.3.6-7.77 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.77 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.77 is installed
  • OR libMagickCore1-6.4.3.6-7.77 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.77 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • kernel-bigmem-3.0.101-108.81 is installed
  • OR kernel-bigmem-base-3.0.101-108.81 is installed
  • OR kernel-bigmem-devel-3.0.101-108.81 is installed
  • OR kernel-default-3.0.101-108.81 is installed
  • OR kernel-default-base-3.0.101-108.81 is installed
  • OR kernel-default-devel-3.0.101-108.81 is installed
  • OR kernel-default-man-3.0.101-108.81 is installed
  • OR kernel-ec2-3.0.101-108.81 is installed
  • OR kernel-ec2-base-3.0.101-108.81 is installed
  • OR kernel-ec2-devel-3.0.101-108.81 is installed
  • OR kernel-pae-3.0.101-108.81 is installed
  • OR kernel-pae-base-3.0.101-108.81 is installed
  • OR kernel-pae-devel-3.0.101-108.81 is installed
  • OR kernel-ppc64-3.0.101-108.81 is installed
  • OR kernel-ppc64-base-3.0.101-108.81 is installed
  • OR kernel-ppc64-devel-3.0.101-108.81 is installed
  • OR kernel-source-3.0.101-108.81 is installed
  • OR kernel-syms-3.0.101-108.81 is installed
  • OR kernel-trace-3.0.101-108.81 is installed
  • OR kernel-trace-base-3.0.101-108.81 is installed
  • OR kernel-trace-devel-3.0.101-108.81 is installed
  • OR kernel-xen-3.0.101-108.81 is installed
  • OR kernel-xen-base-3.0.101-108.81 is installed
  • OR kernel-xen-devel-3.0.101-108.81 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • kernel-bigmem-3.0.101-108.81 is installed
  • OR kernel-bigmem-base-3.0.101-108.81 is installed
  • OR kernel-bigmem-devel-3.0.101-108.81 is installed
  • OR kernel-default-3.0.101-108.81 is installed
  • OR kernel-default-base-3.0.101-108.81 is installed
  • OR kernel-default-devel-3.0.101-108.81 is installed
  • OR kernel-default-man-3.0.101-108.81 is installed
  • OR kernel-ec2-3.0.101-108.81 is installed
  • OR kernel-ec2-base-3.0.101-108.81 is installed
  • OR kernel-ec2-devel-3.0.101-108.81 is installed
  • OR kernel-pae-3.0.101-108.81 is installed
  • OR kernel-pae-base-3.0.101-108.81 is installed
  • OR kernel-pae-devel-3.0.101-108.81 is installed
  • OR kernel-ppc64-3.0.101-108.81 is installed
  • OR kernel-ppc64-base-3.0.101-108.81 is installed
  • OR kernel-ppc64-devel-3.0.101-108.81 is installed
  • OR kernel-source-3.0.101-108.81 is installed
  • OR kernel-syms-3.0.101-108.81 is installed
  • OR kernel-trace-3.0.101-108.81 is installed
  • OR kernel-trace-base-3.0.101-108.81 is installed
  • OR kernel-trace-devel-3.0.101-108.81 is installed
  • OR kernel-xen-3.0.101-108.81 is installed
  • OR kernel-xen-base-3.0.101-108.81 is installed
  • OR kernel-xen-devel-3.0.101-108.81 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • 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 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.3.0-78.54 is installed
  • OR MozillaFirefox-translations-common-68.3.0-78.54 is installed
  • OR MozillaFirefox-translations-other-68.3.0-78.54 is installed
  • OR libfreebl3-3.47.1-38.12 is installed
  • OR libfreebl3-32bit-3.47.1-38.12 is installed
  • OR libsoftokn3-3.47.1-38.12 is installed
  • OR libsoftokn3-32bit-3.47.1-38.12 is installed
  • OR mozilla-nspr-4.23-29.9 is installed
  • OR mozilla-nspr-32bit-4.23-29.9 is installed
  • OR mozilla-nspr-devel-4.23-29.9 is installed
  • OR mozilla-nss-3.47.1-38.12 is installed
  • OR mozilla-nss-32bit-3.47.1-38.12 is installed
  • OR mozilla-nss-certs-3.47.1-38.12 is installed
  • OR mozilla-nss-certs-32bit-3.47.1-38.12 is installed
  • OR mozilla-nss-devel-3.47.1-38.12 is installed
  • OR mozilla-nss-tools-3.47.1-38.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-68.3.0-78.54 is installed
  • OR MozillaFirefox-translations-common-68.3.0-78.54 is installed
  • OR MozillaFirefox-translations-other-68.3.0-78.54 is installed
  • OR libfreebl3-3.47.1-38.12 is installed
  • OR libfreebl3-32bit-3.47.1-38.12 is installed
  • OR libsoftokn3-3.47.1-38.12 is installed
  • OR libsoftokn3-32bit-3.47.1-38.12 is installed
  • OR mozilla-nspr-4.23-29.9 is installed
  • OR mozilla-nspr-32bit-4.23-29.9 is installed
  • OR mozilla-nspr-devel-4.23-29.9 is installed
  • OR mozilla-nss-3.47.1-38.12 is installed
  • OR mozilla-nss-32bit-3.47.1-38.12 is installed
  • OR mozilla-nss-certs-3.47.1-38.12 is installed
  • OR mozilla-nss-certs-32bit-3.47.1-38.12 is installed
  • OR mozilla-nss-devel-3.47.1-38.12 is installed
  • OR mozilla-nss-tools-3.47.1-38.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • curl-openssl1-7.19.7-1.55 is installed
  • OR libcurl4-openssl1-7.19.7-1.55 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.55 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • flac-1.3.0-6 is installed
  • OR libFLAC++6-1.3.0-6 is installed
  • OR libFLAC8-1.3.0-6 is installed
  • OR libFLAC8-32bit-1.3.0-6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • flac-1.3.0-6 is installed
  • OR libFLAC++6-1.3.0-6 is installed
  • OR libFLAC8-1.3.0-6 is installed
  • OR libFLAC8-32bit-1.3.0-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • libXi6-1.7.2-3 is installed
  • OR libXi6-32bit-1.7.2-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • krb5-1.12.1-22 is installed
  • OR krb5-32bit-1.12.1-22 is installed
  • OR krb5-client-1.12.1-22 is installed
  • OR krb5-doc-1.12.1-22 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-22 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
  • OR krb5-server-1.12.1-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • krb5-1.12.1-22 is installed
  • OR krb5-32bit-1.12.1-22 is installed
  • OR krb5-client-1.12.1-22 is installed
  • OR krb5-doc-1.12.1-22 is installed
  • OR krb5-plugin-kdb-ldap-1.12.1-22 is installed
  • OR krb5-plugin-preauth-otp-1.12.1-22 is installed
  • OR krb5-plugin-preauth-pkinit-1.12.1-22 is installed
  • OR krb5-server-1.12.1-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • avahi-0.6.31-20 is installed
  • OR avahi-lang-0.6.31-20 is installed
  • OR avahi-utils-0.6.31-20 is installed
  • OR libavahi-client3-0.6.31-20 is installed
  • OR libavahi-client3-32bit-0.6.31-20 is installed
  • OR libavahi-common3-0.6.31-20 is installed
  • OR libavahi-common3-32bit-0.6.31-20 is installed
  • OR libavahi-core7-0.6.31-20 is installed
  • OR libdns_sd-0.6.31-20 is installed
  • OR libdns_sd-32bit-0.6.31-20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND sudo-1.8.10p3-2.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND sudo-1.8.10p3-2.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • kernel-default-4.4.21-90 is installed
  • OR kernel-default-base-4.4.21-90 is installed
  • OR kernel-default-devel-4.4.21-90 is installed
  • OR kernel-default-man-4.4.21-90 is installed
  • OR kernel-devel-4.4.21-90 is installed
  • OR kernel-macros-4.4.21-90 is installed
  • OR kernel-source-4.4.21-90 is installed
  • OR kernel-syms-4.4.21-90 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • kernel-default-4.4.21-90 is installed
  • OR kernel-default-base-4.4.21-90 is installed
  • OR kernel-default-devel-4.4.21-90 is installed
  • OR kernel-default-man-4.4.21-90 is installed
  • OR kernel-devel-4.4.21-90 is installed
  • OR kernel-macros-4.4.21-90 is installed
  • OR kernel-source-4.4.21-90 is installed
  • OR kernel-syms-4.4.21-90 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND busybox-1.21.1-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • openslp-2.0.0-18.17 is installed
  • OR openslp-32bit-2.0.0-18.17 is installed
  • OR openslp-server-2.0.0-18.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • openslp-2.0.0-18.17 is installed
  • OR openslp-32bit-2.0.0-18.17 is installed
  • OR openslp-server-2.0.0-18.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • glibc-2.22-62.13 is installed
  • OR glibc-32bit-2.22-62.13 is installed
  • OR glibc-devel-2.22-62.13 is installed
  • OR glibc-devel-32bit-2.22-62.13 is installed
  • OR glibc-html-2.22-62.13 is installed
  • OR glibc-i18ndata-2.22-62.13 is installed
  • OR glibc-info-2.22-62.13 is installed
  • OR glibc-locale-2.22-62.13 is installed
  • OR glibc-locale-32bit-2.22-62.13 is installed
  • OR glibc-profile-2.22-62.13 is installed
  • OR glibc-profile-32bit-2.22-62.13 is installed
  • OR nscd-2.22-62.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND ucode-intel-20180807-13.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND ucode-intel-20180807-13.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_120-92_70-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libdcerpc-binding0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc-binding0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-krb5pac0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-krb5pac0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-nbt0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-nbt0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-standard0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-standard0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libnetapi0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libnetapi0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-credentials0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-credentials0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-errors0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-errors0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-hostconfig0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-hostconfig0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-passdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-passdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbconf0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbconf0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbldap0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbldap0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libtevent-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libtevent-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libwbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libwbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-client-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-client-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-doc-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-libs-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-libs-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-winbind-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-winbind-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libdcerpc-binding0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc-binding0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libdcerpc0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-krb5pac0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-krb5pac0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-nbt0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-nbt0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-standard0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr-standard0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libndr0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libnetapi0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libnetapi0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-credentials0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-credentials0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-errors0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-errors0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-hostconfig0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-hostconfig0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-passdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-passdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamba-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsamdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbconf0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbconf0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbldap0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libsmbldap0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libtevent-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libtevent-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libwbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR libwbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-client-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-client-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-doc-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-libs-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-libs-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-winbind-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • OR samba-winbind-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • file-5.19-9 is installed
  • OR file-magic-5.19-9 is installed
  • OR libmagic1-5.19-9 is installed
  • OR libmagic1-32bit-5.19-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • gnome-shell-search-provider-nautilus-3.20.3-23.6 is installed
  • OR libnautilus-extension1-3.20.3-23.6 is installed
  • OR nautilus-3.20.3-23.6 is installed
  • OR nautilus-lang-3.20.3-23.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • gnome-shell-search-provider-nautilus-3.20.3-23.6 is installed
  • OR libnautilus-extension1-3.20.3-23.6 is installed
  • OR nautilus-3.20.3-23.6 is installed
  • OR nautilus-lang-3.20.3-23.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND SuSEfirewall2-3.6.312.333-3.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • ImageMagick-config-6-SUSE-6.8.8.1-71.126 is installed
  • OR ImageMagick-config-6-upstream-6.8.8.1-71.126 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-71.126 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-71.126 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_12-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_12-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND apache2-mod_perl-2.0.8-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • libgcrypt-1.6.1-16.68 is installed
  • OR libgcrypt20-1.6.1-16.68 is installed
  • OR libgcrypt20-32bit-1.6.1-16.68 is installed
  • OR libgcrypt20-hmac-1.6.1-16.68 is installed
  • OR libgcrypt20-hmac-32bit-1.6.1-16.68 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • gstreamer-plugins-ugly-1.12.5-1 is installed
  • OR gstreamer-plugins-ugly-lang-1.12.5-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.86 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.86 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.86 is installed
  • OR kernel-default-3.0.101-0.47.86 is installed
  • OR kernel-default-base-3.0.101-0.47.86 is installed
  • OR kernel-default-devel-3.0.101-0.47.86 is installed
  • OR kernel-ec2-3.0.101-0.47.86 is installed
  • OR kernel-ec2-base-3.0.101-0.47.86 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.86 is installed
  • OR kernel-source-3.0.101-0.47.86 is installed
  • OR kernel-syms-3.0.101-0.47.86 is installed
  • OR kernel-trace-3.0.101-0.47.86 is installed
  • OR kernel-trace-base-3.0.101-0.47.86 is installed
  • OR kernel-trace-devel-3.0.101-0.47.86 is installed
  • OR kernel-xen-3.0.101-0.47.86 is installed
  • OR kernel-xen-base-3.0.101-0.47.86 is installed
  • OR kernel-xen-devel-3.0.101-0.47.86 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND crowbar-openstack-3.0+git.1456169766.1e60d19-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • dnsmasq-2.78-18.3 is installed
  • OR dnsmasq-utils-2.78-18.3 is installed
  • BACK