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



The SUSE Linux Enterprise Server 12 kernel was updated to 3.12.39 to receive various security and bugfixes.

Following security bugs were fixed: - CVE-2015-0777: The XEN usb backend could leak information to the guest system due to copying uninitialized memory.

- CVE-2015-2150: Xen and the Linux kernel did not properly restrict access to PCI command registers, which might have allowed local guest users to cause a denial of service (non-maskable interrupt and host crash) by disabling the (1) memory or (2) I/O decoding for a PCI Express device and then accessing the device, which triggers an Unsupported Request (UR) response.

The following non-security bugs were fixed: - Added Little Endian support to vtpm module (bsc#918620). - Add support for pnfs block layout. Patches not included by default yet - ALSA: hda - Fix regression of HD-audio controller fallback modes (bsc#921313). - btrfs: add missing blk_finish_plug in btrfs_sync_log() (bnc#922284). - btrfs: cleanup orphans while looking up default subvolume (bsc#914818). - btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattr (bnc#922272). - btrfs: fix BUG_ON in btrfs_orphan_add() when delete unused block group (bnc#922278). - btrfs: fix data loss in the fast fsync path (bnc#922275). - btrfs: fix fsync data loss after adding hard link to inode (bnc#922275). - cgroup: revert cgroup_mutex removal from idr_remove (bnc#918644). - cifs: fix use-after-free bug in find_writable_file (bnc#909477). - crypto: rng - RNGs must return 0 in success case (bsc#920805). - crypto: testmgr - fix RNG return code enforcement (bsc#920805). - exit: Always reap resource stats in __exit_signal() (Time scalability). - fork: report pid reservation failure properly (bnc#909684). - fsnotify: Fix handling of renames in audit (bnc#915200). - HID: hyperv: match wait_for_completion_timeout return type. - hv: address compiler warnings for hv_fcopy_daemon.c. - hv: address compiler warnings for hv_kvp_daemon.c. - hv: check vmbus_device_create() return value in vmbus_process_offer(). - hv: do not add redundant / in hv_start_fcopy(). - hv: hv_balloon: Do not post pressure status from interrupt context. - hv: hv_balloon: Fix a locking bug in the balloon driver. - hv: hv_balloon: Make adjustments in computing the floor. - hv: hv_fcopy: drop the obsolete message on transfer failure. - hv: kvp_daemon: make IPv6-only-injection work. - hv: remove unused bytes_written from kvp_update_file(). - hv: rename sc_lock to the more generic lock. - hv: vmbus: Fix a bug in vmbus_establish_gpadl(). - hv: vmbus: hv_process_timer_expiration() can be static. - hv: vmbus: Implement a clockevent device. - hv: vmbus: serialize Offer and Rescind offer. - hv: vmbus: Support a vmbus API for efficiently sending page arrays. - hv: vmbus: Use get_cpu() to get the current CPU. - hyperv: fix sparse warnings. - hyperv: Fix the error processing in netvsc_send(). - hyperv: match wait_for_completion_timeout return type. - hyperv: netvsc.c: match wait_for_completion_timeout return type. - iommu/vt-d: Fix dmar_domain leak in iommu_attach_device (bsc#924460). - kabi, mm: prevent endless growth of anon_vma hierarchy (bnc#904242). - kABI: protect linux/namei.h include in procfs. - kABI: protect struct hif_scatter_req. - kabi/severities: Stop maintaining the kgraft kabi - kernel/sched/clock.c: add another clock for use with the soft lockup watchdog (bsc#919939). - kgr: Allow patches to require an exact kernel version (bnc#920615). - KVM: PPC: Book3S HV: ptes are big endian (bsc#920839). - mm: convert the rest to new page table lock api (the suse-only cases) (fate#315482). - mm: fix anon_vma->degree underflow in anon_vma endless growing prevention (bnc#904242). - mm: fix corner case in anon_vma endless growing prevention (bnc#904242). - mm: prevent endless growth of anon_vma hierarchy (bnc#904242). - mm: prevent endless growth of anon_vma hierarchy mm: prevent endless growth of anon_vma hierarchy (bnc#904242). - mm: vmscan: count only dirty pages as congested (VM Performance, bnc#910517). - module: Clean up ro/nx after early module load failures (bsc#921990). - module: set nx before marking module MODULE_STATE_COMING (bsc#921990). - net: add sysfs helpers for netdev_adjacent logic (bnc#915660). - net: correct error path in rtnl_newlink() (bnc#915660). - net: fix creation adjacent device symlinks (bnc#915660). - net: prevent of emerging cross-namespace symlinks (bnc#915660). - net: rename sysfs symlinks on device name change (bnc#915660). - nfs: cap request size to fit a kmalloced page array (bnc#898675). - nfs: commit layouts in fdatasync (bnc#898675). - NFSv4.1: Do not trust attributes if a pNFS LAYOUTCOMMIT is outstanding (bnc#898675). - NFSv4.1: Ensure that the layout recall callback matches layout stateids (bnc#898675). - NFSv4.1: Ensure that we free existing layout segments if we get a new layout (bnc#898675). - NFSv4.1: Fix a race in nfs4_write_inode (bnc#898675). - NFSv4.1: Fix wraparound issues in pnfs_seqid_is_newer() (bnc#898675). - NFSv4.1: Minor optimisation in get_layout_by_fh_locked() (bnc#898675). - NFSv4: Do not update the open stateid unless it is newer than the old one (bnc#898675). - pnfs: add a common GETDEVICELIST implementation (bnc#898675). - pnfs: add a nfs4_get_deviceid helper (bnc#898675). - pnfs: add flag to force read-modify-write in ->write_begin (bnc#898675). - pnfs: add return_range method (bnc#898675). - pnfs: allow splicing pre-encoded pages into the layoutcommit args (bnc#898675). - pnfs: avoid using stale stateids after layoutreturn (bnc#898675). - pnfs/blocklayout: allocate separate pages for the layoutcommit payload (bnc#898675). - pnfs/blocklayout: correctly decrement extent length (bnc#898675). - pnfs/blocklayout: do not set pages uptodate (bnc#898675). - pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripe (bnc#898675). - pnfs/blocklayout: implement the return_range method (bnc#898675). - pnfs/blocklayout: improve GETDEVICEINFO error reporting (bnc#898675). - pnfs/blocklayout: include vmalloc.h for __vmalloc (bnc#898675). - pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsing (bnc#898675). - pnfs/blocklayout: move all rpc_pipefs related code into a single file (bnc#898675). - pnfs/blocklayout: move extent processing to blocklayout.c (bnc#898675). - pnfs/blocklayout: plug block queues (bnc#898675). - pnfs/blocklayout: refactor extent processing (bnc#898675). - pnfs/blocklayout: reject pnfs blocksize larger than page size (bnc#898675). - pNFS/blocklayout: Remove a couple of unused variables (bnc#898675). - pnfs/blocklayout: remove read-modify-write handling in bl_write_pagelist (bnc#898675). - pnfs/blocklayout: remove some debugging (bnc#898675). - pnfs/blocklayout: return layouts on setattr (bnc#898675). - pnfs/blocklayout: rewrite extent tracking (bnc#898675). - pnfs/blocklayout: use the device id cache (bnc#898675). - pnfs: do not check sequence on new stateids in layoutget (bnc#898675). - pnfs: do not pass uninitialized lsegs to ->free_lseg (bnc#898675). - pnfs: enable CB_NOTIFY_DEVICEID support (bnc#898675). - pnfs: factor GETDEVICEINFO implementations (bnc#898675). - pnfs: force a layout commit when encountering busy segments during recall (bnc#898675). - pnfs: remove GETDEVICELIST implementation (bnc#898675). - pnfs: retry after a bad stateid error from layoutget (bnc#898675). - powerpc: add running_clock for powerpc to prevent spurious softlockup warnings (bsc#919939). - powerpc/pseries: Fix endian problems with LE migration (bsc#918584). - remove cgroup_mutex around deactivate_super because it might be dangerous. - rtmutex: Document pi chain walk (mutex scalability). - rtmutex: No need to keep task ref for lock owner check (mutex scalability). - rtmutex: Simplify rtmutex_slowtrylock() (mutex scalability). - rtnetlink: fix a memory leak when ->newlink fails (bnc#915660). - sched: Change thread_group_cputime() to use for_each_thread() (Time scalability). - sched: replace INIT_COMPLETION with reinit_completion. - sched, time: Atomically increment stime & utime (Time scalability). - scsi: storvsc: Always send on the selected outgoing channel. - scsi: storvsc: Do not assume that the scatterlist is not chained. - scsi: storvsc: Enable clustering. - scsi: storvsc: Fix a bug in copy_from_bounce_buffer(). - scsi: storvsc: Increase the ring buffer size. - scsi: storvsc: Retrieve information about the capability of the target. - scsi: storvsc: Set the tablesize based on the information given by the host. - scsi: storvsc: Size the queue depth based on the ringbuffer size. - storvsc: fix a bug in storvsc limits. - storvsc: force discovery of LUNs that may have been removed. - storvsc: force SPC-3 compliance on win8 and win8 r2 hosts. - storvsc: in responce to a scan event, scan the host. - take read_seqbegin_or_lock() and friends to seqlock.h (Time scalability). - tcp: prevent fetching dst twice in early demux code (bnc#903997 bnc#919719). - time, signal: Protect resource use statistics with seqlock -kabi (Time scalability). - time, signal: Protect resource use statistics with seqlock (Time scalability). - udp: only allow UFO for packets from SOCK_DGRAM sockets (bnc#909309). - Update Xen patches to 3.12.39. - virtio: rng: add derating factor for use by hwrng core (bsc#918615). - x86, AVX-512: AVX-512 Feature Detection (bsc#921527). - x86, AVX-512: Enable AVX-512 States Context Switch (bsc#921527). - xenbus: add proper handling of XS_ERROR from Xenbus for transactions. - xfs: xfs_alloc_fix_minleft can underflow near ENOSPC (bnc#913080).
Family:unixClass:patch
Status:Reference(s):1020102
1024041
1024047
1024076
1024079
1026978
1026979
1026980
1026981
1026982
1026983
1026984
1026985
1026986
1026987
1026988
1052311
1052368
1086825
1092098
1119687
1131576
1135824
1137832
898675
903997
904242
908738
909309
909477
909684
910517
911577
913080
914818
915200
915660
915782
915810
917830
918584
918615
918620
918644
919463
919719
919939
920615
920805
920839
920969
921313
921527
921990
922272
922275
922278
922284
924460
949399
972468
976844
983273
987394
CVE-2015-0255
CVE-2015-0777
CVE-2015-2150
CVE-2015-7747
CVE-2015-8868
CVE-2015-8899
CVE-2016-0636
CVE-2016-6153
CVE-2017-0381
CVE-2017-1000112
CVE-2017-5837
CVE-2017-5839
CVE-2017-5842
CVE-2017-5844
CVE-2017-6827
CVE-2017-6828
CVE-2017-6829
CVE-2017-6830
CVE-2017-6831
CVE-2017-6832
CVE-2017-6833
CVE-2017-6834
CVE-2017-6835
CVE-2017-6836
CVE-2017-6837
CVE-2017-6838
CVE-2017-6839
CVE-2018-1000301
CVE-2018-20346
CVE-2018-20506
CVE-2019-11691
CVE-2019-11692
CVE-2019-11693
CVE-2019-11694
CVE-2019-11698
CVE-2019-12749
CVE-2019-7317
CVE-2019-9800
CVE-2019-9815
CVE-2019-9816
CVE-2019-9817
CVE-2019-9818
CVE-2019-9819
CVE-2019-9820
SUSE-SU-2015:0658-1
SUSE-SU-2015:0939-1
SUSE-SU-2016:0957-1
SUSE-SU-2016:1543-1
SUSE-SU-2016:1945-1
SUSE-SU-2016:3269-1
SUSE-SU-2017:0436-1
SUSE-SU-2017:0940-1
SUSE-SU-2017:1041-1
SUSE-SU-2017:2437-1
SUSE-SU-2018:1327-1
SUSE-SU-2019:0973-1
SUSE-SU-2019:1388-1
SUSE-SU-2019:1591-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
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-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-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-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-CLIENT-TOOLS
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-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-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-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • ctdb-4.2.4-21.3 is installed
  • OR ctdb-devel-4.2.4-21.3 is installed
  • OR ctdb-tests-4.2.4-21.3 is installed
  • OR libdcerpc-atsvc-devel-4.2.4-21.3 is installed
  • OR libdcerpc-atsvc0-4.2.4-21.3 is installed
  • OR libdcerpc-atsvc0-32bit-4.2.4-21.3 is installed
  • OR libdcerpc-binding0-4.2.4-21.3 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-21.3 is installed
  • OR libdcerpc-devel-4.2.4-21.3 is installed
  • OR libdcerpc-samr-devel-4.2.4-21.3 is installed
  • OR libdcerpc-samr0-4.2.4-21.3 is installed
  • OR libdcerpc-samr0-32bit-4.2.4-21.3 is installed
  • OR libdcerpc0-4.2.4-21.3 is installed
  • OR libdcerpc0-32bit-4.2.4-21.3 is installed
  • OR libgensec-devel-4.2.4-21.3 is installed
  • OR libgensec0-4.2.4-21.3 is installed
  • OR libgensec0-32bit-4.2.4-21.3 is installed
  • OR libndr-devel-4.2.4-21.3 is installed
  • OR libndr-krb5pac-devel-4.2.4-21.3 is installed
  • OR libndr-krb5pac0-4.2.4-21.3 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-21.3 is installed
  • OR libndr-nbt-devel-4.2.4-21.3 is installed
  • OR libndr-nbt0-4.2.4-21.3 is installed
  • OR libndr-nbt0-32bit-4.2.4-21.3 is installed
  • OR libndr-standard-devel-4.2.4-21.3 is installed
  • OR libndr-standard0-4.2.4-21.3 is installed
  • OR libndr-standard0-32bit-4.2.4-21.3 is installed
  • OR libndr0-4.2.4-21.3 is installed
  • OR libndr0-32bit-4.2.4-21.3 is installed
  • OR libnetapi-devel-4.2.4-21.3 is installed
  • OR libnetapi0-4.2.4-21.3 is installed
  • OR libnetapi0-32bit-4.2.4-21.3 is installed
  • OR libregistry-devel-4.2.4-21.3 is installed
  • OR libregistry0-4.2.4-21.3 is installed
  • OR libregistry0-32bit-4.2.4-21.3 is installed
  • OR libsamba-credentials-devel-4.2.4-21.3 is installed
  • OR libsamba-credentials0-4.2.4-21.3 is installed
  • OR libsamba-credentials0-32bit-4.2.4-21.3 is installed
  • OR libsamba-hostconfig-devel-4.2.4-21.3 is installed
  • OR libsamba-hostconfig0-4.2.4-21.3 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-21.3 is installed
  • OR libsamba-passdb-devel-4.2.4-21.3 is installed
  • OR libsamba-passdb0-4.2.4-21.3 is installed
  • OR libsamba-passdb0-32bit-4.2.4-21.3 is installed
  • OR libsamba-policy-devel-4.2.4-21.3 is installed
  • OR libsamba-policy0-4.2.4-21.3 is installed
  • OR libsamba-policy0-32bit-4.2.4-21.3 is installed
  • OR libsamba-util-devel-4.2.4-21.3 is installed
  • OR libsamba-util0-4.2.4-21.3 is installed
  • OR libsamba-util0-32bit-4.2.4-21.3 is installed
  • OR libsamdb-devel-4.2.4-21.3 is installed
  • OR libsamdb0-4.2.4-21.3 is installed
  • OR libsamdb0-32bit-4.2.4-21.3 is installed
  • OR libsmbclient-devel-4.2.4-21.3 is installed
  • OR libsmbclient-raw-devel-4.2.4-21.3 is installed
  • OR libsmbclient-raw0-4.2.4-21.3 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-21.3 is installed
  • OR libsmbclient0-4.2.4-21.3 is installed
  • OR libsmbclient0-32bit-4.2.4-21.3 is installed
  • OR libsmbconf-devel-4.2.4-21.3 is installed
  • OR libsmbconf0-4.2.4-21.3 is installed
  • OR libsmbconf0-32bit-4.2.4-21.3 is installed
  • OR libsmbldap-devel-4.2.4-21.3 is installed
  • OR libsmbldap0-4.2.4-21.3 is installed
  • OR libsmbldap0-32bit-4.2.4-21.3 is installed
  • OR libtevent-util-devel-4.2.4-21.3 is installed
  • OR libtevent-util0-4.2.4-21.3 is installed
  • OR libtevent-util0-32bit-4.2.4-21.3 is installed
  • OR libwbclient-devel-4.2.4-21.3 is installed
  • OR libwbclient0-4.2.4-21.3 is installed
  • OR libwbclient0-32bit-4.2.4-21.3 is installed
  • OR samba-4.2.4-21.3 is installed
  • OR samba-32bit-4.2.4-21.3 is installed
  • OR samba-client-4.2.4-21.3 is installed
  • OR samba-client-32bit-4.2.4-21.3 is installed
  • OR samba-core-devel-4.2.4-21.3 is installed
  • OR samba-doc-4.2.4-21.3 is installed
  • OR samba-libs-4.2.4-21.3 is installed
  • OR samba-libs-32bit-4.2.4-21.3 is installed
  • OR samba-pidl-4.2.4-21.3 is installed
  • OR samba-python-4.2.4-21.3 is installed
  • OR samba-test-4.2.4-21.3 is installed
  • OR samba-test-devel-4.2.4-21.3 is installed
  • OR samba-winbind-4.2.4-21.3 is installed
  • OR samba-winbind-32bit-4.2.4-21.3 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • MozillaFirefox-49.0.2-37.1 is installed
  • OR MozillaFirefox-translations-common-49.0.2-37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26 is installed
  • OR libMagick++1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
  • OR libMagickWand1-6.4.3.6-7.26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.13 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.2.1esr-19 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.12 is installed
  • OR MozillaFirefox-translations-38.2.1esr-19 is installed
  • OR libfreebl3-3.19.2.0-0.16 is installed
  • OR libfreebl3-32bit-3.19.2.0-0.16 is installed
  • OR libsoftokn3-3.19.2.0-0.16 is installed
  • OR libsoftokn3-32bit-3.19.2.0-0.16 is installed
  • OR mozilla-nss-3.19.2.0-0.16 is installed
  • OR mozilla-nss-32bit-3.19.2.0-0.16 is installed
  • OR mozilla-nss-tools-3.19.2.0-0.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • alsa-1.0.27.2-11.10 is installed
  • OR libasound2-1.0.27.2-11.10 is installed
  • OR libasound2-32bit-1.0.27.2-11.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • accountsservice-0.6.35-3.10 is installed
  • OR accountsservice-lang-0.6.35-3.10 is installed
  • OR libaccountsservice0-0.6.35-3.10 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.35-3.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • expat-2.1.0-17.1 is installed
  • OR libexpat1-2.1.0-17.1 is installed
  • OR libexpat1-32bit-2.1.0-17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • cracklib-2.9.0-7.1 is installed
  • OR libcrack2-2.9.0-7.1 is installed
  • OR libcrack2-32bit-2.9.0-7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles12sp1-docker-image-1.0.7-20171002 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-66 is installed
  • OR libopenssl0_9_8-0.9.8j-66 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-66 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.67-60.64.24 is installed
  • OR kernel-ec2-devel-3.12.67-60.64.24 is installed
  • OR kernel-ec2-extra-3.12.67-60.64.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • nodejs4-4.6.0-8 is installed
  • OR nodejs4-devel-4.6.0-8 is installed
  • OR nodejs4-docs-4.6.0-8 is installed
  • OR npm4-4.6.0-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 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
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-54 is installed
  • OR kernel-rt-base-3.0.101.rt130-54 is installed
  • OR kernel-rt-devel-3.0.101.rt130-54 is installed
  • OR kernel-rt_trace-3.0.101.rt130-54 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-54 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-54 is installed
  • OR kernel-source-rt-3.0.101.rt130-54 is installed
  • OR kernel-syms-rt-3.0.101.rt130-54 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • apache2-2.2.10-2.23.22 is installed
  • OR apache2-doc-2.2.10-2.23.22 is installed
  • OR apache2-example-pages-2.2.10-2.23.22 is installed
  • OR apache2-prefork-2.2.10-2.23.22 is installed
  • OR apache2-utils-2.2.10-2.23.22 is installed
  • OR apache2-worker-2.2.10-2.23.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • apache2-2.2.10-2.23.22 is installed
  • OR apache2-doc-2.2.10-2.23.22 is installed
  • OR apache2-example-pages-2.2.10-2.23.22 is installed
  • OR apache2-prefork-2.2.10-2.23.22 is installed
  • OR apache2-utils-2.2.10-2.23.22 is installed
  • OR apache2-worker-2.2.10-2.23.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 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
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libexif-0.6.17-2.14 is installed
  • OR libexif-32bit-0.6.17-2.14 is installed
  • OR libexif-x86-0.6.17-2.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libexif-0.6.17-2.14 is installed
  • OR libexif-32bit-0.6.17-2.14 is installed
  • OR libexif-x86-0.6.17-2.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • bzip2-1.0.5-34.253 is installed
  • OR bzip2-doc-1.0.5-34.253 is installed
  • OR libbz2-1-1.0.5-34.253 is installed
  • OR libbz2-1-32bit-1.0.5-34.253 is installed
  • OR libbz2-1-x86-1.0.5-34.253 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhnmd-5.3.7-0.9 is installed
  • OR spacewalk-backend-libs-1.2.74-0.20 is installed
  • OR spacewalk-certs-tools-1.2.2-0.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhnmd-5.3.7-0.9 is installed
  • OR spacewalk-backend-libs-1.2.74-0.20 is installed
  • OR spacewalk-certs-tools-1.2.2-0.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-17.0.10esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2 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 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
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-52.4.0esr-78.7 is installed
  • OR MozillaFirefox-translations-52.4.0esr-78.7 is installed
  • OR libfreebl3-3.29.5-38.3 is installed
  • OR libfreebl3-32bit-3.29.5-38.3 is installed
  • OR mozilla-nss-3.29.5-38.3 is installed
  • OR mozilla-nss-32bit-3.29.5-38.3 is installed
  • OR mozilla-nss-tools-3.29.5-38.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-52.4.0esr-78.7 is installed
  • OR MozillaFirefox-translations-52.4.0esr-78.7 is installed
  • OR libfreebl3-3.29.5-38.3 is installed
  • OR libfreebl3-32bit-3.29.5-38.3 is installed
  • OR mozilla-nss-3.29.5-38.3 is installed
  • OR mozilla-nss-32bit-3.29.5-38.3 is installed
  • OR mozilla-nss-tools-3.29.5-38.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34 is installed
  • OR nagios-www-3.0.6-1.25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34 is installed
  • OR nagios-www-3.0.6-1.25.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • nagios-3.0.6-1.25.34 is installed
  • OR nagios-www-3.0.6-1.25.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-38.8.0esr-40 is installed
  • OR MozillaFirefox-translations-38.8.0esr-40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-38.8.0esr-40 is installed
  • OR MozillaFirefox-translations-38.8.0esr-40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • openslp-1.2.0-172.24 is installed
  • OR openslp-32bit-1.2.0-172.24 is installed
  • OR openslp-server-1.2.0-172.24 is installed
  • OR openslp-x86-1.2.0-172.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • openslp-1.2.0-172.24 is installed
  • OR openslp-32bit-1.2.0-172.24 is installed
  • OR openslp-server-1.2.0-172.24 is installed
  • OR openslp-x86-1.2.0-172.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • openslp-1.2.0-172.24 is installed
  • OR openslp-32bit-1.2.0-172.24 is installed
  • OR openslp-server-1.2.0-172.24 is installed
  • OR openslp-x86-1.2.0-172.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • openslp-1.2.0-172.24 is installed
  • OR openslp-32bit-1.2.0-172.24 is installed
  • OR openslp-server-1.2.0-172.24 is installed
  • OR openslp-x86-1.2.0-172.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • openslp-1.2.0-172.24 is installed
  • OR openslp-32bit-1.2.0-172.24 is installed
  • OR openslp-server-1.2.0-172.24 is installed
  • OR openslp-x86-1.2.0-172.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • Mesa-9.0.3-0.19 is installed
  • OR Mesa-32bit-9.0.3-0.19 is installed
  • OR Mesa-x86-9.0.3-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • Mesa-9.0.3-0.19 is installed
  • OR Mesa-32bit-9.0.3-0.19 is installed
  • OR Mesa-x86-9.0.3-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • Mesa-9.0.3-0.19 is installed
  • OR Mesa-32bit-9.0.3-0.19 is installed
  • OR Mesa-x86-9.0.3-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND apache2-mod_jk-1.2.26-1.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • openssh-6.2p2-0.40 is installed
  • OR openssh-askpass-6.2p2-0.40 is installed
  • OR openssh-askpass-gnome-6.2p2-0.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • openssh-6.2p2-0.40 is installed
  • OR openssh-askpass-6.2p2-0.40 is installed
  • OR openssh-askpass-gnome-6.2p2-0.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • openssh-6.2p2-0.40 is installed
  • OR openssh-askpass-6.2p2-0.40 is installed
  • OR openssh-askpass-gnome-6.2p2-0.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • openssh-6.2p2-0.40 is installed
  • OR openssh-askpass-6.2p2-0.40 is installed
  • OR openssh-askpass-gnome-6.2p2-0.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-3.0.101-0.47.93 is installed
  • OR kernel-default-base-3.0.101-0.47.93 is installed
  • OR kernel-default-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-man-3.0.101-0.47.93 is installed
  • OR kernel-ec2-3.0.101-0.47.93 is installed
  • OR kernel-ec2-base-3.0.101-0.47.93 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.93 is installed
  • OR kernel-pae-3.0.101-0.47.93 is installed
  • OR kernel-pae-base-3.0.101-0.47.93 is installed
  • OR kernel-pae-devel-3.0.101-0.47.93 is installed
  • OR kernel-source-3.0.101-0.47.93 is installed
  • OR kernel-syms-3.0.101-0.47.93 is installed
  • OR kernel-trace-3.0.101-0.47.93 is installed
  • OR kernel-trace-base-3.0.101-0.47.93 is installed
  • OR kernel-trace-devel-3.0.101-0.47.93 is installed
  • OR kernel-xen-3.0.101-0.47.93 is installed
  • OR kernel-xen-base-3.0.101-0.47.93 is installed
  • OR kernel-xen-devel-3.0.101-0.47.93 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.93 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-3.0.101-0.47.93 is installed
  • OR kernel-default-base-3.0.101-0.47.93 is installed
  • OR kernel-default-devel-3.0.101-0.47.93 is installed
  • OR kernel-default-man-3.0.101-0.47.93 is installed
  • OR kernel-ec2-3.0.101-0.47.93 is installed
  • OR kernel-ec2-base-3.0.101-0.47.93 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.93 is installed
  • OR kernel-pae-3.0.101-0.47.93 is installed
  • OR kernel-pae-base-3.0.101-0.47.93 is installed
  • OR kernel-pae-devel-3.0.101-0.47.93 is installed
  • OR kernel-source-3.0.101-0.47.93 is installed
  • OR kernel-syms-3.0.101-0.47.93 is installed
  • OR kernel-trace-3.0.101-0.47.93 is installed
  • OR kernel-trace-base-3.0.101-0.47.93 is installed
  • OR kernel-trace-devel-3.0.101-0.47.93 is installed
  • OR kernel-xen-3.0.101-0.47.93 is installed
  • OR kernel-xen-base-3.0.101-0.47.93 is installed
  • OR kernel-xen-devel-3.0.101-0.47.93 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.3.0esr-72.9.1 is installed
  • OR MozillaFirefox-branding-SLED-52-24.5.1 is installed
  • OR MozillaFirefox-translations-52.3.0esr-72.9.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND perl-DBD-mysql-4.008-6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND perl-DBD-mysql-4.008-6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • libgtop-2.28.0-1.13 is installed
  • OR libgtop-2_0-7-2.28.0-1.13 is installed
  • OR libgtop-doc-2.28.0-1.13 is installed
  • OR libgtop-lang-2.28.0-1.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • cobbler-2.2.2-0.68.3 is installed
  • OR koan-2.2.2-0.68.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • 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-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.38 is installed
  • OR libcurl4-openssl1-7.37.0-70.38 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.38 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.38 is installed
  • OR libcurl4-openssl1-7.37.0-70.38 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.38 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libcurl4-openssl1-7.19.7-0.38 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-0.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • kernel-default-3.12.39-47 is installed
  • OR kernel-default-base-3.12.39-47 is installed
  • OR kernel-default-devel-3.12.39-47 is installed
  • OR kernel-default-man-3.12.39-47 is installed
  • OR kernel-devel-3.12.39-47 is installed
  • OR kernel-macros-3.12.39-47 is installed
  • OR kernel-source-3.12.39-47 is installed
  • OR kernel-syms-3.12.39-47 is installed
  • OR kernel-xen-3.12.39-47 is installed
  • OR kernel-xen-base-3.12.39-47 is installed
  • OR kernel-xen-devel-3.12.39-47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • kernel-default-3.12.39-47 is installed
  • OR kernel-default-base-3.12.39-47 is installed
  • OR kernel-default-devel-3.12.39-47 is installed
  • OR kernel-default-man-3.12.39-47 is installed
  • OR kernel-devel-3.12.39-47 is installed
  • OR kernel-macros-3.12.39-47 is installed
  • OR kernel-source-3.12.39-47 is installed
  • OR kernel-syms-3.12.39-47 is installed
  • OR kernel-xen-3.12.39-47 is installed
  • OR kernel-xen-base-3.12.39-47 is installed
  • OR kernel-xen-devel-3.12.39-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • libecpg6-9.4.6-7 is installed
  • OR libpq5-9.4.6-7 is installed
  • OR libpq5-32bit-9.4.6-7 is installed
  • OR postgresql94-9.4.6-7 is installed
  • OR postgresql94-contrib-9.4.6-7 is installed
  • OR postgresql94-docs-9.4.6-7 is installed
  • OR postgresql94-libs-9.4.6-7 is installed
  • OR postgresql94-server-9.4.6-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libsqlite3-0-3.8.10.2-3 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-3 is installed
  • OR sqlite3-3.8.10.2-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libsqlite3-0-3.8.10.2-3 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-3 is installed
  • OR sqlite3-3.8.10.2-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libz1-1.2.8-6.3 is installed
  • OR libz1-32bit-1.2.8-6.3 is installed
  • OR zlib-1.2.8-6.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_69-60_64_29-default-7-2 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-7-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • java-1_8_0-ibm-1.8.0_sr5.5-30.13 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.5-30.13 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.5-30.13 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.5-30.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libblkid1-2.28-42 is installed
  • OR libblkid1-32bit-2.28-42 is installed
  • OR libfdisk1-2.28-42 is installed
  • OR libmount1-2.28-42 is installed
  • OR libmount1-32bit-2.28-42 is installed
  • OR libsmartcols1-2.28-42 is installed
  • OR libuuid1-2.28-42 is installed
  • OR libuuid1-32bit-2.28-42 is installed
  • OR python-libmount-2.28-42 is installed
  • OR util-linux-2.28-42 is installed
  • OR util-linux-lang-2.28-42 is installed
  • OR util-linux-systemd-2.28-42 is installed
  • OR uuidd-2.28-42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libblkid1-2.28-42 is installed
  • OR libblkid1-32bit-2.28-42 is installed
  • OR libfdisk1-2.28-42 is installed
  • OR libmount1-2.28-42 is installed
  • OR libmount1-32bit-2.28-42 is installed
  • OR libsmartcols1-2.28-42 is installed
  • OR libuuid1-2.28-42 is installed
  • OR libuuid1-32bit-2.28-42 is installed
  • OR python-libmount-2.28-42 is installed
  • OR util-linux-2.28-42 is installed
  • OR util-linux-lang-2.28-42 is installed
  • OR util-linux-systemd-2.28-42 is installed
  • OR uuidd-2.28-42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND syslog-service-2.0-778 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_59-92_24-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_9-11-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_59-92_24-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_9-11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_56-default-4-2.2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-4-2.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • freeradius-server-3.0.15-2.3 is installed
  • OR freeradius-server-doc-3.0.15-2.3 is installed
  • OR freeradius-server-krb5-3.0.15-2.3 is installed
  • OR freeradius-server-ldap-3.0.15-2.3 is installed
  • OR freeradius-server-libs-3.0.15-2.3 is installed
  • OR freeradius-server-mysql-3.0.15-2.3 is installed
  • OR freeradius-server-perl-3.0.15-2.3 is installed
  • OR freeradius-server-postgresql-3.0.15-2.3 is installed
  • OR freeradius-server-python-3.0.15-2.3 is installed
  • OR freeradius-server-sqlite-3.0.15-2.3 is installed
  • OR freeradius-server-utils-3.0.15-2.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • freeradius-server-3.0.15-2.3 is installed
  • OR freeradius-server-doc-3.0.15-2.3 is installed
  • OR freeradius-server-krb5-3.0.15-2.3 is installed
  • OR freeradius-server-ldap-3.0.15-2.3 is installed
  • OR freeradius-server-libs-3.0.15-2.3 is installed
  • OR freeradius-server-mysql-3.0.15-2.3 is installed
  • OR freeradius-server-perl-3.0.15-2.3 is installed
  • OR freeradius-server-postgresql-3.0.15-2.3 is installed
  • OR freeradius-server-python-3.0.15-2.3 is installed
  • OR freeradius-server-sqlite-3.0.15-2.3 is installed
  • OR freeradius-server-utils-3.0.15-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • avahi-0.6.32-30 is installed
  • OR avahi-lang-0.6.32-30 is installed
  • OR avahi-utils-0.6.32-30 is installed
  • OR libavahi-client3-0.6.32-30 is installed
  • OR libavahi-client3-32bit-0.6.32-30 is installed
  • OR libavahi-common3-0.6.32-30 is installed
  • OR libavahi-common3-32bit-0.6.32-30 is installed
  • OR libavahi-core7-0.6.32-30 is installed
  • OR libdns_sd-0.6.32-30 is installed
  • OR libdns_sd-32bit-0.6.32-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • ibus-1.5.13-15.11 is installed
  • OR ibus-gtk-1.5.13-15.11 is installed
  • OR ibus-gtk3-1.5.13-15.11 is installed
  • OR ibus-lang-1.5.13-15.11 is installed
  • OR libibus-1_0-5-1.5.13-15.11 is installed
  • OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • ibus-1.5.13-15.11 is installed
  • OR ibus-gtk-1.5.13-15.11 is installed
  • OR ibus-gtk3-1.5.13-15.11 is installed
  • OR ibus-lang-1.5.13-15.11 is installed
  • OR libibus-1_0-5-1.5.13-15.11 is installed
  • OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • libsolv-0.6.36-2.27.19 is installed
  • OR libsolv-tools-0.6.36-2.27.19 is installed
  • OR libzypp-16.20.2-27.60 is installed
  • OR perl-solv-0.6.36-2.27.19 is installed
  • OR python-solv-0.6.36-2.27.19 is installed
  • OR zypper-1.13.54-18.40 is installed
  • OR zypper-log-1.13.54-18.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • libsolv-0.6.36-2.27.19 is installed
  • OR libsolv-tools-0.6.36-2.27.19 is installed
  • OR libzypp-16.20.2-27.60 is installed
  • OR perl-solv-0.6.36-2.27.19 is installed
  • OR python-solv-0.6.36-2.27.19 is installed
  • OR zypper-1.13.54-18.40 is installed
  • OR zypper-log-1.13.54-18.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • cups-1.7.5-20.17 is installed
  • OR cups-client-1.7.5-20.17 is installed
  • OR cups-libs-1.7.5-20.17 is installed
  • OR cups-libs-32bit-1.7.5-20.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • cups-1.7.5-20.17 is installed
  • OR cups-client-1.7.5-20.17 is installed
  • OR cups-libs-1.7.5-20.17 is installed
  • OR cups-libs-32bit-1.7.5-20.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libncurses5-5.9-61 is installed
  • OR libncurses5-32bit-5.9-61 is installed
  • OR libncurses6-5.9-61 is installed
  • OR libncurses6-32bit-5.9-61 is installed
  • OR ncurses-5.9-61 is installed
  • OR ncurses-devel-5.9-61 is installed
  • OR ncurses-devel-32bit-5.9-61 is installed
  • OR ncurses-utils-5.9-61 is installed
  • OR tack-5.9-61 is installed
  • OR terminfo-5.9-61 is installed
  • OR terminfo-base-5.9-61 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libncurses5-5.9-61 is installed
  • OR libncurses5-32bit-5.9-61 is installed
  • OR libncurses6-5.9-61 is installed
  • OR libncurses6-32bit-5.9-61 is installed
  • OR ncurses-5.9-61 is installed
  • OR ncurses-devel-5.9-61 is installed
  • OR ncurses-devel-32bit-5.9-61 is installed
  • OR ncurses-utils-5.9-61 is installed
  • OR tack-5.9-61 is installed
  • OR terminfo-5.9-61 is installed
  • OR terminfo-base-5.9-61 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • curl-7.37.0-37.23 is installed
  • OR libcurl4-7.37.0-37.23 is installed
  • OR libcurl4-32bit-7.37.0-37.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • curl-7.37.0-37.23 is installed
  • OR libcurl4-7.37.0-37.23 is installed
  • OR libcurl4-32bit-7.37.0-37.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • libmysqlclient-devel-10.0.27-20.13 is installed
  • OR libmysqlclient18-10.0.27-20.13 is installed
  • OR libmysqlclient18-32bit-10.0.27-20.13 is installed
  • OR libmysqlclient_r18-10.0.27-20.13 is installed
  • OR libmysqld-devel-10.0.27-20.13 is installed
  • OR libmysqld18-10.0.27-20.13 is installed
  • OR mariadb-10.0.27-20.13 is installed
  • OR mariadb-client-10.0.27-20.13 is installed
  • OR mariadb-errormessages-10.0.27-20.13 is installed
  • OR mariadb-tools-10.0.27-20.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • libhivex0-1.3.10-4 is installed
  • OR perl-Win-Hivex-1.3.10-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1 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 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.36 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.50 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND clamsap-0.98.9-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • GraphicsMagick-1.2.5-4.33 is installed
  • OR libGraphicsMagick2-1.2.5-4.33 is installed
  • OR perl-GraphicsMagick-1.2.5-4.33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-38.2.1esr-19 is installed
  • OR MozillaFirefox-devel-38.2.1esr-19 is installed
  • OR mozilla-nss-3.19.2.0-0.16 is installed
  • OR mozilla-nss-devel-3.19.2.0-0.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • empathy-2.28.2-0.13 is installed
  • OR empathy-devel-2.28.2-0.13 is installed
  • OR empathy-lang-2.28.2-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • gnome-online-accounts-3.10.5-1 is installed
  • OR gnome-online-accounts-lang-3.10.5-1 is installed
  • OR typelib-1_0-Goa-1_0-3.10.5-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • libmikmod3-3.2.0-4 is installed
  • OR libmikmod3-32bit-3.2.0-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND libgio-fam-2.48.2-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • gcc48-gij-4.8.5-30 is installed
  • OR gcc48-gij-32bit-4.8.5-30 is installed
  • OR libgcj48-4.8.5-30 is installed
  • OR libgcj48-32bit-4.8.5-30 is installed
  • OR libgcj48-jar-4.8.5-30 is installed
  • OR libgcj_bc1-4.8.5-30 is installed
  • BACK