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



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

Security issues fixed: CVE-2014-9322: A local privilege escalation in the x86_64 32bit compatibility signal handling was fixed, which could be used by local attackers to crash the machine or execute code.

CVE-2014-9090: Various issues in LDT handling in 32bit compatibility mode on the x86_64 platform were fixed, where local attackers could crash the machine.

CVE-2014-8133: Insufficient validation of TLS register usage could leak information from the kernel stack to userspace.

CVE-2014-7826: kernel/trace/trace_syscalls.c in the Linux kernel did not properly handle private syscall numbers during use of the ftrace subsystem, which allowed local users to gain privileges or cause a denial of service (invalid pointer dereference) via a crafted application.

CVE-2014-3647: Nadav Amit reported that the KVM (Kernel Virtual Machine) mishandled noncanonical addresses when emulating instructions that change the rip (Instruction Pointer). A guest user with access to I/O or the MMIO could use this flaw to cause a denial of service (system crash) of the guest.

CVE-2014-3611: A race condition flaw was found in the way the Linux kernel's KVM subsystem handled PIT (Programmable Interval Timer) emulation. A guest user who has access to the PIT I/O ports could use this flaw to crash the host.

CVE-2014-3610: If the guest writes a noncanonical value to certain MSR registers, KVM will write that value to the MSR in the host context and a #GP will be raised leading to kernel panic. A privileged guest user could have used this flaw to crash the host.

CVE-2014-7841: A remote attacker could have used a flaw in SCTP to crash the system by sending a maliciously prepared SCTP packet in order to trigger a NULL pointer dereference on the server.

CVE-2014-3673: The SCTP implementation in the Linux kernel allowed remote attackers to cause a denial of service (system crash) via a malformed ASCONF chunk, related to net/sctp/sm_make_chunk.c and net/sctp/sm_statefuns.c.

CVE-2014-3185: Multiple buffer overflows in the command_port_read_callback function in drivers/usb/serial/whiteheat.c in the Whiteheat USB Serial Driver in the Linux kernel allowed physically proximate attackers to execute arbitrary code or cause a denial of service (memory corruption and system crash) via a crafted device that provides a large amount of (1) EHCI or (2) XHCI data associated with a bulk response.





