Oval Definition:oval:org.opensuse.security:def:17546
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):1009470
1012382
1017646
1022805
1024718
1031717
1035432
1037396
1040107
1040114
1041740
1041764
1045330
1050257
1051188
1052522
1056415
1058058
1058722
1060995
1060996
1061000
1064101
1064115
1066223
1068032
1068054
1068685
1068951
1070162
1070404
1072928
1073311
1075428
1076049
1076505
1078583
1079152
1080542
1080656
1081500
1081514
1082153
1082504
1082828
1082877
1082979
1085185
1085308
1086400
1086716
1087036
1087086
1088871
1090435
1090534
1090734
1090955
1091594
1092952
1093095
1094532
1095042
1095070
1095147
1096037
1096140
1096214
1096242
1096281
1096751
1096982
1097234
1097356
1098009
1098012
898675
903997
904242
909309
909477
909684
910517
913080
914818
915200
915660
917830
918584
918615
918620
918644
919463
919719
919939
920615
920805
920839
921313
921527
921990
922272
922275
922278
922284
924460
927556
927607
927608
927746
928533
971975
972331
973378
978907
CVE-2015-0777
CVE-2015-2150
CVE-2015-3143
CVE-2015-3144
CVE-2015-3145
CVE-2015-3148
CVE-2015-3153
CVE-2016-10087
CVE-2016-10165
CVE-2016-2399
CVE-2016-9841
CVE-2017-10268
CVE-2017-10281
CVE-2017-10285
CVE-2017-10293
CVE-2017-10295
CVE-2017-10309
CVE-2017-10345
CVE-2017-10346
CVE-2017-10347
CVE-2017-10348
CVE-2017-10349
CVE-2017-10350
CVE-2017-10355
CVE-2017-10356
CVE-2017-10357
CVE-2017-10378
CVE-2017-10388
CVE-2017-11591
CVE-2017-11683
CVE-2017-12596
CVE-2017-14859
CVE-2017-14862
CVE-2017-14864
CVE-2017-15130
CVE-2017-16853
CVE-2017-17669
CVE-2017-17741
CVE-2017-18201
CVE-2017-18241
CVE-2017-18249
CVE-2017-9110
CVE-2017-9114
CVE-2017-9287
CVE-2017-9798
CVE-2018-10958
CVE-2018-10998
CVE-2018-11531
CVE-2018-12233
CVE-2018-3665
CVE-2018-5848
SUSE-SU-2015:0658-1
SUSE-SU-2015:0990-1
SUSE-SU-2017:0610-1
SUSE-SU-2017:0853-1
SUSE-SU-2017:1567-1
SUSE-SU-2017:2542-1
SUSE-SU-2017:3234-1
SUSE-SU-2017:3411-1
SUSE-SU-2018:0384-1
SUSE-SU-2018:0585-1
SUSE-SU-2018:0673-1
SUSE-SU-2018:1772-1
SUSE-SU-2018:2632-1
SUSE-SU-2018:3882-1
Platform(s):openSUSE 13.2
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 High Availability Extension 11 SP3
SUSE Linux Enterprise High Availability Extension 11 SP4
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 Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP4
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-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP4
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-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 Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP2
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP4
SUSE Linux Enterprise Software Development Kit 12 SP5
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 Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE 13.2 is installed
  • AND Package Information
  • ctdb-4.2.4-34.1 is installed
  • OR ctdb-devel-4.2.4-34.1 is installed
  • OR ctdb-pcp-pmda-4.2.4-34.1 is installed
  • OR ctdb-tests-4.2.4-34.1 is installed
  • OR libdcerpc-atsvc-devel-4.2.4-34.1 is installed
  • OR libdcerpc-atsvc0-4.2.4-34.1 is installed
  • OR libdcerpc-atsvc0-32bit-4.2.4-34.1 is installed
  • OR libdcerpc-binding0-4.2.4-34.1 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-34.1 is installed
  • OR libdcerpc-devel-4.2.4-34.1 is installed
  • OR libdcerpc-samr-devel-4.2.4-34.1 is installed
  • OR libdcerpc-samr0-4.2.4-34.1 is installed
  • OR libdcerpc-samr0-32bit-4.2.4-34.1 is installed
  • OR libdcerpc0-4.2.4-34.1 is installed
  • OR libdcerpc0-32bit-4.2.4-34.1 is installed
  • OR libgensec-devel-4.2.4-34.1 is installed
  • OR libgensec0-4.2.4-34.1 is installed
  • OR libgensec0-32bit-4.2.4-34.1 is installed
  • OR libndr-devel-4.2.4-34.1 is installed
  • OR libndr-krb5pac-devel-4.2.4-34.1 is installed
  • OR libndr-krb5pac0-4.2.4-34.1 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-34.1 is installed
  • OR libndr-nbt-devel-4.2.4-34.1 is installed
  • OR libndr-nbt0-4.2.4-34.1 is installed
  • OR libndr-nbt0-32bit-4.2.4-34.1 is installed
  • OR libndr-standard-devel-4.2.4-34.1 is installed
  • OR libndr-standard0-4.2.4-34.1 is installed
  • OR libndr-standard0-32bit-4.2.4-34.1 is installed
  • OR libndr0-4.2.4-34.1 is installed
  • OR libndr0-32bit-4.2.4-34.1 is installed
  • OR libnetapi-devel-4.2.4-34.1 is installed
  • OR libnetapi0-4.2.4-34.1 is installed
  • OR libnetapi0-32bit-4.2.4-34.1 is installed
  • OR libregistry-devel-4.2.4-34.1 is installed
  • OR libregistry0-4.2.4-34.1 is installed
  • OR libregistry0-32bit-4.2.4-34.1 is installed
  • OR libsamba-credentials-devel-4.2.4-34.1 is installed
  • OR libsamba-credentials0-4.2.4-34.1 is installed
  • OR libsamba-credentials0-32bit-4.2.4-34.1 is installed
  • OR libsamba-hostconfig-devel-4.2.4-34.1 is installed
  • OR libsamba-hostconfig0-4.2.4-34.1 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-34.1 is installed
  • OR libsamba-passdb-devel-4.2.4-34.1 is installed
  • OR libsamba-passdb0-4.2.4-34.1 is installed
  • OR libsamba-passdb0-32bit-4.2.4-34.1 is installed
  • OR libsamba-policy-devel-4.2.4-34.1 is installed
  • OR libsamba-policy0-4.2.4-34.1 is installed
  • OR libsamba-policy0-32bit-4.2.4-34.1 is installed
  • OR libsamba-util-devel-4.2.4-34.1 is installed
  • OR libsamba-util0-4.2.4-34.1 is installed
  • OR libsamba-util0-32bit-4.2.4-34.1 is installed
  • OR libsamdb-devel-4.2.4-34.1 is installed
  • OR libsamdb0-4.2.4-34.1 is installed
  • OR libsamdb0-32bit-4.2.4-34.1 is installed
  • OR libsmbclient-devel-4.2.4-34.1 is installed
  • OR libsmbclient-raw-devel-4.2.4-34.1 is installed
  • OR libsmbclient-raw0-4.2.4-34.1 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-34.1 is installed
  • OR libsmbclient0-4.2.4-34.1 is installed
  • OR libsmbclient0-32bit-4.2.4-34.1 is installed
  • OR libsmbconf-devel-4.2.4-34.1 is installed
  • OR libsmbconf0-4.2.4-34.1 is installed
  • OR libsmbconf0-32bit-4.2.4-34.1 is installed
  • OR libsmbldap-devel-4.2.4-34.1 is installed
  • OR libsmbldap0-4.2.4-34.1 is installed
  • OR libsmbldap0-32bit-4.2.4-34.1 is installed
  • OR libtevent-util-devel-4.2.4-34.1 is installed
  • OR libtevent-util0-4.2.4-34.1 is installed
  • OR libtevent-util0-32bit-4.2.4-34.1 is installed
  • OR libwbclient-devel-4.2.4-34.1 is installed
  • OR libwbclient0-4.2.4-34.1 is installed
  • OR libwbclient0-32bit-4.2.4-34.1 is installed
  • OR samba-4.2.4-34.1 is installed
  • OR samba-32bit-4.2.4-34.1 is installed
  • OR samba-client-4.2.4-34.1 is installed
  • OR samba-client-32bit-4.2.4-34.1 is installed
  • OR samba-core-devel-4.2.4-34.1 is installed
  • OR samba-doc-4.2.4-34.1 is installed
  • OR samba-libs-4.2.4-34.1 is installed
  • OR samba-libs-32bit-4.2.4-34.1 is installed
  • OR samba-pidl-4.2.4-34.1 is installed
  • OR samba-python-4.2.4-34.1 is installed
  • OR samba-test-4.2.4-34.1 is installed
  • OR samba-test-devel-4.2.4-34.1 is installed
  • OR samba-winbind-4.2.4-34.1 is installed
  • OR samba-winbind-32bit-4.2.4-34.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • chromedriver-54.0.2840.59-82.1 is installed
  • OR chromium-54.0.2840.59-82.1 is installed
  • OR chromium-ffmpegsumo-54.0.2840.59-82.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • GraphicsMagick-devel-1.3.25-1.4 is installed
  • OR libGraphicsMagick-Q16-3-1.3.25-1.4 is installed
  • OR libGraphicsMagick3-config-1.3.25-1.4 is installed
  • OR libGraphicsMagickWand-Q16-2-1.3.25-1.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • finch-2.6.6-0.19 is installed
  • OR libpurple-2.6.6-0.19 is installed
  • OR libpurple-lang-2.6.6-0.19 is installed
  • OR libpurple-meanwhile-2.6.6-0.19 is installed
  • OR libpurple-tcl-2.6.6-0.19 is installed
  • OR pidgin-2.6.6-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bash-3.2-147.22 is installed
  • OR bash-doc-3.2-147.22 is installed
  • OR libreadline5-5.2-147.22 is installed
  • OR libreadline5-32bit-5.2-147.22 is installed
  • OR readline-doc-5.2-147.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.4.0esr-25 is installed
  • OR MozillaFirefox-branding-SLED-38-15 is installed
  • OR MozillaFirefox-translations-38.4.0esr-25 is installed
  • OR libfreebl3-3.19.2.1-19 is installed
  • OR libfreebl3-32bit-3.19.2.1-19 is installed
  • OR libsoftokn3-3.19.2.1-19 is installed
  • OR libsoftokn3-32bit-3.19.2.1-19 is installed
  • OR mozilla-nspr-4.10.10-16 is installed
  • OR mozilla-nspr-32bit-4.10.10-16 is installed
  • OR mozilla-nss-3.19.2.1-19 is installed
  • OR mozilla-nss-32bit-3.19.2.1-19 is installed
  • OR mozilla-nss-tools-3.19.2.1-19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND coolkey-1.1.0-147.71 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • krb5-1.12.1-19.1 is installed
  • OR krb5-32bit-1.12.1-19.1 is installed
  • OR krb5-client-1.12.1-19.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND autofs-5.0.9-21.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • gpg2-2.0.24-8.1 is installed
  • OR gpg2-lang-2.0.24-8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND lighttpd-1.4.20-2.54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.60 is installed
  • OR libgnutls-extra26-2.4.1-24.39.60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • cups154-1.5.4-5.1 is installed
  • OR cups154-client-1.5.4-5.1 is installed
  • OR cups154-filters-1.5.4-5.1 is installed
  • OR cups154-libs-1.5.4-5.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.44-52.10.1 is installed
  • OR kernel-ec2-devel-3.12.44-52.10.1 is installed
  • OR kernel-ec2-extra-3.12.44-52.10.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-78.1 is installed
  • OR php5-5.5.14-78.1 is installed
  • OR php5-bcmath-5.5.14-78.1 is installed
  • OR php5-bz2-5.5.14-78.1 is installed
  • OR php5-calendar-5.5.14-78.1 is installed
  • OR php5-ctype-5.5.14-78.1 is installed
  • OR php5-curl-5.5.14-78.1 is installed
  • OR php5-dba-5.5.14-78.1 is installed
  • OR php5-dom-5.5.14-78.1 is installed
  • OR php5-enchant-5.5.14-78.1 is installed
  • OR php5-exif-5.5.14-78.1 is installed
  • OR php5-fastcgi-5.5.14-78.1 is installed
  • OR php5-fileinfo-5.5.14-78.1 is installed
  • OR php5-fpm-5.5.14-78.1 is installed
  • OR php5-ftp-5.5.14-78.1 is installed
  • OR php5-gd-5.5.14-78.1 is installed
  • OR php5-gettext-5.5.14-78.1 is installed
  • OR php5-gmp-5.5.14-78.1 is installed
  • OR php5-iconv-5.5.14-78.1 is installed
  • OR php5-imap-5.5.14-78.1 is installed
  • OR php5-intl-5.5.14-78.1 is installed
  • OR php5-json-5.5.14-78.1 is installed
  • OR php5-ldap-5.5.14-78.1 is installed
  • OR php5-mbstring-5.5.14-78.1 is installed
  • OR php5-mcrypt-5.5.14-78.1 is installed
  • OR php5-mysql-5.5.14-78.1 is installed
  • OR php5-odbc-5.5.14-78.1 is installed
  • OR php5-opcache-5.5.14-78.1 is installed
  • OR php5-openssl-5.5.14-78.1 is installed
  • OR php5-pcntl-5.5.14-78.1 is installed
  • OR php5-pdo-5.5.14-78.1 is installed
  • OR php5-pear-5.5.14-78.1 is installed
  • OR php5-pgsql-5.5.14-78.1 is installed
  • OR php5-phar-5.5.14-78.1 is installed
  • OR php5-posix-5.5.14-78.1 is installed
  • OR php5-pspell-5.5.14-78.1 is installed
  • OR php5-shmop-5.5.14-78.1 is installed
  • OR php5-snmp-5.5.14-78.1 is installed
  • OR php5-soap-5.5.14-78.1 is installed
  • OR php5-sockets-5.5.14-78.1 is installed
  • OR php5-sqlite-5.5.14-78.1 is installed
  • OR php5-suhosin-5.5.14-78.1 is installed
  • OR php5-sysvmsg-5.5.14-78.1 is installed
  • OR php5-sysvsem-5.5.14-78.1 is installed
  • OR php5-sysvshm-5.5.14-78.1 is installed
  • OR php5-tokenizer-5.5.14-78.1 is installed
  • OR php5-wddx-5.5.14-78.1 is installed
  • OR php5-xmlreader-5.5.14-78.1 is installed
  • OR php5-xmlrpc-5.5.14-78.1 is installed
  • OR php5-xmlwriter-5.5.14-78.1 is installed
  • OR php5-xsl-5.5.14-78.1 is installed
  • OR php5-zip-5.5.14-78.1 is installed
  • OR php5-zlib-5.5.14-78.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND LibVNCServer-0.9.1-160.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • apache2-mod_php5-5.2.6-50.18 is installed
  • OR php5-5.2.6-50.18 is installed
  • OR php5-bcmath-5.2.6-50.18 is installed
  • OR php5-bz2-5.2.6-50.18 is installed
  • OR php5-calendar-5.2.6-50.18 is installed
  • OR php5-ctype-5.2.6-50.18 is installed
  • OR php5-curl-5.2.6-50.18 is installed
  • OR php5-dba-5.2.6-50.18 is installed
  • OR php5-dbase-5.2.6-50.18 is installed
  • OR php5-dom-5.2.6-50.18 is installed
  • OR php5-exif-5.2.6-50.18 is installed
  • OR php5-fastcgi-5.2.6-50.18 is installed
  • OR php5-ftp-5.2.6-50.18 is installed
  • OR php5-gd-5.2.6-50.18 is installed
  • OR php5-gettext-5.2.6-50.18 is installed
  • OR php5-gmp-5.2.6-50.18 is installed
  • OR php5-hash-5.2.6-50.18 is installed
  • OR php5-iconv-5.2.6-50.18 is installed
  • OR php5-json-5.2.6-50.18 is installed
  • OR php5-ldap-5.2.6-50.18 is installed
  • OR php5-mbstring-5.2.6-50.18 is installed
  • OR php5-mcrypt-5.2.6-50.18 is installed
  • OR php5-mysql-5.2.6-50.18 is installed
  • OR php5-odbc-5.2.6-50.18 is installed
  • OR php5-openssl-5.2.6-50.18 is installed
  • OR php5-pcntl-5.2.6-50.18 is installed
  • OR php5-pdo-5.2.6-50.18 is installed
  • OR php5-pear-5.2.6-50.18 is installed
  • OR php5-pgsql-5.2.6-50.18 is installed
  • OR php5-pspell-5.2.6-50.18 is installed
  • OR php5-shmop-5.2.6-50.18 is installed
  • OR php5-snmp-5.2.6-50.18 is installed
  • OR php5-soap-5.2.6-50.18 is installed
  • OR php5-suhosin-5.2.6-50.18 is installed
  • OR php5-sysvmsg-5.2.6-50.18 is installed
  • OR php5-sysvsem-5.2.6-50.18 is installed
  • OR php5-sysvshm-5.2.6-50.18 is installed
  • OR php5-tokenizer-5.2.6-50.18 is installed
  • OR php5-wddx-5.2.6-50.18 is installed
  • OR php5-xmlreader-5.2.6-50.18 is installed
  • OR php5-xmlrpc-5.2.6-50.18 is installed
  • OR php5-xmlwriter-5.2.6-50.18 is installed
  • OR php5-xsl-5.2.6-50.18 is installed
  • OR php5-zip-5.2.6-50.18 is installed
  • OR php5-zlib-5.2.6-50.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • apache2-mod_php5-5.2.6-50.18 is installed
  • OR php5-5.2.6-50.18 is installed
  • OR php5-bcmath-5.2.6-50.18 is installed
  • OR php5-bz2-5.2.6-50.18 is installed
  • OR php5-calendar-5.2.6-50.18 is installed
  • OR php5-ctype-5.2.6-50.18 is installed
  • OR php5-curl-5.2.6-50.18 is installed
  • OR php5-dba-5.2.6-50.18 is installed
  • OR php5-dbase-5.2.6-50.18 is installed
  • OR php5-dom-5.2.6-50.18 is installed
  • OR php5-exif-5.2.6-50.18 is installed
  • OR php5-fastcgi-5.2.6-50.18 is installed
  • OR php5-ftp-5.2.6-50.18 is installed
  • OR php5-gd-5.2.6-50.18 is installed
  • OR php5-gettext-5.2.6-50.18 is installed
  • OR php5-gmp-5.2.6-50.18 is installed
  • OR php5-hash-5.2.6-50.18 is installed
  • OR php5-iconv-5.2.6-50.18 is installed
  • OR php5-json-5.2.6-50.18 is installed
  • OR php5-ldap-5.2.6-50.18 is installed
  • OR php5-mbstring-5.2.6-50.18 is installed
  • OR php5-mcrypt-5.2.6-50.18 is installed
  • OR php5-mysql-5.2.6-50.18 is installed
  • OR php5-odbc-5.2.6-50.18 is installed
  • OR php5-openssl-5.2.6-50.18 is installed
  • OR php5-pcntl-5.2.6-50.18 is installed
  • OR php5-pdo-5.2.6-50.18 is installed
  • OR php5-pear-5.2.6-50.18 is installed
  • OR php5-pgsql-5.2.6-50.18 is installed
  • OR php5-pspell-5.2.6-50.18 is installed
  • OR php5-shmop-5.2.6-50.18 is installed
  • OR php5-snmp-5.2.6-50.18 is installed
  • OR php5-soap-5.2.6-50.18 is installed
  • OR php5-suhosin-5.2.6-50.18 is installed
  • OR php5-sysvmsg-5.2.6-50.18 is installed
  • OR php5-sysvsem-5.2.6-50.18 is installed
  • OR php5-sysvshm-5.2.6-50.18 is installed
  • OR php5-tokenizer-5.2.6-50.18 is installed
  • OR php5-wddx-5.2.6-50.18 is installed
  • OR php5-xmlreader-5.2.6-50.18 is installed
  • OR php5-xmlrpc-5.2.6-50.18 is installed
  • OR php5-xmlwriter-5.2.6-50.18 is installed
  • OR php5-xsl-5.2.6-50.18 is installed
  • OR php5-zip-5.2.6-50.18 is installed
  • OR php5-zlib-5.2.6-50.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • boost-license-1.36.0-12.3 is installed
  • OR libboost_program_options1_36_0-1.36.0-12.3 is installed
  • OR libboost_regex1_36_0-1.36.0-12.3 is installed
  • OR libboost_signals1_36_0-1.36.0-12.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • NetworkManager-0.7.0.r4359-15.22 is installed
  • OR NetworkManager-glib-0.7.0.r4359-15.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-24.3.0esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
  • OR libfreebl3-3.15.4-0.4.2 is installed
  • OR libfreebl3-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nspr-4.10.2-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.2-0.3 is installed
  • OR mozilla-nss-3.15.4-0.4.2 is installed
  • OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nss-tools-3.15.4-0.4.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-24.3.0esr-0.4.2 is installed
  • OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
  • OR MozillaFirefox-translations-24.3.0esr-0.4.2 is installed
  • OR firefox-libgcc_s1-4.7.2_20130108-0.16 is installed
  • OR firefox-libstdc++6-4.7.2_20130108-0.16 is installed
  • OR libfreebl3-3.15.4-0.4.2 is installed
  • OR libfreebl3-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nspr-4.10.2-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.2-0.3 is installed
  • OR mozilla-nss-3.15.4-0.4.2 is installed
  • OR mozilla-nss-32bit-3.15.4-0.4.2 is installed
  • OR mozilla-nss-tools-3.15.4-0.4.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.54 is installed
  • OR libMagickCore1-6.4.3.6-7.54 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.54 is installed
  • OR libMagickCore1-6.4.3.6-7.54 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libmysqlclient15-5.0.96-0.6 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.6 is installed
  • OR libmysqlclient15-x86-5.0.96-0.6 is installed
  • OR libmysqlclient_r15-5.0.96-0.6 is installed
  • OR mysql-5.0.96-0.6 is installed
  • OR mysql-Max-5.0.96-0.6 is installed
  • OR mysql-client-5.0.96-0.6 is installed
  • OR mysql-tools-5.0.96-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • libmysqlclient15-5.0.96-0.6 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.6 is installed
  • OR libmysqlclient15-x86-5.0.96-0.6 is installed
  • OR libmysqlclient_r15-5.0.96-0.6 is installed
  • OR mysql-5.0.96-0.6 is installed
  • OR mysql-Max-5.0.96-0.6 is installed
  • OR mysql-client-5.0.96-0.6 is installed
  • OR mysql-tools-5.0.96-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libmysqlclient15-5.0.96-0.6 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.6 is installed
  • OR libmysqlclient15-x86-5.0.96-0.6 is installed
  • OR libmysqlclient_r15-5.0.96-0.6 is installed
  • OR mysql-5.0.96-0.6 is installed
  • OR mysql-Max-5.0.96-0.6 is installed
  • OR mysql-client-5.0.96-0.6 is installed
  • OR mysql-tools-5.0.96-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • libmysqlclient15-5.0.96-0.6 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.6 is installed
  • OR libmysqlclient15-x86-5.0.96-0.6 is installed
  • OR libmysqlclient_r15-5.0.96-0.6 is installed
  • OR mysql-5.0.96-0.6 is installed
  • OR mysql-Max-5.0.96-0.6 is installed
  • OR mysql-client-5.0.96-0.6 is installed
  • OR mysql-tools-5.0.96-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libmysqlclient15-5.0.96-0.6 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.6 is installed
  • OR libmysqlclient15-x86-5.0.96-0.6 is installed
  • OR libmysqlclient_r15-5.0.96-0.6 is installed
  • OR mysql-5.0.96-0.6 is installed
  • OR mysql-Max-5.0.96-0.6 is installed
  • OR mysql-client-5.0.96-0.6 is installed
  • OR mysql-tools-5.0.96-0.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 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 SP2 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 VMWare 11 SP2 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 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • apache2-mod_php5-5.2.14-0.7.24 is installed
  • OR php5-5.2.14-0.7.24 is installed
  • OR php5-bcmath-5.2.14-0.7.24 is installed
  • OR php5-bz2-5.2.14-0.7.24 is installed
  • OR php5-calendar-5.2.14-0.7.24 is installed
  • OR php5-ctype-5.2.14-0.7.24 is installed
  • OR php5-curl-5.2.14-0.7.24 is installed
  • OR php5-dba-5.2.14-0.7.24 is installed
  • OR php5-dbase-5.2.14-0.7.24 is installed
  • OR php5-dom-5.2.14-0.7.24 is installed
  • OR php5-exif-5.2.14-0.7.24 is installed
  • OR php5-fastcgi-5.2.14-0.7.24 is installed
  • OR php5-ftp-5.2.14-0.7.24 is installed
  • OR php5-gd-5.2.14-0.7.24 is installed
  • OR php5-gettext-5.2.14-0.7.24 is installed
  • OR php5-gmp-5.2.14-0.7.24 is installed
  • OR php5-hash-5.2.14-0.7.24 is installed
  • OR php5-iconv-5.2.14-0.7.24 is installed
  • OR php5-json-5.2.14-0.7.24 is installed
  • OR php5-ldap-5.2.14-0.7.24 is installed
  • OR php5-mbstring-5.2.14-0.7.24 is installed
  • OR php5-mcrypt-5.2.14-0.7.24 is installed
  • OR php5-mysql-5.2.14-0.7.24 is installed
  • OR php5-odbc-5.2.14-0.7.24 is installed
  • OR php5-openssl-5.2.14-0.7.24 is installed
  • OR php5-pcntl-5.2.14-0.7.24 is installed
  • OR php5-pdo-5.2.14-0.7.24 is installed
  • OR php5-pear-5.2.14-0.7.24 is installed
  • OR php5-pgsql-5.2.14-0.7.24 is installed
  • OR php5-pspell-5.2.14-0.7.24 is installed
  • OR php5-shmop-5.2.14-0.7.24 is installed
  • OR php5-snmp-5.2.14-0.7.24 is installed
  • OR php5-soap-5.2.14-0.7.24 is installed
  • OR php5-suhosin-5.2.14-0.7.24 is installed
  • OR php5-sysvmsg-5.2.14-0.7.24 is installed
  • OR php5-sysvsem-5.2.14-0.7.24 is installed
  • OR php5-sysvshm-5.2.14-0.7.24 is installed
  • OR php5-tokenizer-5.2.14-0.7.24 is installed
  • OR php5-wddx-5.2.14-0.7.24 is installed
  • OR php5-xmlreader-5.2.14-0.7.24 is installed
  • OR php5-xmlrpc-5.2.14-0.7.24 is installed
  • OR php5-xmlwriter-5.2.14-0.7.24 is installed
  • OR php5-xsl-5.2.14-0.7.24 is installed
  • OR php5-zip-5.2.14-0.7.24 is installed
  • OR php5-zlib-5.2.14-0.7.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bsdtar-2.5.5-9 is installed
  • OR libarchive2-2.5.5-9 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 Package Information
  • gnutls-2.4.1-24.39.45 is installed
  • OR libgnutls-extra26-2.4.1-24.39.45 is installed
  • OR libgnutls26-2.4.1-24.39.45 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.45 is installed
  • OR libgnutls26-x86-2.4.1-24.39.45 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.47 is installed
  • OR bind-chrootenv-9.9.6P1-0.47 is installed
  • OR bind-devel-9.9.6P1-0.47 is installed
  • OR bind-doc-9.9.6P1-0.47 is installed
  • OR bind-libs-9.9.6P1-0.47 is installed
  • OR bind-libs-32bit-9.9.6P1-0.47 is installed
  • OR bind-utils-9.9.6P1-0.47 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.47 is installed
  • OR bind-chrootenv-9.9.6P1-0.47 is installed
  • OR bind-devel-9.9.6P1-0.47 is installed
  • OR bind-doc-9.9.6P1-0.47 is installed
  • OR bind-libs-9.9.6P1-0.47 is installed
  • OR bind-libs-32bit-9.9.6P1-0.47 is installed
  • OR bind-utils-9.9.6P1-0.47 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • libtiff3-3.8.2-141.160 is installed
  • OR libtiff3-32bit-3.8.2-141.160 is installed
  • OR libtiff3-x86-3.8.2-141.160 is installed
  • OR tiff-3.8.2-141.160 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • libtiff3-3.8.2-141.160 is installed
  • OR libtiff3-32bit-3.8.2-141.160 is installed
  • OR libtiff3-x86-3.8.2-141.160 is installed
  • OR tiff-3.8.2-141.160 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND davfs2-1.5.2-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-10 is installed
  • OR openssh-openssl1-helpers-6.6p1-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libldap-openssl1-2_4-2-2.4.26-0.28 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND xfsprogs-3.2.1-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND xfsprogs-3.2.1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • libspice-client-glib-2_0-8-0.25-3 is installed
  • OR libspice-client-gtk-2_0-4-0.25-3 is installed
  • OR libspice-client-gtk-3_0-4-0.25-3 is installed
  • OR libspice-controller0-0.25-3 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.25-3 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.25-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-36 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-36 is installed
  • OR openssl-1.0.1i-36 is installed
  • OR openssl-doc-1.0.1i-36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libopenssl1_0_0-1.0.1i-36 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-36 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-36 is installed
  • OR openssl-1.0.1i-36 is installed
  • OR openssl-doc-1.0.1i-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND apache-commons-httpclient-3.1-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • openvpn-2.3.8-16.17 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • openvpn-2.3.8-16.17 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_24-default-7-2.1 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-7-2.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-7-2.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libgme-0.6.0-5 is installed
  • OR libgme0-0.6.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 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 SP2-LTSS is installed
  • AND
  • libvirt-2.0.0-27.42 is installed
  • OR libvirt-client-2.0.0-27.42 is installed
  • OR libvirt-daemon-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.42 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-xen-2.0.0-27.42 is installed
  • OR libvirt-doc-2.0.0-27.42 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.42 is installed
  • OR libvirt-nss-2.0.0-27.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • libvirt-2.0.0-27.42 is installed
  • OR libvirt-client-2.0.0-27.42 is installed
  • OR libvirt-daemon-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.42 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-xen-2.0.0-27.42 is installed
  • OR libvirt-doc-2.0.0-27.42 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.42 is installed
  • OR libvirt-nss-2.0.0-27.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • file-5.22-10.3.1 is installed
  • OR file-magic-5.22-10.3.1 is installed
  • OR libmagic1-5.22-10.3.1 is installed
  • OR libmagic1-32bit-5.22-10.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • gdk-pixbuf-2.34.0-19.17 is installed
  • OR gdk-pixbuf-lang-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.17 is installed
  • OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • gdk-pixbuf-2.34.0-19.17 is installed
  • OR gdk-pixbuf-lang-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-2.34.0-19.17 is installed
  • OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-2.34.0-19.17 is installed
  • OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.17 is installed
  • OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libsystemd0-228-150.53 is installed
  • OR libsystemd0-32bit-228-150.53 is installed
  • OR libudev1-228-150.53 is installed
  • OR libudev1-32bit-228-150.53 is installed
  • OR systemd-228-150.53 is installed
  • OR systemd-32bit-228-150.53 is installed
  • OR systemd-bash-completion-228-150.53 is installed
  • OR systemd-sysvinit-228-150.53 is installed
  • OR udev-228-150.53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libsystemd0-228-150.53 is installed
  • OR libsystemd0-32bit-228-150.53 is installed
  • OR libudev1-228-150.53 is installed
  • OR libudev1-32bit-228-150.53 is installed
  • OR systemd-228-150.53 is installed
  • OR systemd-32bit-228-150.53 is installed
  • OR systemd-bash-completion-228-150.53 is installed
  • OR systemd-sysvinit-228-150.53 is installed
  • OR udev-228-150.53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • ctdb-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
  • OR libdcerpc0-4.2.4-18.27 is installed
  • OR libdcerpc0-32bit-4.2.4-18.27 is installed
  • OR libgensec0-4.2.4-18.27 is installed
  • OR libgensec0-32bit-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
  • OR libndr-nbt0-4.2.4-18.27 is installed
  • OR libndr-nbt0-32bit-4.2.4-18.27 is installed
  • OR libndr-standard0-4.2.4-18.27 is installed
  • OR libndr-standard0-32bit-4.2.4-18.27 is installed
  • OR libndr0-4.2.4-18.27 is installed
  • OR libndr0-32bit-4.2.4-18.27 is installed
  • OR libnetapi0-4.2.4-18.27 is installed
  • OR libnetapi0-32bit-4.2.4-18.27 is installed
  • OR libregistry0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
  • OR libsamba-passdb0-4.2.4-18.27 is installed
  • OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
  • OR libsamba-util0-4.2.4-18.27 is installed
  • OR libsamba-util0-32bit-4.2.4-18.27 is installed
  • OR libsamdb0-4.2.4-18.27 is installed
  • OR libsamdb0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient0-4.2.4-18.27 is installed
  • OR libsmbclient0-32bit-4.2.4-18.27 is installed
  • OR libsmbconf0-4.2.4-18.27 is installed
  • OR libsmbconf0-32bit-4.2.4-18.27 is installed
  • OR libsmbldap0-4.2.4-18.27 is installed
  • OR libsmbldap0-32bit-4.2.4-18.27 is installed
  • OR libtevent-util0-4.2.4-18.27 is installed
  • OR libtevent-util0-32bit-4.2.4-18.27 is installed
  • OR libwbclient0-4.2.4-18.27 is installed
  • OR libwbclient0-32bit-4.2.4-18.27 is installed
  • OR samba-4.2.4-18.27 is installed
  • OR samba-32bit-4.2.4-18.27 is installed
  • OR samba-client-4.2.4-18.27 is installed
  • OR samba-client-32bit-4.2.4-18.27 is installed
  • OR samba-doc-4.2.4-18.27 is installed
  • OR samba-libs-4.2.4-18.27 is installed
  • OR samba-libs-32bit-4.2.4-18.27 is installed
  • OR samba-winbind-4.2.4-18.27 is installed
  • OR samba-winbind-32bit-4.2.4-18.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • ctdb-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-4.2.4-18.27 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-18.27 is installed
  • OR libdcerpc0-4.2.4-18.27 is installed
  • OR libdcerpc0-32bit-4.2.4-18.27 is installed
  • OR libgensec0-4.2.4-18.27 is installed
  • OR libgensec0-32bit-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-4.2.4-18.27 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-18.27 is installed
  • OR libndr-nbt0-4.2.4-18.27 is installed
  • OR libndr-nbt0-32bit-4.2.4-18.27 is installed
  • OR libndr-standard0-4.2.4-18.27 is installed
  • OR libndr-standard0-32bit-4.2.4-18.27 is installed
  • OR libndr0-4.2.4-18.27 is installed
  • OR libndr0-32bit-4.2.4-18.27 is installed
  • OR libnetapi0-4.2.4-18.27 is installed
  • OR libnetapi0-32bit-4.2.4-18.27 is installed
  • OR libregistry0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-4.2.4-18.27 is installed
  • OR libsamba-credentials0-32bit-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-4.2.4-18.27 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-18.27 is installed
  • OR libsamba-passdb0-4.2.4-18.27 is installed
  • OR libsamba-passdb0-32bit-4.2.4-18.27 is installed
  • OR libsamba-util0-4.2.4-18.27 is installed
  • OR libsamba-util0-32bit-4.2.4-18.27 is installed
  • OR libsamdb0-4.2.4-18.27 is installed
  • OR libsamdb0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-4.2.4-18.27 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-18.27 is installed
  • OR libsmbclient0-4.2.4-18.27 is installed
  • OR libsmbclient0-32bit-4.2.4-18.27 is installed
  • OR libsmbconf0-4.2.4-18.27 is installed
  • OR libsmbconf0-32bit-4.2.4-18.27 is installed
  • OR libsmbldap0-4.2.4-18.27 is installed
  • OR libsmbldap0-32bit-4.2.4-18.27 is installed
  • OR libtevent-util0-4.2.4-18.27 is installed
  • OR libtevent-util0-32bit-4.2.4-18.27 is installed
  • OR libwbclient0-4.2.4-18.27 is installed
  • OR libwbclient0-32bit-4.2.4-18.27 is installed
  • OR samba-4.2.4-18.27 is installed
  • OR samba-32bit-4.2.4-18.27 is installed
  • OR samba-client-4.2.4-18.27 is installed
  • OR samba-client-32bit-4.2.4-18.27 is installed
  • OR samba-doc-4.2.4-18.27 is installed
  • OR samba-libs-4.2.4-18.27 is installed
  • OR samba-libs-32bit-4.2.4-18.27 is installed
  • OR samba-winbind-4.2.4-18.27 is installed
  • OR samba-winbind-32bit-4.2.4-18.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-81.1 is installed
  • OR MozillaFirefox-translations-45.4.0esr-81.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • groff-1.22.2-5 is installed
  • OR groff-full-1.22.2-5 is installed
  • OR gxditview-1.22.2-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • mozilla-nspr-devel-4.10.2-0.3 is installed
  • OR mozilla-nss-devel-3.15.3-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND kdebase4-workspace-devel-4.3.5-0.12.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • OpenEXR-32bit-1.6.1-83.17 is installed
  • OR OpenEXR-devel-1.6.1-83.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • kernel-docs-3.12.39-47 is installed
  • OR kernel-obs-build-3.12.39-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 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-devel-1.8.0_sr5.5-30.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • apache2-2.4.23-29.6 is installed
  • OR apache2-devel-2.4.23-29.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND Package Information
  • libreoffice-6.0.5.2-43.38 is installed
  • OR libreoffice-sdk-6.0.5.2-43.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
  • AND Package Information
  • libgcrypt-1.6.1-16.68 is installed
  • OR libgcrypt-devel-1.6.1-16.68 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libssh-0.6.3-4 is installed
  • OR libssh4-0.6.3-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.62-60.64.8 is installed
  • OR kernel-default-extra-3.12.62-60.64.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libpcrecpp0-8.39-5 is installed
  • OR libpcrecpp0-32bit-8.39-5 is installed
  • OR pcre-8.39-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.31-29.3 is installed
  • OR libmysqlclient_r18-32bit-10.0.31-29.3 is installed
  • OR mariadb-10.0.31-29.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • bash-4.3-83.23 is installed
  • OR bash-lang-4.3-83.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND
  • SDL2-2.0.5-2 is installed
  • OR ffmpeg-3.3.4-11 is installed
  • OR lame-3.99.5-2 is installed
  • OR lame-doc-3.99.5-2 is installed
  • OR lame-mp3rtp-3.99.5-2 is installed
  • OR libSDL2-2_0-0-2.0.5-2 is installed
  • OR libSDL2-devel-2.0.5-2 is installed
  • OR libavcodec-devel-3.3.4-11 is installed
  • OR libavcodec57-3.3.4-11 is installed
  • OR libavdevice-devel-3.3.4-11 is installed
  • OR libavdevice57-3.3.4-11 is installed
  • OR libavfilter-devel-3.3.4-11 is installed
  • OR libavfilter6-3.3.4-11 is installed
  • OR libavformat-devel-3.3.4-11 is installed
  • OR libavformat57-3.3.4-11 is installed
  • OR libavresample-devel-3.3.4-11 is installed
  • OR libavresample3-3.3.4-11 is installed
  • OR libavutil-devel-3.3.4-11 is installed
  • OR libavutil55-3.3.4-11 is installed
  • OR libmp3lame-devel-3.99.5-2 is installed
  • OR libmp3lame0-3.99.5-2 is installed
  • OR libpostproc-devel-3.3.4-11 is installed
  • OR libpostproc54-3.3.4-11 is installed
  • OR libswresample-devel-3.3.4-11 is installed
  • OR libswresample2-3.3.4-11 is installed
  • OR libswscale-devel-3.3.4-11 is installed
  • OR libswscale4-3.3.4-11 is installed
  • OR libtwolame-devel-0.3.13-2 is installed
  • OR libtwolame0-0.3.13-2 is installed
  • OR twolame-0.3.13-2 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND
  • SDL2-2.0.5-2 is installed
  • OR ffmpeg-3.3.4-11 is installed
  • OR lame-3.99.5-2 is installed
  • OR lame-doc-3.99.5-2 is installed
  • OR lame-mp3rtp-3.99.5-2 is installed
  • OR libSDL2-2_0-0-2.0.5-2 is installed
  • OR libSDL2-devel-2.0.5-2 is installed
  • OR libavcodec-devel-3.3.4-11 is installed
  • OR libavcodec57-3.3.4-11 is installed
  • OR libavdevice-devel-3.3.4-11 is installed
  • OR libavdevice57-3.3.4-11 is installed
  • OR libavfilter-devel-3.3.4-11 is installed
  • OR libavfilter6-3.3.4-11 is installed
  • OR libavformat-devel-3.3.4-11 is installed
  • OR libavformat57-3.3.4-11 is installed
  • OR libavresample-devel-3.3.4-11 is installed
  • OR libavresample3-3.3.4-11 is installed
  • OR libavutil-devel-3.3.4-11 is installed
  • OR libavutil55-3.3.4-11 is installed
  • OR libmp3lame-devel-3.99.5-2 is installed
  • OR libmp3lame0-3.99.5-2 is installed
  • OR libpostproc-devel-3.3.4-11 is installed
  • OR libpostproc54-3.3.4-11 is installed
  • OR libswresample-devel-3.3.4-11 is installed
  • OR libswresample2-3.3.4-11 is installed
  • OR libswscale-devel-3.3.4-11 is installed
  • OR libswscale4-3.3.4-11 is installed
  • OR libtwolame-devel-0.3.13-2 is installed
  • OR libtwolame0-0.3.13-2 is installed
  • OR twolame-0.3.13-2 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • MozillaThunderbird-52.4.0-45 is installed
  • OR MozillaThunderbird-buildsymbols-52.4.0-45 is installed
  • OR MozillaThunderbird-devel-52.4.0-45 is installed
  • OR MozillaThunderbird-translations-common-52.4.0-45 is installed
  • OR MozillaThunderbird-translations-other-52.4.0-45 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-70.0.3538.102-74 is installed
  • OR chromium-70.0.3538.102-74 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND helm-2.13.1-5 is installed
  • BACK