Oval Definition:oval:org.opensuse.security:def:28160
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 receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2018-14617: Prevent NULL pointer dereference and panic in hfsplus_lookup() when opening a file (that is purportedly a hard link) in an hfs+ filesystem that has malformed catalog data, and is mounted read-only without a metadata directory (bsc#1102870). - CVE-2018-16276: Incorrect bounds checking in the yurex USB driver in yurex_read allowed local attackers to use user access read/writes to crash the kernel or potentially escalate privileges (bsc#1106095). - CVE-2018-15594: Ensure correct handling of indirect calls, to prevent attackers for conducting Spectre-v2 attacks against paravirtual guests (bsc#1105348). - CVE-2018-14634: Prevent integer overflow in create_elf_tables that allowed a local attacker to exploit this vulnerability via a SUID-root binary and obtain full root privileges (bsc#1108912) - CVE-2018-12896: Prevent integer overflow in the POSIX timer code that was caused by the way the overrun accounting works. Depending on interval and expiry time values, the overrun can be larger than INT_MAX, but the accounting is int based. This basically made the accounting values, which are visible to user space via timer_getoverrun(2) and siginfo::si_overrun, random. This allowed a local user to cause a denial of service (signed integer overflow) via crafted mmap, futex, timer_create, and timer_settime system calls (bnc#1099922) - CVE-2018-10940: The cdrom_ioctl_media_changed function allowed local attackers to use a incorrect bounds check in the CDROM driver CDROM_MEDIA_CHANGED ioctl to read out kernel memory (bsc#1092903) - CVE-2018-16658: Prevent information leak in cdrom_ioctl_drive_status that could have been used by local attackers to read kernel memory (bnc#1107689) - CVE-2018-6555: The irda_setsockopt function allowed local users to cause a denial of service (ias_object use-after-free and system crash) or possibly have unspecified other impact via an AF_IRDA socket (bnc#1106511) - CVE-2018-6554: Prevent memory leak in the irda_bind function that allowed local users to cause a denial of service (memory consumption) by repeatedly binding an AF_IRDA socket (bnc#1106509) - CVE-2018-15572: The spectre_v2_select_mitigation function did not always fill RSB upon a context switch, which made it easier for attackers to conduct userspace-userspace spectreRSB attacks (bnc#1102517) - CVE-2018-10902: Protect against concurrent access to prevent double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status(). A malicious local attacker could have used this for privilege escalation (bnc#1105322) - CVE-2018-14734: ucma_leave_multicast accessed a certain data structure after a cleanup step in ucma_process_join, which allowed attackers to cause a denial of service (use-after-free) (bsc#1103119)

The following non-security bugs were fixed:

- ACPI: APEI / ERST: Fix missing error handling in erst_reader() (bsc#1045538). - ALSA: fm801: propagate TUNER_ONLY bit when autodetected (bsc#1045538). - ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode (bsc#1045538). - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent() (bsc#1045538). - ALSA: pcm: fix fifo_size frame calculation (bsc#1045538). - ALSA: snd-aoa: add of_node_put() in error path (bsc#1045538). - ALSA: usb-audio: Add sanity checks in v2 clock parsers (bsc#1045538). - ALSA: usb-audio: Add sanity checks to FE parser (bsc#1045538). - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute (bsc#1045538). - ALSA: usb-audio: Fix bogus error return in snd_usb_create_stream() (bsc#1045538). - ALSA: usb-audio: Fix parameter block size for UAC2 control requests (bsc#1045538). - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit (bsc#1045538). - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU (bsc#1045538). - ALSA: usb-audio: Set correct type for some UAC2 mixer controls (bsc#1045538). - ASoC: blackfin: Fix missing break (bsc#1045538). - Enforce module signatures if the kernel is locked down (bsc#1093666). - KVM: VMX: Work around kABI breakage in 'enum vmx_l1d_flush_state' (bsc#1106369). - KVM: VMX: fixes for vmentry_l1d_flush module parameter (bsc#1106369). - PCI: Fix TI816X class code quirk (bsc#1050431). - Refresh patches.xen/xen3-x86-l1tf-04-protect-PROT_NONE-ptes.patch (bsc#1105100). - TPM: Zero buffer whole after copying to userspace (bsc#1050381). - USB: add USB_DEVICE_INTERFACE_CLASS macro (bsc#1047487). - USB: hub: fix non-SS hub-descriptor handling (bsc#1047487). - USB: serial: ftdi_sio: fix latency-timer error handling (bsc#1037441). - USB: serial: io_edgeport: fix possible sleep-in-atomic (bsc#1037441). - USB: serial: io_ti: fix NULL-deref in interrupt callback (bsc#1106609). - USB: serial: sierra: fix potential deadlock at close (bsc#1100132). - USB: visor: Match I330 phone more precisely (bsc#1047487). - applicom: dereferencing NULL on error path (git-fixes). - ath5k: Change led pin configuration for compaq c700 laptop (bsc#1048185). - base: make module_create_drivers_dir race-free (git-fixes). - block: fix an error code in add_partition() (bsc#1106209). - btrfs: scrub: Do not use inode page cache in scrub_handle_errored_block() (bsc#1108096). - btrfs: scrub: Do not use inode pages for device replace (bsc#1107949). - dasd: Add IFCC notice message (bnc#1104481, LTC#170484). - drm/i915: Remove bogus __init annotation from DMI callbacks (bsc#1106886). - drm/i915: fix use-after-free in page_flip_completed() (bsc#1103909). - drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply() (bsc#1106886). - drm/vmwgfx: Handle vmalloc() failure in vmw_local_fifo_reserve() (bsc#1106886). - drm: crtc: integer overflow in drm_property_create_blob() (bsc#1106886). - drm: re-enable error handling (bsc#1103884) - fbdev: omapfb: off by one in omapfb_register_client() (bsc#1106886). - iommu/amd: Finish TLB flush in amd_iommu_unmap() (bsc#1106105). - iommu/amd: Fix the left value check of cmd buffer (bsc#1106105). - iommu/amd: Free domain id when free a domain of struct dma_ops_domain (bsc#1106105). - iommu/amd: Update Alias-DTE in update_device_table() (bsc#1106105). - iommu/vt-d: Do not over-free page table directories (bsc#1106105). - iommu/vt-d: Ratelimit each dmar fault printing (bsc#1106105). - ipv6: Regenerate host route according to node pointer upon loopback up (bsc#1100705). - ipv6: correctly add local routes when lo goes up (bsc#1100705). - ipv6: introduce ip6_rt_put() (bsc#1100705). - ipv6: reallocate addrconf router for ipv6 address when lo device up (bsc#1100705). - kabi: x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - kabi: x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - kthread, tracing: Do not expose half-written comm when creating kthreads (Git-fixes). - mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection (bnc#1107071). - mm/mempolicy.c: avoid use uninitialized preferred_node (bnc#1107064). - modsign: log module name in the event of an error (bsc#1093666). - modsign: print module name along with error message (bsc#1093666). - module: make it clear when we're handling the module copy in info->hdr (bsc#1093666). - module: setup load info before module_sig_check() (bsc#1093666). - nbd: ratelimit error msgs after socket close (bsc#1106206). - ncpfs: return proper error from NCP_IOC_SETROOT ioctl (bsc#1106199). - nvme: add device id's with intel stripe quirk (bsc#1097562). - perf/core: Fix group scheduling with mixed hw and sw events (Git-fixes). - perf/x86/intel: Add cpu_(prepare|starting|dying) for core_pmu (bsc#1104901). - powerpc/64s: Default l1d_size to 64K in RFI fallback flush (bsc#1068032, git-fixes). - powerpc/fadump: Do not use hugepages when fadump is active (bsc#1092772, bsc#1107650). - powerpc/fadump: exclude memory holes while reserving memory in second kernel (bsc#1092772, bsc#1107650). - powerpc/fadump: re-register firmware-assisted dump if already registered (bsc#1108170, bsc#1108823). - powerpc/lib: Fix off-by-one in alternate feature patching (bsc#1064861). - powerpc/lib: Fix the feature fixup tests to actually work (bsc#1064861). - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 (bsc#1068032, bsc#1080157, git-fixes). - powerpc: Avoid code patching freed init sections (bnc#1107735). - powerpc: make feature-fixup tests fortify-safe (bsc#1064861). - ptrace: fix PTRACE_LISTEN race corrupting task->state (bnc#1107001). - qlge: Fix netdev features configuration (bsc#1098822). - resource: fix integer overflow at reallocation (bsc#1045538). - rpm/kernel-docs.spec.in: Expand kernel tree directly from sources (bsc#1057199) - s390/ftrace: use expoline for indirect branches (bnc#1106930, LTC#171029). - s390/kernel: use expoline for indirect branches (bnc#1106930, LTC#171029). - s390/qeth: do not clobber buffer on async TX completion (bnc#1060245, LTC#170349). - s390: Correct register corruption in critical section cleanup (bnc#1106930, LTC#171029). - s390: add assembler macros for CPU alternatives (bnc#1106930, LTC#171029). - s390: detect etoken facility (bnc#1106930, LTC#171029). - s390: move expoline assembler macros to a header (bnc#1106930, LTC#171029). - s390: move spectre sysfs attribute code (bnc#1106930, LTC#171029). - s390: remove indirect branch from do_softirq_own_stack (bnc#1106930, LTC#171029). - smsc75xx: Add workaround for gigabit link up hardware errata (bsc#1100132). - sys: do not hold uts_sem while accessing userspace memory (bnc#1106995). - tpm: fix race condition in tpm_common_write() (bsc#1050381). - tracing/blktrace: Fix to allow setting same value (bsc#1106212). - tty: vt, fix bogus division in csi_J (git-fixes). - tty: vt, return error when con_startup fails (git-fixes). - uml: fix hostfs mknod() (bsc#1106202). - usb: audio-v2: Correct the comment for struct uac_clock_selector_descriptor (bsc#1045538). - usbip: vhci_sysfs: fix potential Spectre v1 (bsc#1096547). - x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104684, bnc#1104818). - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit (bnc#1087081). - x86/init: fix build with CONFIG_SWAP=n (bsc#1105723). - x86/mm: Prevent kernel Oops in PTDUMP code with HIGHPTE=y (bsc#1106105). - x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM (bnc#1105536). - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - x86/speculation/l1tf: Suggest what to do on systems with too much RAM (bnc#1105536). - x86/vdso: Fix vDSO build if a retpoline is emitted (git-fixes). - xen x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM (bnc#1105536). - xen x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - xen, x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104684, bnc#1104818). - xen: x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit (bnc#1087081).
Family:unixClass:patch
Status:Reference(s):1005070
1020868
1020873
1020875
1020877
1020882
1020884
1020885
1020890
1020891
1020894
1020896
1022428
1027527
1028391
1037441
1043886
1045538
1047487
1048185
1050381
1050431
1056278
1056281
1056282
1057199
1059139
1060245
1064861
1068032
1080157
1087081
1092772
1092903
1093666
1096547
1097562
1098822
1099922
1100132
1100705
1102517
1102870
1103119
1103884
1103909
1104481
1104684
1104818
1104901
1105100
1105322
1105348
1105536
1105723
1106095
1106105
1106199
1106202
1106206
1106209
1106212
1106369
1106509
1106511
1106609
1106886
1106930
1106995
1107001
1107064
1107071
1107650
1107689
1107735
1107949
1108096
1108170
1108823
1108912
1160305
1160498
584223
876449
908275
920870
935033
935979
952188
953817
955762
962189
963415
968046
968048
968051
968053
968374
984990
985601
985609
985669
985675
985682
985698
985706
CVE-2010-0436
CVE-2012-6698
CVE-2012-6699
CVE-2012-6700
CVE-2014-2891
CVE-2015-2304
CVE-2015-2695
CVE-2015-2721
CVE-2015-2722
CVE-2015-2724
CVE-2015-2725
CVE-2015-2726
CVE-2015-2728
CVE-2015-2730
CVE-2015-2733
CVE-2015-2734
CVE-2015-2735
CVE-2015-2736
CVE-2015-2737
CVE-2015-2738
CVE-2015-2739
CVE-2015-2740
CVE-2015-2743
CVE-2015-3197
CVE-2015-4000
CVE-2015-8023
CVE-2015-8704
CVE-2015-8915
CVE-2015-8918
CVE-2015-8920
CVE-2015-8921
CVE-2015-8924
CVE-2015-8925
CVE-2015-8929
CVE-2016-0702
CVE-2016-0703
CVE-2016-0797
CVE-2016-0799
CVE-2016-0800
CVE-2016-4809
CVE-2016-8687
CVE-2017-14316
CVE-2017-14317
CVE-2017-14319
CVE-2017-14503
CVE-2017-3238
CVE-2017-3243
CVE-2017-3244
CVE-2017-3258
CVE-2017-3265
CVE-2017-3291
CVE-2017-3312
CVE-2017-3313
CVE-2017-3317
CVE-2017-3318
CVE-2017-5398
CVE-2017-5400
CVE-2017-5401
CVE-2017-5402
CVE-2017-5404
CVE-2017-5405
CVE-2017-5407
CVE-2017-5408
CVE-2017-5409
CVE-2017-5410
CVE-2018-10902
CVE-2018-10940
CVE-2018-12896
CVE-2018-14617
CVE-2018-14634
CVE-2018-14734
CVE-2018-15572
CVE-2018-15594
CVE-2018-16276
CVE-2018-16658
CVE-2018-6554
CVE-2018-6555
CVE-2019-17015
CVE-2019-17016
CVE-2019-17017
CVE-2019-17021
CVE-2019-17022
CVE-2019-17024
CVE-2019-17026
SUSE-SU-2015:1227-1
SUSE-SU-2015:1268-2
SUSE-SU-2015:1898-1
SUSE-SU-2015:2174-1
SUSE-SU-2015:2186-1
SUSE-SU-2016:0631-1
SUSE-SU-2017:0408-1
SUSE-SU-2017:0732-1
SUSE-SU-2017:2611-1
SUSE-SU-2018:0409-1
SUSE-SU-2018:2879-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for additional PackageHub packages 15
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for High Performance Computing 15
SUSE Linux Enterprise Module for Legacy Software 12
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 Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
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 SP3
SUSE Linux Enterprise Server 12 SP4
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
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS
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-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
SUSE OpenStack Cloud 8
SUSE OpenStack Cloud Crowbar 8
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND icedtea-web-1.7.1-lp150.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • cacti-1.1.19-22.1 is installed
  • OR cacti-doc-1.1.19-22.1 is installed
  • OR cacti-spine-1.1.19-13.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • strongswan-4.4.0-6.25 is installed
  • OR strongswan-doc-4.4.0-6.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • avahi-0.6.31-20 is installed
  • OR avahi-lang-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
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • cups-pk-helper-0.2.5-3 is installed
  • OR cups-pk-helper-lang-0.2.5-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • cyrus-sasl-2.1.26-7 is installed
  • OR cyrus-sasl-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-2.1.26-7 is installed
  • OR cyrus-sasl-crammd5-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-digestmd5-2.1.26-7 is installed
  • OR cyrus-sasl-digestmd5-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-2.1.26-7 is installed
  • OR cyrus-sasl-gssapi-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-plain-2.1.26-7 is installed
  • OR cyrus-sasl-plain-32bit-2.1.26-7 is installed
  • OR cyrus-sasl-saslauthd-2.1.26-7 is installed
  • OR libsasl2-3-2.1.26-7 is installed
  • OR libsasl2-3-32bit-2.1.26-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • e2fsprogs-1.42.11-15 is installed
  • OR libcom_err2-1.42.11-15 is installed
  • OR libcom_err2-32bit-1.42.11-15 is installed
  • OR libext2fs2-1.42.11-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • bind-utils-9.11.2-1 is installed
  • OR libbind9-160-9.11.2-1 is installed
  • OR libdns169-9.11.2-1 is installed
  • OR libirs160-9.11.2-1 is installed
  • OR libisc166-9.11.2-1 is installed
  • OR libisc166-32bit-9.11.2-1 is installed
  • OR libisccc160-9.11.2-1 is installed
  • OR libisccfg160-9.11.2-1 is installed
  • OR liblwres160-9.11.2-1 is installed
  • OR python-bind-9.11.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for additional PackageHub packages 15 is installed
  • AND Package Information
  • postgresql10-10.6-4.8 is installed
  • OR postgresql10-test-10.6-4.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • cracklib-2.9.6-2 is installed
  • OR cracklib-devel-2.9.6-2 is installed
  • OR cracklib-dict-small-2.9.6-2 is installed
  • OR libcrack2-2.9.6-2 is installed
  • OR libcrack2-32bit-2.9.6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND portus-2.2.0-20.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • flatpak-0.10.4-2 is installed
  • OR flatpak-devel-0.10.4-2 is installed
  • OR libflatpak0-0.10.4-2 is installed
  • OR typelib-1_0-Flatpak-1_0-0.10.4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • ant-1.9.10-1 is installed
  • OR ant-antlr-1.9.10-1 is installed
  • OR ant-apache-bcel-1.9.10-1 is installed
  • OR ant-apache-bsf-1.9.10-1 is installed
  • OR ant-apache-log4j-1.9.10-1 is installed
  • OR ant-apache-oro-1.9.10-1 is installed
  • OR ant-apache-regexp-1.9.10-1 is installed
  • OR ant-apache-resolver-1.9.10-1 is installed
  • OR ant-commons-logging-1.9.10-1 is installed
  • OR ant-javamail-1.9.10-1 is installed
  • OR ant-jdepend-1.9.10-1 is installed
  • OR ant-jmf-1.9.10-1 is installed
  • OR ant-junit-1.9.10-1 is installed
  • OR ant-manual-1.9.10-1 is installed
  • OR ant-scripts-1.9.10-1 is installed
  • OR ant-swing-1.9.10-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 is installed
  • AND Package Information
  • python-numpy_1_16_1-gnu-hpc-1.16.1-4.8 is installed
  • OR python2-numpy-gnu-hpc-1.16.1-4.8 is installed
  • OR python2-numpy-gnu-hpc-devel-1.16.1-4.8 is installed
  • OR python3-numpy-gnu-hpc-1.16.1-4.8 is installed
  • OR python3-numpy-gnu-hpc-devel-1.16.1-4.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-18.13 is installed
  • OR openldap2-2.4.41-18.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • java-1_8_0-ibm-1.8.0_sr5.15-3.3 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-3.3 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-3.3 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_22-default-5-2 is installed
  • OR kernel-livepatch-SLE15_Update_6-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • MozillaFirefox-60.6.1-3.29 is installed
  • OR MozillaFirefox-branding-upstream-60.6.1-3.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.222-3.24 is installed
  • OR java-1_8_0-openjdk-accessibility-1.8.0.222-3.24 is installed
  • OR java-1_8_0-openjdk-javadoc-1.8.0.222-3.24 is installed
  • OR java-1_8_0-openjdk-src-1.8.0.222-3.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.60-52.54 is installed
  • OR kernel-ec2-devel-3.12.60-52.54 is installed
  • OR kernel-ec2-extra-3.12.60-52.54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libecpg6-10.10-4.16 is installed
  • OR postgresql10-10.10-4.16 is installed
  • OR postgresql10-contrib-10.10-4.16 is installed
  • OR postgresql10-devel-10.10-4.16 is installed
  • OR postgresql10-docs-10.10-4.16 is installed
  • OR postgresql10-plperl-10.10-4.16 is installed
  • OR postgresql10-plpython-10.10-4.16 is installed
  • OR postgresql10-pltcl-10.10-4.16 is installed
  • OR postgresql10-server-10.10-4.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-73 is installed
  • OR php5-5.5.14-73 is installed
  • OR php5-bcmath-5.5.14-73 is installed
  • OR php5-bz2-5.5.14-73 is installed
  • OR php5-calendar-5.5.14-73 is installed
  • OR php5-ctype-5.5.14-73 is installed
  • OR php5-curl-5.5.14-73 is installed
  • OR php5-dba-5.5.14-73 is installed
  • OR php5-dom-5.5.14-73 is installed
  • OR php5-enchant-5.5.14-73 is installed
  • OR php5-exif-5.5.14-73 is installed
  • OR php5-fastcgi-5.5.14-73 is installed
  • OR php5-fileinfo-5.5.14-73 is installed
  • OR php5-fpm-5.5.14-73 is installed
  • OR php5-ftp-5.5.14-73 is installed
  • OR php5-gd-5.5.14-73 is installed
  • OR php5-gettext-5.5.14-73 is installed
  • OR php5-gmp-5.5.14-73 is installed
  • OR php5-iconv-5.5.14-73 is installed
  • OR php5-imap-5.5.14-73 is installed
  • OR php5-intl-5.5.14-73 is installed
  • OR php5-json-5.5.14-73 is installed
  • OR php5-ldap-5.5.14-73 is installed
  • OR php5-mbstring-5.5.14-73 is installed
  • OR php5-mcrypt-5.5.14-73 is installed
  • OR php5-mysql-5.5.14-73 is installed
  • OR php5-odbc-5.5.14-73 is installed
  • OR php5-opcache-5.5.14-73 is installed
  • OR php5-openssl-5.5.14-73 is installed
  • OR php5-pcntl-5.5.14-73 is installed
  • OR php5-pdo-5.5.14-73 is installed
  • OR php5-pear-5.5.14-73 is installed
  • OR php5-pgsql-5.5.14-73 is installed
  • OR php5-phar-5.5.14-73 is installed
  • OR php5-posix-5.5.14-73 is installed
  • OR php5-pspell-5.5.14-73 is installed
  • OR php5-shmop-5.5.14-73 is installed
  • OR php5-snmp-5.5.14-73 is installed
  • OR php5-soap-5.5.14-73 is installed
  • OR php5-sockets-5.5.14-73 is installed
  • OR php5-sqlite-5.5.14-73 is installed
  • OR php5-suhosin-5.5.14-73 is installed
  • OR php5-sysvmsg-5.5.14-73 is installed
  • OR php5-sysvsem-5.5.14-73 is installed
  • OR php5-sysvshm-5.5.14-73 is installed
  • OR php5-tokenizer-5.5.14-73 is installed
  • OR php5-wddx-5.5.14-73 is installed
  • OR php5-xmlreader-5.5.14-73 is installed
  • OR php5-xmlrpc-5.5.14-73 is installed
  • OR php5-xmlwriter-5.5.14-73 is installed
  • OR php5-xsl-5.5.14-73 is installed
  • OR php5-zip-5.5.14-73 is installed
  • OR php5-zlib-5.5.14-73 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • kde4-kdm-4.1.3-18.8 is installed
  • OR kde4-kgreeter-plugins-4.1.3-18.8 is installed
  • OR kde4-kwin-4.1.3-18.8 is installed
  • OR kdebase4-workspace-4.1.3-18.8 is installed
  • OR kdebase4-workspace-ksysguardd-4.1.3-18.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • kde4-kdm-4.1.3-18.8 is installed
  • OR kde4-kgreeter-plugins-4.1.3-18.8 is installed
  • OR kde4-kwin-4.1.3-18.8 is installed
  • OR kdebase4-workspace-4.1.3-18.8 is installed
  • OR kdebase4-workspace-ksysguardd-4.1.3-18.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libfreebl3-3.12.8-1.2 is installed
  • OR libfreebl3-32bit-3.12.8-1.2 is installed
  • OR libfreebl3-x86-3.12.8-1.2 is installed
  • OR mozilla-nspr-4.8.6-1.2 is installed
  • OR mozilla-nspr-32bit-4.8.6-1.2 is installed
  • OR mozilla-nspr-x86-4.8.6-1.2 is installed
  • OR mozilla-nss-3.12.8-1.2 is installed
  • OR mozilla-nss-32bit-3.12.8-1.2 is installed
  • OR mozilla-nss-tools-3.12.8-1.2 is installed
  • OR mozilla-nss-x86-3.12.8-1.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libHX13-1.23-4.1 is installed
  • OR libHX13-32bit-1.23-4.1 is installed
  • OR libHX13-x86-1.23-4.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libHX13-1.23-4.1 is installed
  • OR libHX13-32bit-1.23-4.1 is installed
  • OR libHX13-x86-1.23-4.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libHX13-1.23-4.1 is installed
  • OR libHX13-32bit-1.23-4.1 is installed
  • OR libHX13-x86-1.23-4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND krb5-doc-1.6.3-133 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.12-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.12-0.4 is installed
  • OR libfreebl3-3.14.1-0.3 is installed
  • OR libfreebl3-32bit-3.14.1-0.3 is installed
  • OR mozilla-nspr-4.9.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.4-0.3 is installed
  • OR mozilla-nss-3.14.1-0.3 is installed
  • OR mozilla-nss-32bit-3.14.1-0.3 is installed
  • OR mozilla-nss-tools-3.14.1-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.12-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.12-0.4 is installed
  • OR libfreebl3-3.14.1-0.3 is installed
  • OR libfreebl3-32bit-3.14.1-0.3 is installed
  • OR mozilla-nspr-4.9.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.4-0.3 is installed
  • OR mozilla-nss-3.14.1-0.3 is installed
  • OR mozilla-nss-32bit-3.14.1-0.3 is installed
  • OR mozilla-nss-tools-3.14.1-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.12-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.12-0.4 is installed
  • OR libfreebl3-3.14.1-0.3 is installed
  • OR libfreebl3-32bit-3.14.1-0.3 is installed
  • OR mozilla-nspr-4.9.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.4-0.3 is installed
  • OR mozilla-nss-3.14.1-0.3 is installed
  • OR mozilla-nss-32bit-3.14.1-0.3 is installed
  • OR mozilla-nss-tools-3.14.1-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.12-0.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.12-0.4 is installed
  • OR libfreebl3-3.14.1-0.3 is installed
  • OR libfreebl3-32bit-3.14.1-0.3 is installed
  • OR mozilla-nspr-4.9.4-0.3 is installed
  • OR mozilla-nspr-32bit-4.9.4-0.3 is installed
  • OR mozilla-nss-3.14.1-0.3 is installed
  • OR mozilla-nss-32bit-3.14.1-0.3 is installed
  • OR mozilla-nss-tools-3.14.1-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-68.4.1-78.57 is installed
  • OR MozillaFirefox-translations-common-68.4.1-78.57 is installed
  • OR MozillaFirefox-translations-other-68.4.1-78.57 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-68.4.1-78.57 is installed
  • OR MozillaFirefox-translations-common-68.4.1-78.57 is installed
  • OR MozillaFirefox-translations-other-68.4.1-78.57 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • coreutils-8.12-6.25.29 is installed
  • OR coreutils-lang-8.12-6.25.29 is installed
  • OR coreutils-x86-8.12-6.25.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • coreutils-8.12-6.25.29 is installed
  • OR coreutils-lang-8.12-6.25.29 is installed
  • OR coreutils-x86-8.12-6.25.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • coreutils-8.12-6.25.29 is installed
  • OR coreutils-lang-8.12-6.25.29 is installed
  • OR coreutils-x86-8.12-6.25.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • cyrus-imapd-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.65.64 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.65.64 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND apache2-mod_nss-1.0.14-0.4.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND apache2-mod_nss-1.0.14-0.4.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • file-4.24-43.23 is installed
  • OR file-32bit-4.24-43.23 is installed
  • OR file-x86-4.24-43.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND python-pycrypto-2.6.1-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND python-pycrypto-2.6.1-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND Package Information
  • cobbler-2.2.2-0.68.3 is installed
  • OR koan-2.2.2-0.68.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • bind-9.9.6P1-0.50 is installed
  • OR bind-chrootenv-9.9.6P1-0.50 is installed
  • OR bind-devel-9.9.6P1-0.50 is installed
  • OR bind-doc-9.9.6P1-0.50 is installed
  • OR bind-libs-9.9.6P1-0.50 is installed
  • OR bind-libs-32bit-9.9.6P1-0.50 is installed
  • OR bind-utils-9.9.6P1-0.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND SuSEfirewall2-3.6_SVNr208-2.18.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND SuSEfirewall2-3.6_SVNr208-2.18.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-52.9.0esr-72.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-52.9.0esr-72.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND acpid-1.0.6-91.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-42 is installed
  • OR salt-doc-2016.11.4-42 is installed
  • OR salt-minion-2016.11.4-42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-42 is installed
  • OR salt-doc-2016.11.4-42 is installed
  • OR salt-minion-2016.11.4-42 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • libpython2_6-1_0-2.6.9-40.35 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-40.35 is installed
  • OR python-2.6.9-40.35 is installed
  • OR python-32bit-2.6.9-40.35 is installed
  • OR python-base-2.6.9-40.35 is installed
  • OR python-base-32bit-2.6.9-40.35 is installed
  • OR python-curses-2.6.9-40.35 is installed
  • OR python-demo-2.6.9-40.35 is installed
  • OR python-doc-2.6-8.40.35 is installed
  • OR python-doc-pdf-2.6-8.40.35 is installed
  • OR python-gdbm-2.6.9-40.35 is installed
  • OR python-idle-2.6.9-40.35 is installed
  • OR python-tk-2.6.9-40.35 is installed
  • OR python-xml-2.6.9-40.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • libpython2_6-1_0-2.6.9-40.35 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-40.35 is installed
  • OR python-2.6.9-40.35 is installed
  • OR python-32bit-2.6.9-40.35 is installed
  • OR python-base-2.6.9-40.35 is installed
  • OR python-base-32bit-2.6.9-40.35 is installed
  • OR python-curses-2.6.9-40.35 is installed
  • OR python-demo-2.6.9-40.35 is installed
  • OR python-doc-2.6-8.40.35 is installed
  • OR python-doc-pdf-2.6-8.40.35 is installed
  • OR python-gdbm-2.6.9-40.35 is installed
  • OR python-idle-2.6.9-40.35 is installed
  • OR python-tk-2.6.9-40.35 is installed
  • OR python-xml-2.6.9-40.35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND libslp1-openssl1-1.2.0-172.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND tcpdump-4.5.1-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND tcpdump-4.5.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND apache-commons-httpclient-3.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND autofs-5.0.9-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_54-default-7-2 is installed
  • OR kgraft-patch-3_12_74-60_64_54-xen-7-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_19-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • alsa-1.0.27.2-11 is installed
  • OR alsa-docs-1.0.27.2-11 is installed
  • OR libasound2-1.0.27.2-11 is installed
  • OR libasound2-32bit-1.0.27.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • cups-1.7.5-19 is installed
  • OR cups-client-1.7.5-19 is installed
  • OR cups-libs-1.7.5-19 is installed
  • OR cups-libs-32bit-1.7.5-19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND clamav-0.100.2-33.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_45-default-3-2 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-3-2 is installed
  • OR kgraft-patch-SLE12_Update_13-3-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_45-default-3-2 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-3-2 is installed
  • OR kgraft-patch-SLE12_Update_13-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND libvdpau1-1.1.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
  • AND Package Information
  • java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
  • OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.41 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_51-52_34-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_34-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_10-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • xen-4.7.6_06-43.48 is installed
  • OR xen-doc-html-4.7.6_06-43.48 is installed
  • OR xen-libs-4.7.6_06-43.48 is installed
  • OR xen-libs-32bit-4.7.6_06-43.48 is installed
  • OR xen-tools-4.7.6_06-43.48 is installed
  • OR xen-tools-domU-4.7.6_06-43.48 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND kernel-docs-3.0.101-108.71 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • finch-2.10.9-5 is installed
  • OR libpurple-2.10.9-5 is installed
  • OR libpurple-lang-2.10.9-5 is installed
  • OR libpurple-meanwhile-2.10.9-5 is installed
  • OR libpurple-tcl-2.10.9-5 is installed
  • OR pidgin-2.10.9-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • libpcap-1.8.1-9 is installed
  • OR libpcap1-32bit-1.8.1-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-bad-0.10.23-20 is installed
  • OR gstreamer-0_10-plugins-bad-lang-0.10.23-20 is installed
  • OR libgstbasecamerabinsrc-0_10-23-0.10.23-20 is installed
  • OR libgstbasecamerabinsrc-0_10-23-32bit-0.10.23-20 is installed
  • OR libgstbasevideo-0_10-23-0.10.23-20 is installed
  • OR libgstbasevideo-0_10-23-32bit-0.10.23-20 is installed
  • OR libgstcodecparsers-0_10-23-0.10.23-20 is installed
  • OR libgstphotography-0_10-23-0.10.23-20 is installed
  • OR libgstphotography-0_10-23-32bit-0.10.23-20 is installed
  • OR libgstsignalprocessor-0_10-23-0.10.23-20 is installed
  • OR libgstsignalprocessor-0_10-23-32bit-0.10.23-20 is installed
  • OR libgstvdp-0_10-23-0.10.23-20 is installed
  • OR libgstvdp-0_10-23-32bit-0.10.23-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • gimp-2.8.18-8 is installed
  • OR gimp-lang-2.8.18-8 is installed
  • OR gimp-plugins-python-2.8.18-8 is installed
  • OR libgimp-2_0-0-2.8.18-8 is installed
  • OR libgimpui-2_0-0-2.8.18-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • NetworkManager-1.0.12-13.6 is installed
  • OR NetworkManager-lang-1.0.12-13.6 is installed
  • OR typelib-1_0-NM-1_0-1.0.12-13.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND bluez-cups-5.48-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.9.0esr-71 is installed
  • OR MozillaFirefox-translations-45.9.0esr-71 is installed
  • OR libfreebl3-3.29.5-46 is installed
  • OR libfreebl3-32bit-3.29.5-46 is installed
  • OR libsoftokn3-3.29.5-46 is installed
  • OR libsoftokn3-32bit-3.29.5-46 is installed
  • OR mozilla-nspr-4.13.1-32 is installed
  • OR mozilla-nspr-32bit-4.13.1-32 is installed
  • OR mozilla-nss-3.29.5-46 is installed
  • OR mozilla-nss-32bit-3.29.5-46 is installed
  • OR mozilla-nss-tools-3.29.5-46 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-Pillow-2.7.0-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • openstack-magnum-3.1.2~a0~dev20-9 is installed
  • OR openstack-magnum-api-3.1.2~a0~dev20-9 is installed
  • OR openstack-magnum-conductor-3.1.2~a0~dev20-9 is installed
  • OR openstack-magnum-doc-3.1.2~a0~dev20-9 is installed
  • OR python-magnum-3.1.2~a0~dev20-9 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 8 is installed
  • AND slf4j-1.7.12-3.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud Crowbar 8 is installed
  • AND slf4j-1.7.12-3.3 is installed
  • BACK