Bugs fixed: BTRFS: - btrfs: fix race that makes btrfs_lookup_extent_info miss skinny extent items (bnc#904077). - btrfs: fix invalid leaf slot access in btrfs_lookup_extent() (bnc#904077). - btrfs: avoid returning -ENOMEM in convert_extent_bit() too early (bnc#902016). - btrfs: make find_first_extent_bit be able to cache any state (bnc#902016). - btrfs: deal with convert_extent_bit errors to avoid fs corruption (bnc#902016). - btrfs: be aware of btree inode write errors to avoid fs corruption (bnc#899551). - btrfs: add missing end_page_writeback on submit_extent_page failure (bnc#899551). - btrfs: fix crash of btrfs_release_extent_buffer_page (bnc#899551). - btrfs: ensure readers see new data after a clone operation (bnc#898234). - btrfs: avoid visiting all extent items when cloning a range (bnc#898234). - btrfs: fix clone to deal with holes when NO_HOLES feature is enabled (bnc#898234). - btrfs: make fsync work after cloning into a file (bnc#898234). - btrfs: fix use-after-free when cloning a trailing file hole (bnc#898234). - btrfs: clone, don't create invalid hole extent map (bnc#898234). - btrfs: limit the path size in send to PATH_MAX (bnc#897770). - btrfs: send, fix more issues related to directory renames (bnc#897770). - btrfs: send, remove dead code from __get_cur_name_and_parent (bnc#897770). - btrfs: send, account for orphan directories when building path strings (bnc#897770). - btrfs: send, avoid unnecessary inode item lookup in the btree (bnc#897770). - btrfs: send, fix incorrect ref access when using extrefs (bnc#897770). - btrfs: send, build path string only once in send_hole (bnc#897770). - btrfs: part 2, fix incremental send's decision to delay a dir move/rename (bnc#897770). - btrfs: fix incremental send's decision to delay a dir move/rename (bnc#897770). - btrfs: remove unnecessary inode generation lookup in send (bnc#897770). - btrfs: avoid unnecessary utimes update in incremental send (bnc#897770). - btrfs: fix send issuing outdated paths for utimes, chown and chmod (bnc#897770). - btrfs: fix send attempting to rmdir non-empty directories (bnc#897770). - btrfs: send, don't send rmdir for same target multiple times (bnc#897770). - btrfs: incremental send, fix invalid path after dir rename (bnc#897770). - btrfs: fix assert screwup for the pending move stuff (bnc#897770). - btrfs: make some tree searches in send.c more efficient (bnc#897770). - btrfs: use right extent item position in send when finding extent clones (bnc#897770). - btrfs: more send support for parent/child dir relationship inversion (bnc#897770). - btrfs: fix send dealing with file renames and directory moves (bnc#897770). - btrfs: add missing error check in incremental send (bnc#897770). - btrfs: make send's file extent item search more efficient (bnc#897770). - btrfs: fix infinite path build loops in incremental send (bnc#897770). - btrfs: send, don't delay dir move if there's a new parent inode (bnc#897770). - btrfs: add helper btrfs_fdatawrite_range (bnc#902010). - btrfs: correctly flush compressed data before/after direct IO (bnc#902010). - btrfs: make inode.c:compress_file_range() return void (bnc#902010). - btrfs: report error after failure inlining extent in compressed write path (bnc#902010). - btrfs: don't ignore compressed bio write errors (bnc#902010). - btrfs: make inode.c:submit_compressed_extents() return void (bnc#902010). - btrfs: process all async extents on compressed write failure (bnc#902010). - btrfs: don't leak pages and memory on compressed write error (bnc#902010). - btrfs: fix hang on compressed write error (bnc#902010). - btrfs: set page and mapping error on compressed write failure (bnc#902010). - btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanup (bnc#904115).



Hyper-V: - hyperv: Fix a bug in netvsc_send(). - hyperv: Fix a bug in netvsc_start_xmit(). - drivers: hv: vmbus: Enable interrupt driven flow control. - drivers: hv: vmbus: Properly protect calls to smp_processor_id(). - drivers: hv: vmbus: Cleanup hv_post_message(). - drivers: hv: vmbus: Cleanup vmbus_close_internal(). - drivers: hv: vmbus: Fix a bug in vmbus_open(). - drivers: hv: vmbus: Cleanup vmbus_establish_gpadl(). - drivers: hv: vmbus: Cleanup vmbus_teardown_gpadl(). - drivers: hv: vmbus: Cleanup vmbus_post_msg(). - storvsc: get rid of overly verbose warning messages. - hyperv: NULL dereference on error. - hyperv: Increase the buffer length for netvsc_channel_cb().

zSeries / S390: - s390: pass march flag to assembly files as well (bnc#903279, LTC#118177). - kernel: reduce function tracer overhead (bnc#903279, LTC#118177). - SUNRPC: Handle EPIPE in xprt_connect_status (bnc#901090). - SUNRPC: Ensure that we handle ENOBUFS errors correctly (bnc#901090). - SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks (bnc#901090). - SUNRPC: Ensure that call_connect times out correctly (bnc#901090). - SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH (bnc#901090). - SUNRPC: Ensure xprt_connect_status handles all potential connection errors (bnc#901090). - SUNRPC: call_connect_status should recheck bind and connect status on error (bnc#901090).

kGraft: - kgr: force patching process to succeed (fate#313296). - kgr: usb-storage, mark kthread safe (fate#313296 bnc#899908). - Refresh patches.suse/kgr-0039-kgr-fix-ugly-race.patch. Fix few bugs, and also races (immutable vs mark_processes vs other threads). - kgr: always use locked bit ops for thread_info->flags (fate#313296). - kgr: lower the workqueue scheduling timeout (fate#313296 bnc#905087). - kgr: mark even more kthreads (fate#313296 bnc#904871). - rpm/kernel-binary.spec.in: Provide name-version-release for kgraft packages (bnc#901925)

Other: - NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for support (bnc#905758).

- Enable cmac(aes) and cmac(3des_ede) for FIPS mode (bnc#905296 bnc#905772).

- scsi_dh_alua: disable ALUA handling for non-disk devices (bnc#876633).

- powerpc/vphn: NUMA node code expects big-endian (bsc#900126).

- net: fix checksum features handling in netif_skb_features() (bnc#891259).

- be2net: Fix invocation of be_close() after be_clear() (bnc#895468).

- PCI: pciehp: Clear Data Link Layer State Changed during init (bnc#898297). - PCI: pciehp: Use symbolic constants, not hard-coded bitmask (bnc#898297). - PCI: pciehp: Use link change notifications for hot-plug and removal (bnc#898297). - PCI: pciehp: Make check_link_active() non-static (bnc#898297). - PCI: pciehp: Enable link state change notifications (bnc#898297).

- ALSA: hda - Treat zero connection as non-error (bnc#902898).

- bcache: add mutex lock for bch_is_open (bnc#902893).

- futex: Fix a race condition between REQUEUE_PI and task death (bcn #851603 (futex scalability series)).

- Linux 3.12.31 (bnc#895983 bnc#897912).

- futex: Ensure get_futex_key_refs() always implies a barrier (bcn #851603 (futex scalability series)).

- usbback: don't access request fields in shared ring more than once. - Update Xen patches to 3.12.30.

- locking/rwsem: Avoid double checking before try acquiring write lock (Locking scalability.).

- zcrypt: toleration of new crypto adapter hardware (bnc#894057, LTC#117041). - zcrypt: support for extended number of ap domains (bnc#894057, LTC#117041).

- kABI: protect linux/fs.h include in mm/internal.h.

- Linux 3.12.30 (FATE#315482 bnc#862957 bnc#863526 bnc#870498).

- Update patches.fixes/xfs-mark-all-internal-workqueues-as-freezable.patch (bnc#899785).

- xfs: mark all internal workqueues as freezable.

- drm/i915: Move DP port disable to post_disable for pch platforms (bnc#899787).

- pagecachelimit: reduce lru_lock congestion for heavy parallel reclaim fix (bnc#895680).

- Linux 3.12.29 (bnc#879255 bnc#880892 bnc#887046 bnc#887418 bnc#891619 bnc#892612 bnc#892650 bnc#897101).

- iommu/vt-d: Work around broken RMRR firmware entries (bnc#892860). - iommu/vt-d: Store bus information in RMRR PCI device path (bnc#892860). - iommu/vt-d: Only remove domain when device is removed (bnc#883139). - driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#883139).

- Update config files: Re-enable CONFIG_FUNCTION_PROFILER (bnc#899489) Option FUNCTION_PROFILER was enabled in debug and trace kernels so far, but it was accidentally disabled before tracing features were merged into the default kernel and the trace flavor was discarded. So all kernels are missing the feature now. Re-enable it.

- xfs: xlog_cil_force_lsn doesn't always wait correctly.

- scsi: clear 'host_scribble' upon successful abort (bnc#894863).

- module: warn if module init + probe takes long (bnc#889297 bnc#877622 bnc#889295 bnc#893454).

- mm, THP: don't hold mmap_sem in khugepaged when allocating THP (bnc#880767, VM Performance).

- pagecache_limit: batch large nr_to_scan targets (bnc#895221).

- iommu/vt-d: Check return value of acpi_bus_get_device() (bnc#903307).

- rpm/kernel-binary.spec.in: Fix including the secure boot cert in /etc/uefi/certs

- sched: Reduce contention in update_cfs_rq_blocked_load() (Scheduler/core performance).

- x86: use optimized ioresource lookup in ioremap function (Boot time optimisations (bnc#895387)). - x86: optimize resource lookups for ioremap (Boot time optimisations (bnc#895387)).

- usb: Do not re-read descriptors for wired devices in usb_authorize_device() (bnc#904354).

- netxen: Fix link event handling (bnc#873228).

- x86, cpu: Detect more TLB configuration -xen (TLB Performance).

- x86/mm: Fix RCU splat from new TLB tracepoints (TLB Performance). - x86/mm: Set TLB flush tunable to sane value (33) (TLB Performance). - x86/mm: New tunable for single vs full TLB flush (TLB Performance). - x86/mm: Add tracepoints for TLB flushes (TLB Performance). - x86/mm: Unify remote INVLPG code (TLB Performance). - x86/mm: Fix missed global TLB flush stat (TLB Performance). - x86/mm: Rip out complicated, out-of-date, buggy TLB flushing (TLB Performance). - x86, cpu: Detect more TLB configuration (TLB Performance). - mm, x86: Revisit tlb_flushall_shift tuning for page flushes except on IvyBridge (TLB Performance). - x86/mm: Clean up the TLB flushing code (TLB Performance). - mm: free compound page with correct order (VM Functionality).

- bnx2x: Utilize FW 7.10.51 (bnc#887382). - bnx2x: Remove unnecessary internal mem config (bnc#887382).

- rtnetlink: fix oops in rtnl_link_get_slave_info_data_size (bnc#901774).

- dm: do not call dm_sync_table() when creating new devices (bnc#901809).

- [media] uvc: Fix destruction order in uvc_delete() (bnc#897736).

- uas: replace WARN_ON_ONCE() with lockdep_assert_held() (FATE#315595).

- cxgb4/cxgb4vf: Add Devicde ID for two more adapter (bsc#903999). - cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapter (bsc#903999). - cxgb4: Adds device ID for few more Chelsio T4 Adapters (bsc#903999). - cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksum (bsc#903999).

- xen-pciback: drop SR-IOV VFs when PF driver unloads (bsc#901839).

This update also includes fixes contained in the Linux 3.12.stable release series, not seperately listed here.
Family:unixClass:patch
Status:Reference(s):1015400
1017690
1018088
1020353
1021483
1021868
1024130
1024517
1024528
1024531
1024532
1024533
1024534
1024535
1024536
1024537
1024539
1029497
1039567
1052460
1055053
1055063
1055123
1056550
1057723
1058422
1061832
1063049
1063050
1069213
1076391
1077080
1082692
1086690
1094150
1094154
1094161
1094301
1097410
1101776
1101777
1101786
1101788
1101791
1101794
1101800
1101802
1101804
1101810
1106514
1106873
1119069
1119105
851603
853040
860441
862957
863526
870498
873228
874025
877622
879255
880767
880892
881085
883139
887046
887382
887418
889295
889297
891259
891619
892254
892612
892650
892860
893454
894057
894863
895221
895387
895468
895680
895983
896391
897101
897736
897770
897912
898234
898297
899192
899489
899551
899785
899787
899908
900126
901090
901774
901809
901925
902010
902016
902346
902851
902893
902898
903279
903307
904013
904077
904115
904354
904871
905087
905100
905296
905326
905758
905772
907818
908184
909077
910251
910697
960341
969783
983436
CVE-2013-6405
CVE-2014-3185
CVE-2014-3610
CVE-2014-3611
CVE-2014-3647
CVE-2014-3673
CVE-2014-7826
CVE-2014-7841
CVE-2014-8080
CVE-2014-8090
CVE-2014-8128
CVE-2014-8133
CVE-2014-9090
CVE-2014-9322
CVE-2015-7554
CVE-2016-10095
CVE-2016-10169
CVE-2016-10170
CVE-2016-10171
CVE-2016-10172
CVE-2016-10251
CVE-2016-5318
CVE-2016-9583
CVE-2016-9600
CVE-2017-12173
CVE-2017-12563
CVE-2017-12691
CVE-2017-13061
CVE-2017-13062
CVE-2017-14042
CVE-2017-14174
CVE-2017-14343
CVE-2017-15277
CVE-2017-15281
CVE-2017-16232
CVE-2017-17997
CVE-2017-18269
CVE-2017-3135
CVE-2017-5498
CVE-2017-5974
CVE-2017-5975
CVE-2017-5976
CVE-2017-5977
CVE-2017-5978
CVE-2017-5979
CVE-2017-5980
CVE-2017-5981
CVE-2017-6850
CVE-2018-0495
CVE-2018-11236
CVE-2018-11237
CVE-2018-11354
CVE-2018-11355
CVE-2018-11356
CVE-2018-11357
CVE-2018-11358
CVE-2018-11359
CVE-2018-11360
CVE-2018-11361
CVE-2018-11362
CVE-2018-12384
CVE-2018-12404
CVE-2018-12405
CVE-2018-14339
CVE-2018-14340
CVE-2018-14341
CVE-2018-14342
CVE-2018-14343
CVE-2018-14344
CVE-2018-14367
CVE-2018-14368
CVE-2018-14369
CVE-2018-14370
CVE-2018-16056
CVE-2018-16057
CVE-2018-16058
CVE-2018-17466
CVE-2018-18492
CVE-2018-18493
CVE-2018-18494
CVE-2018-18498
CVE-2018-5711
CVE-2018-7320
CVE-2018-7321
CVE-2018-7322
CVE-2018-7323
CVE-2018-7324
CVE-2018-7325
CVE-2018-7326
CVE-2018-7327
CVE-2018-7328
CVE-2018-7329
CVE-2018-7330
CVE-2018-7331
CVE-2018-7332
CVE-2018-7333
CVE-2018-7334
CVE-2018-7335
CVE-2018-7336
CVE-2018-7337
CVE-2018-7417
CVE-2018-7418
CVE-2018-7419
CVE-2018-7420
CVE-2018-7421
SUSE-SU-2017:0596-1
SUSE-SU-2017:0953-1
SUSE-SU-2017:1095-1
SUSE-SU-2017:2937-1
SUSE-SU-2018:0017-1
SUSE-SU-2018:0073-1
SUSE-SU-2018:0260-1
SUSE-SU-2018:0608-1
SUSE-SU-2018:0811-1
SUSE-SU-2018:1562-1
SUSE-SU-2018:2891-1
SUSE-SU-2018:4236-1
Platform(s):openSUSE 13.2
openSUSE 13.2 NonFree
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 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-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-LTSS
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-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-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-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 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
Product(s):
Definition Synopsis
  • openSUSE 13.2 is installed
  • AND Package Information
  • libvarnishapi1-3.0.7-2.3.1 is installed
  • OR varnish-3.0.7-2.3.1 is installed
  • OR varnish-devel-3.0.7-2.3.1 is installed
  • Definition Synopsis
  • openSUSE 13.2 NonFree is installed
  • AND Package Information
  • flash-player-11.2.202.429-2.21.1 is installed
  • OR flash-player-gnome-11.2.202.429-2.21.1 is installed
  • OR flash-player-kde4-11.2.202.429-2.21.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • ant-1.9.4-8.2 is installed
  • OR ant-jmf-1.9.4-8.2 is installed
  • OR ant-junit-1.9.4-8.3 is installed
  • OR ant-scripts-1.9.4-8.2 is installed
  • OR ant-swing-1.9.4-8.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • audiofile-devel-0.3.6-9.5 is installed
  • OR libaudiofile1-0.3.6-9.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • inkscape-0.46-62.38 is installed
  • OR inkscape-extensions-dia-0.46-62.38 is installed
  • OR inkscape-extensions-extra-0.46-62.38 is installed
  • OR inkscape-extensions-fig-0.46-62.38 is installed
  • OR inkscape-extensions-gimp-0.46-62.38 is installed
  • OR inkscape-lang-0.46-62.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • dbus-1-1.2.10-3.31 is installed
  • OR dbus-1-32bit-1.2.10-3.31 is installed
  • OR dbus-1-x11-1.2.10-3.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • augeas-0.9.0-3.17 is installed
  • OR libaugeas0-0.9.0-3.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND argyllcms-1.6.3-1.179 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND libXvMC1-1.0.8-3.57 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • curl-7.37.0-28.1 is installed
  • OR libcurl4-7.37.0-28.1 is installed
  • OR libcurl4-32bit-7.37.0-28.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND iputils-s20121221-2.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND conntrack-tools-1.0.0-0.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-105.1 is installed
  • OR libopenssl0_9_8-0.9.8j-105.1 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-105.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-PyYAML-3.10-15.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-83.1 is installed
  • OR php5-5.5.14-83.1 is installed
  • OR php5-bcmath-5.5.14-83.1 is installed
  • OR php5-bz2-5.5.14-83.1 is installed
  • OR php5-calendar-5.5.14-83.1 is installed
  • OR php5-ctype-5.5.14-83.1 is installed
  • OR php5-curl-5.5.14-83.1 is installed
  • OR php5-dba-5.5.14-83.1 is installed
  • OR php5-dom-5.5.14-83.1 is installed
  • OR php5-enchant-5.5.14-83.1 is installed
  • OR php5-exif-5.5.14-83.1 is installed
  • OR php5-fastcgi-5.5.14-83.1 is installed
  • OR php5-fileinfo-5.5.14-83.1 is installed
  • OR php5-fpm-5.5.14-83.1 is installed
  • OR php5-ftp-5.5.14-83.1 is installed
  • OR php5-gd-5.5.14-83.1 is installed
  • OR php5-gettext-5.5.14-83.1 is installed
  • OR php5-gmp-5.5.14-83.1 is installed
  • OR php5-iconv-5.5.14-83.1 is installed
  • OR php5-imap-5.5.14-83.1 is installed
  • OR php5-intl-5.5.14-83.1 is installed
  • OR php5-json-5.5.14-83.1 is installed
  • OR php5-ldap-5.5.14-83.1 is installed
  • OR php5-mbstring-5.5.14-83.1 is installed
  • OR php5-mcrypt-5.5.14-83.1 is installed
  • OR php5-mysql-5.5.14-83.1 is installed
  • OR php5-odbc-5.5.14-83.1 is installed
  • OR php5-opcache-5.5.14-83.1 is installed
  • OR php5-openssl-5.5.14-83.1 is installed
  • OR php5-pcntl-5.5.14-83.1 is installed
  • OR php5-pdo-5.5.14-83.1 is installed
  • OR php5-pear-5.5.14-83.1 is installed
  • OR php5-pgsql-5.5.14-83.1 is installed
  • OR php5-phar-5.5.14-83.1 is installed
  • OR php5-posix-5.5.14-83.1 is installed
  • OR php5-pspell-5.5.14-83.1 is installed
  • OR php5-shmop-5.5.14-83.1 is installed
  • OR php5-snmp-5.5.14-83.1 is installed
  • OR php5-soap-5.5.14-83.1 is installed
  • OR php5-sockets-5.5.14-83.1 is installed
  • OR php5-sqlite-5.5.14-83.1 is installed
  • OR php5-suhosin-5.5.14-83.1 is installed
  • OR php5-sysvmsg-5.5.14-83.1 is installed
  • OR php5-sysvsem-5.5.14-83.1 is installed
  • OR php5-sysvshm-5.5.14-83.1 is installed
  • OR php5-tokenizer-5.5.14-83.1 is installed
  • OR php5-wddx-5.5.14-83.1 is installed
  • OR php5-xmlreader-5.5.14-83.1 is installed
  • OR php5-xmlrpc-5.5.14-83.1 is installed
  • OR php5-xmlwriter-5.5.14-83.1 is installed
  • OR php5-xsl-5.5.14-83.1 is installed
  • OR php5-zip-5.5.14-83.1 is installed
  • OR php5-zlib-5.5.14-83.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • freetype2-2.3.7-25.9 is installed
  • OR freetype2-32bit-2.3.7-25.9 is installed
  • OR freetype2-x86-2.3.7-25.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • freetype2-2.3.7-25.9 is installed
  • OR freetype2-32bit-2.3.7-25.9 is installed
  • OR freetype2-x86-2.3.7-25.9 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 SP1-TERADATA 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
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA 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
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libxml2-2.7.6-0.19 is installed
  • OR libxml2-32bit-2.7.6-0.19 is installed
  • OR libxml2-doc-2.7.6-0.19 is installed
  • OR libxml2-python-2.7.6-0.25 is installed
  • OR libxml2-x86-2.7.6-0.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • MozillaFirefox-10.0.4-0.3 is installed
  • OR MozillaFirefox-translations-10.0.4-0.3 is installed
  • OR libfreebl3-3.13.4-0.2 is installed
  • OR libfreebl3-32bit-3.13.4-0.2 is installed
  • OR libfreebl3-x86-3.13.4-0.2 is installed
  • OR mozilla-nss-3.13.4-0.2 is installed
  • OR mozilla-nss-32bit-3.13.4-0.2 is installed
  • OR mozilla-nss-tools-3.13.4-0.2 is installed
  • OR mozilla-nss-x86-3.13.4-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.4-0.3 is installed
  • OR MozillaFirefox-translations-10.0.4-0.3 is installed
  • OR libfreebl3-3.13.4-0.2 is installed
  • OR libfreebl3-32bit-3.13.4-0.2 is installed
  • OR libfreebl3-x86-3.13.4-0.2 is installed
  • OR mozilla-nss-3.13.4-0.2 is installed
  • OR mozilla-nss-32bit-3.13.4-0.2 is installed
  • OR mozilla-nss-tools-3.13.4-0.2 is installed
  • OR mozilla-nss-x86-3.13.4-0.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • OpenEXR-1.6.1-83.17 is installed
  • OR OpenEXR-32bit-1.6.1-83.17 is installed
  • OR OpenEXR-x86-1.6.1-83.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR11W1-0.9 is installed
  • OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
  • OR bind-devel-9.6ESVR11W1-0.9 is installed
  • OR bind-doc-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
  • OR bind-utils-9.6ESVR11W1-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR11W1-0.9 is installed
  • OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
  • OR bind-devel-9.6ESVR11W1-0.9 is installed
  • OR bind-doc-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-9.6ESVR11W1-0.9 is installed
  • OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
  • OR bind-utils-9.6ESVR11W1-0.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.109 is installed
  • OR libMagickCore1-6.4.3.6-78.109 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.109 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.109 is installed
  • OR libMagickCore1-6.4.3.6-78.109 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.109 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.7esr-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.7esr-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.7esr-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
  • OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • boost-license-1.36.0-11 is installed
  • OR libboost_program_options1_36_0-1.36.0-11 is installed
  • OR libboost_regex1_36_0-1.36.0-11 is installed
  • OR libboost_signals1_36_0-1.36.0-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • xen-4.1.6_08-17 is installed
  • OR xen-devel-4.1.6_08-17 is installed
  • OR xen-doc-html-4.1.6_08-17 is installed
  • OR xen-doc-pdf-4.1.6_08-17 is installed
  • OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-libs-4.1.6_08-17 is installed
  • OR xen-libs-32bit-4.1.6_08-17 is installed
  • OR xen-tools-4.1.6_08-17 is installed
  • OR xen-tools-domU-4.1.6_08-17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • xen-4.1.6_08-17 is installed
  • OR xen-devel-4.1.6_08-17 is installed
  • OR xen-doc-html-4.1.6_08-17 is installed
  • OR xen-doc-pdf-4.1.6_08-17 is installed
  • OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-libs-4.1.6_08-17 is installed
  • OR xen-libs-32bit-4.1.6_08-17 is installed
  • OR xen-tools-4.1.6_08-17 is installed
  • OR xen-tools-domU-4.1.6_08-17 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
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • kvm-1.4.2-0.21 is installed
  • OR libvirt-1.0.5.9-0.19 is installed
  • OR libvirt-client-1.0.5.9-0.19 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.19 is installed
  • OR libvirt-doc-1.0.5.9-0.19 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
  • OR libvirt-python-1.0.5.9-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • kdenetwork4-filesharing-4.3.5-0.4 is installed
  • OR kget-4.3.5-0.4 is installed
  • OR kopete-4.3.5-0.4 is installed
  • OR krdc-4.3.5-0.4 is installed
  • OR krfb-4.3.5-0.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.50-55 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • java-1_7_0-ibm-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.50-55 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.50-55 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND unzip-6.00-11.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND unzip-6.00-11.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • freetype2-2.3.7-25.35.36 is installed
  • OR freetype2-32bit-2.3.7-25.35.36 is installed
  • OR freetype2-x86-2.3.7-25.35.36 is installed
  • OR ft2demos-2.3.7-25.35.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • gvim-7.2-8.21.3 is installed
  • OR vim-7.2-8.21.3 is installed
  • OR vim-base-7.2-8.21.3 is installed
  • OR vim-data-7.2-8.21.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • gvim-7.2-8.21.3 is installed
  • OR vim-7.2-8.21.3 is installed
  • OR vim-base-7.2-8.21.3 is installed
  • OR vim-data-7.2-8.21.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.41.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.41.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND mailx-openssl1-12.5-1.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND wget-1.14-7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND wget-1.14-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • openslp-2.0.0-2 is installed
  • OR openslp-32bit-2.0.0-2 is installed
  • OR openslp-server-2.0.0-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.111-33 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.111-33 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.111-33 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.111-33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.111-33 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.111-33 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.111-33 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.111-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • DirectFB-1.7.1-4 is installed
  • OR lib++dfb-1_7-1-1.7.1-4 is installed
  • OR libdirectfb-1_7-1-1.7.1-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.51 is installed
  • OR kernel-default-base-3.12.74-60.64.51 is installed
  • OR kernel-default-devel-3.12.74-60.64.51 is installed
  • OR kernel-default-man-3.12.74-60.64.51 is installed
  • OR kernel-devel-3.12.74-60.64.51 is installed
  • OR kernel-macros-3.12.74-60.64.51 is installed
  • OR kernel-source-3.12.74-60.64.51 is installed
  • OR kernel-syms-3.12.74-60.64.51 is installed
  • OR kernel-xen-3.12.74-60.64.51 is installed
  • OR kernel-xen-base-3.12.74-60.64.51 is installed
  • OR kernel-xen-devel-3.12.74-60.64.51 is installed
  • OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.51 is installed
  • OR kernel-default-base-3.12.74-60.64.51 is installed
  • OR kernel-default-devel-3.12.74-60.64.51 is installed
  • OR kernel-default-man-3.12.74-60.64.51 is installed
  • OR kernel-devel-3.12.74-60.64.51 is installed
  • OR kernel-macros-3.12.74-60.64.51 is installed
  • OR kernel-source-3.12.74-60.64.51 is installed
  • OR kernel-syms-3.12.74-60.64.51 is installed
  • OR kernel-xen-3.12.74-60.64.51 is installed
  • OR kernel-xen-base-3.12.74-60.64.51 is installed
  • OR kernel-xen-devel-3.12.74-60.64.51 is installed
  • OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-108.3 is installed
  • OR MozillaFirefox-branding-SLE-52-31.1 is installed
  • OR MozillaFirefox-devel-52.2.0esr-108.3 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND sudo-1.8.10p3-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND sudo-1.8.10p3-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • cvs-1.12.12-181 is installed
  • OR cvs-doc-1.12.12-181 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libtiff5-4.0.9-44.21 is installed
  • OR libtiff5-32bit-4.0.9-44.21 is installed
  • OR tiff-4.0.9-44.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libtiff5-4.0.9-44.21 is installed
  • OR libtiff5-32bit-4.0.9-44.21 is installed
  • OR tiff-4.0.9-44.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libarchive-3.1.2-26.3 is installed
  • OR libarchive13-3.1.2-26.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libarchive-3.1.2-26.3 is installed
  • OR libarchive13-3.1.2-26.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-4-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-4-2 is installed
  • OR kgraft-patch-SLE12_Update_12-4-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_55-52_42-default-4-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-4-2 is installed
  • OR kgraft-patch-SLE12_Update_12-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_55-52_42-default-2-2.2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-2-2.2 is installed
  • OR kgraft-patch-SLE12_Update_12-2-2.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND libHX28-3.18-1 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.36 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND rubygem-rdoc-3.9.1-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.13 is installed
  • OR MozillaFirefox-devel-31.8.0esr-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND a2ps-devel-4.13-1326.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • kernel-docs-3.12.32-33 is installed
  • OR kernel-obs-build-3.12.32-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • bind-9.9.9P1-56 is installed
  • OR bind-devel-9.9.9P1-56 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • libipa_hbac-devel-1.13.4-34.7 is installed
  • OR libsss_idmap-devel-1.13.4-34.7 is installed
  • OR libsss_nss_idmap-devel-1.13.4-34.7 is installed
  • OR sssd-1.13.4-34.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND Package Information
  • libarchive-3.1.2-26.3 is installed
  • OR libarchive-devel-3.1.2-26.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
  • AND Package Information
  • MozillaFirefox-68.2.0-109.95 is installed
  • OR MozillaFirefox-devel-68.2.0-109.95 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-8 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-8 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • boost-1.54.0-15 is installed
  • OR cmis-client-0.5.1-8 is installed
  • OR hyphen-2.8.8-12 is installed
  • OR libOpenCOLLADA0-1_3335ac1-2 is installed
  • OR libboost_filesystem1_54_0-1.54.0-15 is installed
  • OR libcmis-0_5-5-0.5.1-8 is installed
  • OR libetonyek-0.1.6-6 is installed
  • OR libetonyek-0_1-1-0.1.6-6 is installed
  • OR libhyphen0-2.8.8-12 is installed
  • OR libixion-0.11.0-6 is installed
  • OR libixion-0_11-0-0.11.0-6 is installed
  • OR liborcus-0.11.0-6 is installed
  • OR liborcus-0_11-0-0.11.0-6 is installed
  • OR libreoffice-5.1.3.2-22 is installed
  • OR libreoffice-base-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-mysql-5.1.3.2-22 is installed
  • OR libreoffice-base-drivers-postgresql-5.1.3.2-22 is installed
  • OR libreoffice-calc-5.1.3.2-22 is installed
  • OR libreoffice-calc-extensions-5.1.3.2-22 is installed
  • OR libreoffice-draw-5.1.3.2-22 is installed
  • OR libreoffice-filters-optional-5.1.3.2-22 is installed
  • OR libreoffice-gnome-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-galaxy-5.1.3.2-22 is installed
  • OR libreoffice-icon-theme-tango-5.1.3.2-22 is installed
  • OR libreoffice-impress-5.1.3.2-22 is installed
  • OR libreoffice-l10n-af-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ar-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ca-5.1.3.2-22 is installed
  • OR libreoffice-l10n-cs-5.1.3.2-22 is installed
  • OR libreoffice-l10n-da-5.1.3.2-22 is installed
  • OR libreoffice-l10n-de-5.1.3.2-22 is installed
  • OR libreoffice-l10n-en-5.1.3.2-22 is installed
  • OR libreoffice-l10n-es-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-fr-5.1.3.2-22 is installed
  • OR libreoffice-l10n-gu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hi-5.1.3.2-22 is installed
  • OR libreoffice-l10n-hu-5.1.3.2-22 is installed
  • OR libreoffice-l10n-it-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ja-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ko-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nb-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-nn-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pl-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-BR-5.1.3.2-22 is installed
  • OR libreoffice-l10n-pt-PT-5.1.3.2-22 is installed
  • OR libreoffice-l10n-ru-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sk-5.1.3.2-22 is installed
  • OR libreoffice-l10n-sv-5.1.3.2-22 is installed
  • OR libreoffice-l10n-xh-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hans-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zh-Hant-5.1.3.2-22 is installed
  • OR libreoffice-l10n-zu-5.1.3.2-22 is installed
  • OR libreoffice-mailmerge-5.1.3.2-22 is installed
  • OR libreoffice-math-5.1.3.2-22 is installed
  • OR libreoffice-officebean-5.1.3.2-22 is installed
  • OR libreoffice-pyuno-5.1.3.2-22 is installed
  • OR libreoffice-writer-5.1.3.2-22 is installed
  • OR libreoffice-writer-extensions-5.1.3.2-22 is installed
  • OR libvisio-0.1.5-7 is installed
  • OR libvisio-0_1-1-0.1.5-7 is installed
  • OR libwps-0.4.2-6 is installed
  • OR libwps-0_4-4-0.4.2-6 is installed
  • OR myspell-af_NA-20160511-11 is installed
  • OR myspell-af_ZA-20160511-11 is installed
  • OR myspell-ar-20160511-11 is installed
  • OR myspell-ar_AE-20160511-11 is installed
  • OR myspell-ar_BH-20160511-11 is installed
  • OR myspell-ar_DZ-20160511-11 is installed
  • OR myspell-ar_EG-20160511-11 is installed
  • OR myspell-ar_IQ-20160511-11 is installed
  • OR myspell-ar_JO-20160511-11 is installed
  • OR myspell-ar_KW-20160511-11 is installed
  • OR myspell-ar_LB-20160511-11 is installed
  • OR myspell-ar_LY-20160511-11 is installed
  • OR myspell-ar_MA-20160511-11 is installed
  • OR myspell-ar_OM-20160511-11 is installed
  • OR myspell-ar_QA-20160511-11 is installed
  • OR myspell-ar_SA-20160511-11 is installed
  • OR myspell-ar_SD-20160511-11 is installed
  • OR myspell-ar_SY-20160511-11 is installed
  • OR myspell-ar_TN-20160511-11 is installed
  • OR myspell-ar_YE-20160511-11 is installed
  • OR myspell-be_BY-20160511-11 is installed
  • OR myspell-bg_BG-20160511-11 is installed
  • OR myspell-bn_BD-20160511-11 is installed
  • OR myspell-bn_IN-20160511-11 is installed
  • OR myspell-bs-20160511-11 is installed
  • OR myspell-bs_BA-20160511-11 is installed
  • OR myspell-ca-20160511-11 is installed
  • OR myspell-ca_AD-20160511-11 is installed
  • OR myspell-ca_ES-20160511-11 is installed
  • OR myspell-ca_ES_valencia-20160511-11 is installed
  • OR myspell-ca_FR-20160511-11 is installed
  • OR myspell-ca_IT-20160511-11 is installed
  • OR myspell-cs_CZ-20160511-11 is installed
  • OR myspell-da_DK-20160511-11 is installed
  • OR myspell-de-20160511-11 is installed
  • OR myspell-de_AT-20160511-11 is installed
  • OR myspell-de_CH-20160511-11 is installed
  • OR myspell-de_DE-20160511-11 is installed
  • OR myspell-dictionaries-20160511-11 is installed
  • OR myspell-el_GR-20160511-11 is installed
  • OR myspell-en-20160511-11 is installed
  • OR myspell-en_AU-20160511-11 is installed
  • OR myspell-en_BS-20160511-11 is installed
  • OR myspell-en_BZ-20160511-11 is installed
  • OR myspell-en_CA-20160511-11 is installed
  • OR myspell-en_GB-20160511-11 is installed
  • OR myspell-en_GH-20160511-11 is installed
  • OR myspell-en_IE-20160511-11 is installed
  • OR myspell-en_IN-20160511-11 is installed
  • OR myspell-en_JM-20160511-11 is installed
  • OR myspell-en_MW-20160511-11 is installed
  • OR myspell-en_NA-20160511-11 is installed
  • OR myspell-en_NZ-20160511-11 is installed
  • OR myspell-en_PH-20160511-11 is installed
  • OR myspell-en_TT-20160511-11 is installed
  • OR myspell-en_US-20160511-11 is installed
  • OR myspell-en_ZA-20160511-11 is installed
  • OR myspell-en_ZW-20160511-11 is installed
  • OR myspell-es-20160511-11 is installed
  • OR myspell-es_AR-20160511-11 is installed
  • OR myspell-es_BO-20160511-11 is installed
  • OR myspell-es_CL-20160511-11 is installed
  • OR myspell-es_CO-20160511-11 is installed
  • OR myspell-es_CR-20160511-11 is installed
  • OR myspell-es_CU-20160511-11 is installed
  • OR myspell-es_DO-20160511-11 is installed
  • OR myspell-es_EC-20160511-11 is installed
  • OR myspell-es_ES-20160511-11 is installed
  • OR myspell-es_GT-20160511-11 is installed
  • OR myspell-es_HN-20160511-11 is installed
  • OR myspell-es_MX-20160511-11 is installed
  • OR myspell-es_NI-20160511-11 is installed
  • OR myspell-es_PA-20160511-11 is installed
  • OR myspell-es_PE-20160511-11 is installed
  • OR myspell-es_PR-20160511-11 is installed
  • OR myspell-es_PY-20160511-11 is installed
  • OR myspell-es_SV-20160511-11 is installed
  • OR myspell-es_UY-20160511-11 is installed
  • OR myspell-es_VE-20160511-11 is installed
  • OR myspell-et_EE-20160511-11 is installed
  • OR myspell-fr_BE-20160511-11 is installed
  • OR myspell-fr_CA-20160511-11 is installed
  • OR myspell-fr_CH-20160511-11 is installed
  • OR myspell-fr_FR-20160511-11 is installed
  • OR myspell-fr_LU-20160511-11 is installed
  • OR myspell-fr_MC-20160511-11 is installed
  • OR myspell-gu_IN-20160511-11 is installed
  • OR myspell-he_IL-20160511-11 is installed
  • OR myspell-hi_IN-20160511-11 is installed
  • OR myspell-hr_HR-20160511-11 is installed
  • OR myspell-hu_HU-20160511-11 is installed
  • OR myspell-it_IT-20160511-11 is installed
  • OR myspell-lightproof-en-20160511-11 is installed
  • OR myspell-lightproof-hu_HU-20160511-11 is installed
  • OR myspell-lightproof-pt_BR-20160511-11 is installed
  • OR myspell-lightproof-ru_RU-20160511-11 is installed
  • OR myspell-lo_LA-20160511-11 is installed
  • OR myspell-lt_LT-20160511-11 is installed
  • OR myspell-lv_LV-20160511-11 is installed
  • OR myspell-nb_NO-20160511-11 is installed
  • OR myspell-nl_BE-20160511-11 is installed
  • OR myspell-nl_NL-20160511-11 is installed
  • OR myspell-nn_NO-20160511-11 is installed
  • OR myspell-no-20160511-11 is installed
  • OR myspell-pl_PL-20160511-11 is installed
  • OR myspell-pt_AO-20160511-11 is installed
  • OR myspell-pt_BR-20160511-11 is installed
  • OR myspell-pt_PT-20160511-11 is installed
  • OR myspell-ro-20160511-11 is installed
  • OR myspell-ro_RO-20160511-11 is installed
  • OR myspell-ru_RU-20160511-11 is installed
  • OR myspell-sk_SK-20160511-11 is installed
  • OR myspell-sl_SI-20160511-11 is installed
  • OR myspell-sr-20160511-11 is installed
  • OR myspell-sr_CS-20160511-11 is installed
  • OR myspell-sr_Latn_CS-20160511-11 is installed
  • OR myspell-sr_Latn_RS-20160511-11 is installed
  • OR myspell-sr_RS-20160511-11 is installed
  • OR myspell-sv_FI-20160511-11 is installed
  • OR myspell-sv_SE-20160511-11 is installed
  • OR myspell-te-20160511-11 is installed
  • OR myspell-te_IN-20160511-11 is installed
  • OR myspell-th_TH-20160511-11 is installed
  • OR myspell-vi-20160511-11 is installed
  • OR myspell-vi_VN-20160511-11 is installed
  • OR myspell-zu_ZA-20160511-11 is installed
  • OR openCOLLADA-1_3335ac1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libuuid-devel-2.28-42 is installed
  • OR util-linux-2.28-42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • evince-3.20.2-6.19 is installed
  • OR typelib-1_0-EvinceDocument-3_0-3.20.2-6.19 is installed
  • OR typelib-1_0-EvinceView-3_0-3.20.2-6.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.93 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.93 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.93 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • go1.4-1.4.3-6 is installed
  • OR go1.4-doc-1.4.3-6 is installed
  • BACK