Revision Date: | 2021-05-12 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 15 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2020-36312: Fixed an issue in virt/kvm/kvm_main.c that had a kvm_io_bus_unregister_dev memory leak upon a kmalloc failure (bnc#1184509). - CVE-2021-29650: Fixed an issue inside the netfilter subsystem that allowed attackers to cause a denial of service (panic) because net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h lack a full memory barrier upon the assignment of a new table value (bnc#1184208). - CVE-2021-29155: Fixed an issue within kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. Specifically, for sequences of pointer arithmetic operations, the pointer modification performed by the first operation is not correctly accounted for when restricting subsequent operations (bnc#1184942). - CVE-2020-36310: Fixed an issue in arch/x86/kvm/svm/svm.c that allowed a set_memory_region_test infinite loop for certain nested page faults (bnc#1184512). - CVE-2020-27673: Fixed an issue in Xen where a guest OS users could have caused a denial of service (host OS hang) via a high rate of events to dom0 (bnc#1177411, bnc#1184583). - CVE-2021-29154: Fixed BPF JIT compilers that allowed to execute arbitrary code within the kernel context (bnc#1184391). - CVE-2020-25673: Fixed NFC endless loops caused by repeated llcp_sock_connect() (bsc#1178181). - CVE-2020-25672: Fixed NFC memory leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25671: Fixed NFC refcount leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25670: Fixed NFC refcount leak in llcp_sock_bind() (bsc#1178181). - CVE-2020-36311: Fixed an issue in arch/x86/kvm/svm/sev.c that allowed attackers to cause a denial of service (soft lockup) by triggering destruction of a large SEV VM (which requires unregistering many encrypted regions) (bnc#1184511). - CVE-2021-28950: Fixed an issue in fs/fuse/fuse_i.h where a 'stall on CPU' could have occured because a retry loop continually finds the same bad inode (bnc#1184194, bnc#1184211). - CVE-2020-36322: Fixed an issue inside the FUSE filesystem implementation where fuse_do_getattr() calls make_bad_inode() in inappropriate situations, could have caused a system crash. NOTE: the original fix for this vulnerability was incomplete, and its incompleteness is tracked as CVE-2021-28950 (bnc#1184211). - CVE-2021-30002: Fixed a memory leak issue when a webcam device exists (bnc#1184120). - CVE-2021-3483: Fixed a use-after-free bug in nosy_ioctl() (bsc#1184393). - CVE-2021-20219: Fixed a denial of service vulnerability in drivers/tty/n_tty.c of the Linux kernel. In this flaw a local attacker with a normal user privilege could have delayed the loop and cause a threat to the system availability (bnc#1184397). - CVE-2021-28964: Fixed a race condition in fs/btrfs/ctree.c that could have caused a denial of service because of a lack of locking on an extent buffer before a cloning operation (bnc#1184193). - CVE-2021-3444: Fixed the bpf verifier as it did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution (bnc#1184170). - CVE-2021-28971: Fixed a potential local denial of service in intel_pmu_drain_pebs_nhm where userspace applications can cause a system crash because the PEBS status in a PEBS record is mishandled (bnc#1184196). - CVE-2021-28688: Fixed XSA-365 that includes initialization of pointers such that subsequent cleanup code wouldn't use uninitialized or stale values. This initialization went too far and may under certain conditions also overwrite pointers which are in need of cleaning up. The lack of cleanup would result in leaking persistent grants. The leak in turn would prevent fully cleaning up after a respective guest has died, leaving around zombie domains (bnc#1183646). - CVE-2021-29265: Fixed an issue in usbip_sockfd_store in drivers/usb/usbip/stub_dev.c that allowed attackers to cause a denial of service (GPF) because the stub-up sequence has race conditions during an update of the local and shared status (bnc#1184167). - CVE-2021-29264: Fixed an issue in drivers/net/ethernet/freescale/gianfar.c in the Freescale Gianfar Ethernet driver that allowed attackers to cause a system crash because a negative fragment size is calculated in situations involving an rx queue overrun when jumbo packets are used and NAPI is enabled (bnc#1184168). - CVE-2021-28972: Fixed an issue in drivers/pci/hotplug/rpadlpar_sysfs.c where the RPA PCI Hotplug driver had a user-tolerable buffer overflow when writing a new device name to the driver from userspace, allowing userspace to write data to the kernel stack frame directly. This occurs because add_slot_store and remove_slot_store mishandle drc_name '\0' termination (bnc#1184198). - CVE-2021-29647: Fixed an issue in kernel qrtr_recvmsg in net/qrtr/qrtr.c that allowed attackers to obtain sensitive information from kernel memory because of a partially uninitialized data structure (bnc#1184192). - CVE-2020-27171: Fixed an issue in kernel/bpf/verifier.c that had an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory (bnc#1183686, bnc#1183775). - CVE-2020-27170: Fixed an issue in kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. This affects pointer types that do not define a ptr_limit (bnc#1183686 bnc#1183775). - CVE-2021-28660: Fixed rtw_wx_set_scan in drivers/staging/rtl8188eu/os_dep/ioctl_linux.c that allowed writing beyond the end of the ssid array (bnc#1183593). - CVE-2020-35519: Update patch reference for x25 fix (bsc#1183696). - CVE-2021-3428: Fixed ext4 integer overflow in ext4_es_cache_extent (bsc#1173485, bsc#1183509). - CVE-2020-0433: Fixed blk_mq_queue_tag_busy_iter of blk-mq-tag.c, where a possible use after free due to improper locking could have happened. This could have led to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1176720). - CVE-2021-28038: Fixed an issue with Xen PV. A certain part of the netback driver lacks necessary treatment of errors such as failed memory allocations (as a result of changes to the handling of grant mapping errors). A host OS denial of service may occur during misbehavior of a networking frontend driver. NOTE: this issue exists because of an incomplete fix for CVE-2021-26931 (bnc#1183022, bnc#1183069). - CVE-2020-27815: Fixed jfs array index bounds check in dbAdjTree (bsc#1179454). - CVE-2021-27365: Fixed an issue inside the iSCSI data structures that does not have appropriate length constraints or checks, and can exceed the PAGE_SIZE value. An unprivileged user can send a Netlink message that is associated with iSCSI, and has a length up to the maximum length of a Netlink message (bnc#1182715). - CVE-2021-27363: Fixed an issue with a kernel pointer leak that could have been used to determine the address of the iscsi_transport structure. When an iSCSI transport is registered with the iSCSI subsystem, the transport's handle is available to unprivileged users via the sysfs file system, at /sys/class/iscsi_transport/$TRANSPORT_NAME/handle. When read, the show_transport_handle function (in drivers/scsi/scsi_transport_iscsi.c) is called, which leaks the handle. This handle is actually the pointer to an iscsi_transport struct in the kernel module's global variables (bnc#1182716). - CVE-2021-27364: Fixed an issue in drivers/scsi/scsi_transport_iscsi.c where an unprivileged user can craft Netlink messages (bnc#1182717).
The following non-security bugs were fixed:
- Revert 'rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514)' This turned out to be a bad idea: the kernel-$flavor-devel package must be usable without kernel-$flavor, e.g. at the build of a KMP. And this change brought superfluous installation of kernel-preempt when a system had kernel-syms (bsc#1185113). - Xen/gnttab: handle p2m update errors on a per-slot basis (bsc#1183022 XSA-367). - bpf: Add sanity check for upper ptr_limit (bsc#1183686 bsc#1183775). - bpf: Simplify alu_limit masking for pointer arithmetic (bsc#1183686 bsc#1183775). - ext4: check journal inode extents more carefully (bsc#1173485). - ext4: do not allow overlapping system zones (bsc#1173485). - ext4: handle error of ext4_setup_system_zone() on remount (bsc#1173485). - hv: clear ring_buffer pointer during cleanup (part of ae6935ed) (bsc#1181032). - hv_netvsc: remove ndo_poll_controller (bsc#1185248). - macros.kernel-source: Use spec_install_pre for certificate installation (boo#1182672). - post.sh: Return an error when module update fails (bsc#1047233 bsc#1184388). - rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514). - rpm/kernel-obs-build.spec.in: Include essiv with dm-crypt (boo#1183063). - rpm/kernel-subpackage-build: Workaround broken bot (https://github.com/openSUSE/openSUSE-release-tools/issues/2439) - rpm/macros.kernel-source: fix KMP failure in %install (bsc#1185244) - rpm/mkspec: Use tilde instead of dot for version string with rc (bsc#1184650) - xen-netback: respect gnttab_map_refs()'s return value (bsc#1183022 XSA-367).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1047233 1173485 1176720 1177411 1178181 1179454 1181032 1182672 1182715 1182716 1182717 1183022 1183063 1183069 1183509 1183593 1183646 1183686 1183696 1183775 1184120 1184167 1184168 1184170 1184192 1184193 1184194 1184196 1184198 1184208 1184211 1184388 1184391 1184393 1184397 1184509 1184511 1184512 1184514 1184583 1184650 1184942 1185113 1185244 1185248 CVE-2006-0855 CVE-2006-7250 CVE-2007-1669 CVE-2008-5077 CVE-2009-0590 CVE-2009-0591 CVE-2009-0789 CVE-2009-1377 CVE-2009-1378 CVE-2009-1379 CVE-2009-1386 CVE-2009-1387 CVE-2009-3700 CVE-2009-3826 CVE-2009-4029 CVE-2010-0624 CVE-2010-0740 CVE-2010-0742 CVE-2010-1633 CVE-2010-2891 CVE-2010-2939 CVE-2010-3864 CVE-2010-5298 CVE-2011-0014 CVE-2011-3207 CVE-2011-3210 CVE-2011-4108 CVE-2011-4576 CVE-2011-4577 CVE-2011-4619 CVE-2012-0027 CVE-2012-0050 CVE-2012-0786 CVE-2012-0884 CVE-2012-1165 CVE-2012-2110 CVE-2012-2686 CVE-2012-4929 CVE-2013-0166 CVE-2013-0169 CVE-2013-4242 CVE-2013-4353 CVE-2013-6449 CVE-2013-6450 CVE-2013-6473 CVE-2013-6474 CVE-2013-6475 CVE-2013-6476 CVE-2014-0076 CVE-2014-0160 CVE-2014-0195 CVE-2014-0198 CVE-2014-0221 CVE-2014-0224 CVE-2014-1829 CVE-2014-1830 CVE-2014-2707 CVE-2014-3065 CVE-2014-3470 CVE-2014-3505 CVE-2014-3506 CVE-2014-3507 CVE-2014-3508 CVE-2014-3509 CVE-2014-3510 CVE-2014-3511 CVE-2014-3512 CVE-2014-3513 CVE-2014-3566 CVE-2014-3567 CVE-2014-3568 CVE-2014-3569 CVE-2014-3570 CVE-2014-3571 CVE-2014-3572 CVE-2014-3591 CVE-2014-4288 CVE-2014-4336 CVE-2014-4337 CVE-2014-4338 CVE-2014-5139 CVE-2014-6456 CVE-2014-6457 CVE-2014-6458 CVE-2014-6466 CVE-2014-6476 CVE-2014-6492 CVE-2014-6493 CVE-2014-6502 CVE-2014-6503 CVE-2014-6506 CVE-2014-6511 CVE-2014-6512 CVE-2014-6513 CVE-2014-6515 CVE-2014-6527 CVE-2014-6531 CVE-2014-6532 CVE-2014-6558 CVE-2014-8119 CVE-2014-8275 CVE-2014-8891 CVE-2014-8892 CVE-2015-0204 CVE-2015-0205 CVE-2015-0206 CVE-2015-0209 CVE-2015-0286 CVE-2015-0287 CVE-2015-0288 CVE-2015-0289 CVE-2015-0293 CVE-2015-0458 CVE-2015-0459 CVE-2015-0469 CVE-2015-0477 CVE-2015-0478 CVE-2015-0480 CVE-2015-0486 CVE-2015-0488 CVE-2015-0491 CVE-2015-0837 CVE-2015-1788 CVE-2015-1789 CVE-2015-1790 CVE-2015-1791 CVE-2015-1792 CVE-2015-1793 CVE-2015-1794 CVE-2015-1931 CVE-2015-2265 CVE-2015-2296 CVE-2015-2590 CVE-2015-2601 CVE-2015-2613 CVE-2015-2619 CVE-2015-2621 CVE-2015-2625 CVE-2015-2632 CVE-2015-2637 CVE-2015-2638 CVE-2015-2664 CVE-2015-2808 CVE-2015-3193 CVE-2015-3194 CVE-2015-3195 CVE-2015-3196 CVE-2015-3197 CVE-2015-3258 CVE-2015-3279 CVE-2015-4000 CVE-2015-4729 CVE-2015-4731 CVE-2015-4732 CVE-2015-4733 CVE-2015-4734 CVE-2015-4748 CVE-2015-4749 CVE-2015-4760 CVE-2015-4803 CVE-2015-4805 CVE-2015-4806 CVE-2015-4810 CVE-2015-4835 CVE-2015-4840 CVE-2015-4842 CVE-2015-4843 CVE-2015-4844 CVE-2015-4860 CVE-2015-4871 CVE-2015-4872 CVE-2015-4882 CVE-2015-4883 CVE-2015-4893 CVE-2015-4902 CVE-2015-4903 CVE-2015-4911 CVE-2015-5006 CVE-2015-5041 CVE-2015-7511 CVE-2015-7575 CVE-2015-8079 CVE-2015-8126 CVE-2015-8327 CVE-2015-8472 CVE-2015-8560 CVE-2015-8936 CVE-2016-0264 CVE-2016-0363 CVE-2016-0376 CVE-2016-0402 CVE-2016-0448 CVE-2016-0466 CVE-2016-0475 CVE-2016-0483 CVE-2016-0494 CVE-2016-0686 CVE-2016-0687 CVE-2016-0701 CVE-2016-0702 CVE-2016-0705 CVE-2016-0797 CVE-2016-0798 CVE-2016-0800 CVE-2016-10165 CVE-2016-10198 CVE-2016-10199 CVE-2016-2105 CVE-2016-2106 CVE-2016-2107 CVE-2016-2109 CVE-2016-2176 CVE-2016-2177 CVE-2016-2178 CVE-2016-2179 CVE-2016-2180 CVE-2016-2181 CVE-2016-2182 CVE-2016-2183 CVE-2016-3422 CVE-2016-3426 CVE-2016-3427 CVE-2016-3443 CVE-2016-3449 CVE-2016-3485 CVE-2016-3511 CVE-2016-3598 CVE-2016-5542 CVE-2016-5547 CVE-2016-5548 CVE-2016-5549 CVE-2016-5552 CVE-2016-5554 CVE-2016-5556 CVE-2016-5568 CVE-2016-5573 CVE-2016-5597 CVE-2016-6302 CVE-2016-6303 CVE-2016-6304 CVE-2016-6306 CVE-2016-6313 CVE-2016-6321 CVE-2016-7052 CVE-2016-7055 CVE-2016-7056 CVE-2016-9634 CVE-2016-9635 CVE-2016-9636 CVE-2016-9807 CVE-2016-9808 CVE-2016-9810 CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843 CVE-2017-10053 CVE-2017-10067 CVE-2017-10074 CVE-2017-10078 CVE-2017-10081 CVE-2017-10087 CVE-2017-10089 CVE-2017-10090 CVE-2017-10096 CVE-2017-10101 CVE-2017-10102 CVE-2017-10105 CVE-2017-10107 CVE-2017-10108 CVE-2017-10109 CVE-2017-10110 CVE-2017-10111 CVE-2017-10115 CVE-2017-10116 CVE-2017-10125 CVE-2017-10243 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-10388 CVE-2017-11624 CVE-2017-11625 CVE-2017-11626 CVE-2017-11627 CVE-2017-12595 CVE-2017-1289 CVE-2017-3231 CVE-2017-3241 CVE-2017-3252 CVE-2017-3253 CVE-2017-3259 CVE-2017-3261 CVE-2017-3272 CVE-2017-3289 CVE-2017-3509 CVE-2017-3511 CVE-2017-3512 CVE-2017-3514 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 CVE-2017-3731 CVE-2017-3732 CVE-2017-3736 CVE-2017-5840 CVE-2017-5841 CVE-2017-5845 CVE-2017-7526 CVE-2017-9208 CVE-2017-9209 CVE-2017-9210 CVE-2018-0495 CVE-2018-10195 CVE-2018-11212 CVE-2018-12539 CVE-2018-12547 CVE-2018-12549 CVE-2018-13785 CVE-2018-1417 CVE-2018-1517 CVE-2018-1656 CVE-2018-1890 CVE-2018-2579 CVE-2018-2582 CVE-2018-2588 CVE-2018-2599 CVE-2018-2602 CVE-2018-2603 CVE-2018-2618 CVE-2018-2633 CVE-2018-2634 CVE-2018-2637 CVE-2018-2638 CVE-2018-2639 CVE-2018-2641 CVE-2018-2663 CVE-2018-2677 CVE-2018-2678 CVE-2018-2783 CVE-2018-2790 CVE-2018-2794 CVE-2018-2795 CVE-2018-2796 CVE-2018-2797 CVE-2018-2798 CVE-2018-2799 CVE-2018-2800 CVE-2018-2814 CVE-2018-2825 CVE-2018-2826 CVE-2018-2940 CVE-2018-2952 CVE-2018-2964 CVE-2018-2973 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3183 CVE-2018-3214 CVE-2019-10245 CVE-2019-11771 CVE-2019-11772 CVE-2019-11775 CVE-2019-13627 CVE-2019-2422 CVE-2019-2426 CVE-2019-2449 CVE-2019-2602 CVE-2019-2684 CVE-2019-2697 CVE-2019-2698 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2786 CVE-2019-2816 CVE-2019-4473 CVE-2019-7317 CVE-2020-0433 CVE-2020-25670 CVE-2020-25671 CVE-2020-25672 CVE-2020-25673 CVE-2020-27170 CVE-2020-27171 CVE-2020-27673 CVE-2020-27815 CVE-2020-35519 CVE-2020-36310 CVE-2020-36311 CVE-2020-36312 CVE-2020-36322 CVE-2021-20219 CVE-2021-27363 CVE-2021-27364 CVE-2021-27365 CVE-2021-28038 CVE-2021-28660 CVE-2021-28688 CVE-2021-28950 CVE-2021-28964 CVE-2021-28971 CVE-2021-28972 CVE-2021-29154 CVE-2021-29155 CVE-2021-29264 CVE-2021-29265 CVE-2021-29647 CVE-2021-29650 CVE-2021-30002 CVE-2021-3428 CVE-2021-3444 CVE-2021-3483 SUSE-SU-2021:1573-1
|
Platform(s): | openSUSE 13.2 openSUSE 13.2 NonFree SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Desktop 12 SP4 SUSE Linux Enterprise High Availability 12 SP1 SUSE Linux Enterprise High Availability 12 SP2 SUSE Linux Enterprise High Performance Computing 15-ESPOS SUSE Linux Enterprise High Performance Computing 15-LTSS 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 12 SP2 SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS 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 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 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-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 SP1 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
| Product(s): | |
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed AND haproxy-1.5.4-2.4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND LibVNCServer-0.9.1-156.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libpython3_4m1_0-3.4.5-17.1 is installed
OR python3-3.4.5-17.1 is installed
OR python3-base-3.4.5-17.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libpcre1-8.39-5 is installed
OR libpcre1-32bit-8.39-5 is installed
OR libpcre16-0-8.39-5 is installed
OR 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 Desktop 12 SP3 is installed
AND Package Information
libpoppler-glib8-0.43.0-16.5 is installed
OR libpoppler-qt4-4-0.43.0-16.5 is installed
OR libpoppler60-0.43.0-16.5 is installed
OR poppler-0.43.0-16.5 is installed
OR poppler-qt-0.43.0-16.5 is installed
OR poppler-tools-0.43.0-16.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND Package Information
libreoffice-6.0.5.2-43.38 is installed
OR libreoffice-base-6.0.5.2-43.38 is installed
OR libreoffice-base-drivers-mysql-6.0.5.2-43.38 is installed
OR libreoffice-base-drivers-postgresql-6.0.5.2-43.38 is installed
OR libreoffice-branding-upstream-6.0.5.2-43.38 is installed
OR libreoffice-calc-6.0.5.2-43.38 is installed
OR libreoffice-calc-extensions-6.0.5.2-43.38 is installed
OR libreoffice-draw-6.0.5.2-43.38 is installed
OR libreoffice-filters-optional-6.0.5.2-43.38 is installed
OR libreoffice-gnome-6.0.5.2-43.38 is installed
OR libreoffice-gtk2-6.0.5.2-43.38 is installed
OR libreoffice-icon-themes-6.0.5.2-43.38 is installed
OR libreoffice-impress-6.0.5.2-43.38 is installed
OR libreoffice-l10n-af-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ar-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ca-6.0.5.2-43.38 is installed
OR libreoffice-l10n-cs-6.0.5.2-43.38 is installed
OR libreoffice-l10n-da-6.0.5.2-43.38 is installed
OR libreoffice-l10n-de-6.0.5.2-43.38 is installed
OR libreoffice-l10n-en-6.0.5.2-43.38 is installed
OR libreoffice-l10n-es-6.0.5.2-43.38 is installed
OR libreoffice-l10n-fi-6.0.5.2-43.38 is installed
OR libreoffice-l10n-fr-6.0.5.2-43.38 is installed
OR libreoffice-l10n-gu-6.0.5.2-43.38 is installed
OR libreoffice-l10n-hi-6.0.5.2-43.38 is installed
OR libreoffice-l10n-hu-6.0.5.2-43.38 is installed
OR libreoffice-l10n-it-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ja-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ko-6.0.5.2-43.38 is installed
OR libreoffice-l10n-nb-6.0.5.2-43.38 is installed
OR libreoffice-l10n-nl-6.0.5.2-43.38 is installed
OR libreoffice-l10n-nn-6.0.5.2-43.38 is installed
OR libreoffice-l10n-pl-6.0.5.2-43.38 is installed
OR libreoffice-l10n-pt_BR-6.0.5.2-43.38 is installed
OR libreoffice-l10n-pt_PT-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ro-6.0.5.2-43.38 is installed
OR libreoffice-l10n-ru-6.0.5.2-43.38 is installed
OR libreoffice-l10n-sk-6.0.5.2-43.38 is installed
OR libreoffice-l10n-sv-6.0.5.2-43.38 is installed
OR libreoffice-l10n-xh-6.0.5.2-43.38 is installed
OR libreoffice-l10n-zh_CN-6.0.5.2-43.38 is installed
OR libreoffice-l10n-zh_TW-6.0.5.2-43.38 is installed
OR libreoffice-l10n-zu-6.0.5.2-43.38 is installed
OR libreoffice-mailmerge-6.0.5.2-43.38 is installed
OR libreoffice-math-6.0.5.2-43.38 is installed
OR libreoffice-officebean-6.0.5.2-43.38 is installed
OR libreoffice-pyuno-6.0.5.2-43.38 is installed
OR libreoffice-writer-6.0.5.2-43.38 is installed
OR libreoffice-writer-extensions-6.0.5.2-43.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP1 is installed
AND hawk2-1.0.1+git.1456406635.49e230d-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability 12 SP2 is installed
AND Package Information
libpcreposix0-8.39-7 is installed
OR pcre-8.39-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise High Performance Computing 15-ESPOS is installed
AND
kernel-default-4.12.14-150.72.1 is installed
OR kernel-default-base-4.12.14-150.72.1 is installed
OR kernel-default-devel-4.12.14-150.72.1 is installed
OR kernel-devel-4.12.14-150.72.1 is installed
OR kernel-docs-4.12.14-150.72.2 is installed
OR kernel-macros-4.12.14-150.72.1 is installed
OR kernel-obs-build-4.12.14-150.72.1 is installed
OR kernel-source-4.12.14-150.72.1 is installed
OR kernel-syms-4.12.14-150.72.1 is installed
OR kernel-vanilla-base-4.12.14-150.72.1 is installed
OR Package Information
SUSE Linux Enterprise High Performance Computing 15-LTSS is installed
AND
kernel-default-4.12.14-150.72.1 is installed
OR kernel-default-base-4.12.14-150.72.1 is installed
OR kernel-default-devel-4.12.14-150.72.1 is installed
OR kernel-devel-4.12.14-150.72.1 is installed
OR kernel-docs-4.12.14-150.72.2 is installed
OR kernel-macros-4.12.14-150.72.1 is installed
OR kernel-obs-build-4.12.14-150.72.1 is installed
OR kernel-source-4.12.14-150.72.1 is installed
OR kernel-syms-4.12.14-150.72.1 is installed
OR kernel-vanilla-base-4.12.14-150.72.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-43 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.44-52.10 is installed
OR kernel-ec2-devel-3.12.44-52.10 is installed
OR kernel-ec2-extra-3.12.44-52.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
nodejs4-4.6.1-11 is installed
OR nodejs4-devel-4.6.1-11 is installed
OR nodejs4-docs-4.6.1-11 is installed
OR npm4-4.6.1-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 12 SP2 is installed
AND Package Information
salt-2016.11.4-46.10 is installed
OR salt-minion-2016.11.4-46.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
AND Package Information
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 11 is installed
AND Package Information
libpython2_6-1_0-2.6.0-8.8.6.1 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.8.6.1 is installed
OR libpython2_6-1_0-x86-2.6.0-8.8.6.1 is installed
OR python-2.6.0-8.9.6.2 is installed
OR python-32bit-2.6.0-8.9.6.2 is installed
OR python-base-2.6.0-8.8.6.1 is installed
OR python-base-32bit-2.6.0-8.8.6.1 is installed
OR python-base-x86-2.6.0-8.8.6.1 is installed
OR python-curses-2.6.0-8.9.6.2 is installed
OR python-demo-2.6.0-8.9.6.2 is installed
OR python-gdbm-2.6.0-8.9.6.2 is installed
OR python-idle-2.6.0-8.9.6.2 is installed
OR python-tk-2.6.0-8.9.6.2 is installed
OR python-x86-2.6.0-8.9.6.2 is installed
OR python-xml-2.6.0-8.8.6.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
apache2-2.2.12-1.28.1 is installed
OR apache2-doc-2.2.12-1.28.1 is installed
OR apache2-example-pages-2.2.12-1.28.1 is installed
OR apache2-prefork-2.2.12-1.28.1 is installed
OR apache2-utils-2.2.12-1.28.1 is installed
OR apache2-worker-2.2.12-1.28.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
apache2-2.2.12-1.28.1 is installed
OR apache2-doc-2.2.12-1.28.1 is installed
OR apache2-example-pages-2.2.12-1.28.1 is installed
OR apache2-prefork-2.2.12-1.28.1 is installed
OR apache2-utils-2.2.12-1.28.1 is installed
OR apache2-worker-2.2.12-1.28.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND dhcpcd-3.2.3-44.30.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND dhcpcd-3.2.3-44.30.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
PackageKit-0.3.14-2.12.105 is installed
OR PackageKit-lang-0.3.14-2.12.105 is installed
OR hal-0.5.12-23.40.5 is installed
OR hal-32bit-0.5.12-23.40.5 is installed
OR hal-doc-0.5.12-23.40.6 is installed
OR hal-x86-0.5.12-23.40.5 is installed
OR libpackagekit-glib10-0.3.14-2.12.105 is installed
OR yast2-core-2.17.35-0.2.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND Package Information
MozillaFirefox-38.2.0esr-10.1 is installed
OR MozillaFirefox-branding-SLED-31.0-0.5.7.11 is installed
OR MozillaFirefox-translations-38.2.0esr-10.1 is installed
OR firefox-gcc47-4.7.2_20130108-0.37.2 is installed
OR firefox-libgcc_s1-4.7.2_20130108-0.37.2 is installed
OR firefox-libstdc++6-4.7.2_20130108-0.37.2 is installed
OR libfreebl3-3.19.2.0-0.7.1 is installed
OR libfreebl3-32bit-3.19.2.0-0.7.1 is installed
OR mozilla-nss-3.19.2.0-0.7.1 is installed
OR mozilla-nss-32bit-3.19.2.0-0.7.1 is installed
OR mozilla-nss-devel-3.19.2.0-0.7.1 is installed
OR mozilla-nss-tools-3.19.2.0-0.7.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
apache2-2.2.12-1.40.1 is installed
OR apache2-doc-2.2.12-1.40.1 is installed
OR apache2-example-pages-2.2.12-1.40.1 is installed
OR apache2-prefork-2.2.12-1.40.1 is installed
OR apache2-utils-2.2.12-1.40.1 is installed
OR apache2-worker-2.2.12-1.40.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
apache2-2.2.12-1.40.1 is installed
OR apache2-doc-2.2.12-1.40.1 is installed
OR apache2-example-pages-2.2.12-1.40.1 is installed
OR apache2-prefork-2.2.12-1.40.1 is installed
OR apache2-utils-2.2.12-1.40.1 is installed
OR apache2-worker-2.2.12-1.40.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
apache2-2.2.12-1.40.1 is installed
OR apache2-doc-2.2.12-1.40.1 is installed
OR apache2-example-pages-2.2.12-1.40.1 is installed
OR apache2-prefork-2.2.12-1.40.1 is installed
OR apache2-utils-2.2.12-1.40.1 is installed
OR apache2-worker-2.2.12-1.40.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND acpid-1.0.6-91.16.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND Package Information
bind-9.9.6P1-0.33.1 is installed
OR bind-chrootenv-9.9.6P1-0.33.1 is installed
OR bind-devel-9.9.6P1-0.33.1 is installed
OR bind-doc-9.9.6P1-0.33.1 is installed
OR bind-libs-9.9.6P1-0.33.1 is installed
OR bind-libs-32bit-9.9.6P1-0.33.1 is installed
OR bind-utils-9.9.6P1-0.33.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libicu-4.0-7.28.1 is installed
OR libicu-32bit-4.0-7.28.1 is installed
OR libicu-doc-4.0-7.28.1 is installed
OR libicu-x86-4.0-7.28.1 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libicu-4.0-7.28.1 is installed
OR libicu-32bit-4.0-7.28.1 is installed
OR libicu-doc-4.0-7.28.1 is installed
OR libicu-x86-4.0-7.28.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
apache2-2.2.12-1.38.2 is installed
OR apache2-doc-2.2.12-1.38.2 is installed
OR apache2-example-pages-2.2.12-1.38.2 is installed
OR apache2-prefork-2.2.12-1.38.2 is installed
OR apache2-utils-2.2.12-1.38.2 is installed
OR apache2-worker-2.2.12-1.38.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.30-75.1 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75.1 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75.1 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75.1 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75.1 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND apache2-mod_perl-2.0.4-40.24.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
cpio-2.11-29 is installed
OR cpio-lang-2.11-29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
ghostscript-9.15-6 is installed
OR ghostscript-x11-9.15-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
guile-2.0.9-8 is installed
OR guile-modules-2_0-2.0.9-8 is installed
OR libguile-2_0-22-2.0.9-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_54-default-5-2 is installed
OR kgraft-patch-3_12_74-60_64_54-xen-5-2 is installed
OR kgraft-patch-SLE12-SP1_Update_19-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
ghostscript-9.15-17.2 is installed
OR ghostscript-x11-9.15-17.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
augeas-1.2.0-15 is installed
OR augeas-lenses-1.2.0-15 is installed
OR libaugeas0-1.2.0-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND python-requests-2.11.1-6.28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP5 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
bind-9.9.9P1-28.26 is installed
OR bind-chrootenv-9.9.9P1-28.26 is installed
OR bind-doc-9.9.9P1-28.26 is installed
OR bind-libs-9.9.9P1-28.26 is installed
OR bind-libs-32bit-9.9.9P1-28.26 is installed
OR bind-utils-9.9.9P1-28.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
bind-9.9.9P1-28.26 is installed
OR bind-chrootenv-9.9.9P1-28.26 is installed
OR bind-doc-9.9.9P1-28.26 is installed
OR bind-libs-9.9.9P1-28.26 is installed
OR bind-libs-32bit-9.9.9P1-28.26 is installed
OR bind-utils-9.9.9P1-28.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND apache2-mod_jk-1.2.40-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libgudev-1_0-0-210-70.58 is installed
OR libgudev-1_0-0-32bit-210-70.58 is installed
OR libudev1-210-70.58 is installed
OR libudev1-32bit-210-70.58 is installed
OR systemd-210-70.58 is installed
OR systemd-32bit-210-70.58 is installed
OR systemd-bash-completion-210-70.58 is installed
OR systemd-sysvinit-210-70.58 is installed
OR udev-210-70.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
compat-openssl098-0.9.8j-94 is installed
OR libopenssl0_9_8-0.9.8j-94 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
finch-2.6.6-0.19.1 is installed
OR finch-devel-2.6.6-0.19.1 is installed
OR libpurple-2.6.6-0.19.1 is installed
OR libpurple-devel-2.6.6-0.19.1 is installed
OR libpurple-lang-2.6.6-0.19.1 is installed
OR pidgin-2.6.6-0.19.1 is installed
OR pidgin-devel-2.6.6-0.19.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28.2 is installed
OR MozillaFirefox-devel-38.5.0esr-28.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND NetworkManager-devel-0.7.1_git20090811-3.28.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 is installed
AND MozillaFirefox-devel-31.1.0esr-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
AND Package Information
finch-devel-2.10.9-8 is installed
OR libpurple-2.10.9-8 is installed
OR libpurple-devel-2.10.9-8 is installed
OR libpurple-lang-2.10.9-8 is installed
OR pidgin-devel-2.10.9-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
AND libgssglue-devel-0.4-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
AND Package Information
DirectFB-devel-1.7.1-6 is installed
OR lib++dfb-devel-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
AND LibVNCServer-devel-0.9.9-17.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 12 SP5 is installed
AND Package Information
NetworkManager-1.0.12-13.12 is installed
OR NetworkManager-devel-1.0.12-13.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.5.2-10.1 is installed
OR libreoffice-base-4.3.5.2-10.1 is installed
OR libreoffice-base-drivers-mysql-4.3.5.2-10.1 is installed
OR libreoffice-base-drivers-postgresql-4.3.5.2-10.1 is installed
OR libreoffice-calc-4.3.5.2-10.1 is installed
OR libreoffice-calc-extensions-4.3.5.2-10.1 is installed
OR libreoffice-draw-4.3.5.2-10.1 is installed
OR libreoffice-filters-optional-4.3.5.2-10.1 is installed
OR libreoffice-gnome-4.3.5.2-10.1 is installed
OR libreoffice-icon-theme-tango-4.3.5.2-10.1 is installed
OR libreoffice-impress-4.3.5.2-10.1 is installed
OR libreoffice-l10n-af-4.3.5.2-10.1 is installed
OR libreoffice-l10n-ar-4.3.5.2-10.1 is installed
OR libreoffice-l10n-ca-4.3.5.2-10.1 is installed
OR libreoffice-l10n-cs-4.3.5.2-10.1 is installed
OR libreoffice-l10n-da-4.3.5.2-10.1 is installed
OR libreoffice-l10n-de-4.3.5.2-10.1 is installed
OR libreoffice-l10n-en-4.3.5.2-10.1 is installed
OR libreoffice-l10n-es-4.3.5.2-10.1 is installed
OR libreoffice-l10n-fi-4.3.5.2-10.1 is installed
OR libreoffice-l10n-fr-4.3.5.2-10.1 is installed
OR libreoffice-l10n-gu-4.3.5.2-10.1 is installed
OR libreoffice-l10n-hi-4.3.5.2-10.1 is installed
OR libreoffice-l10n-hu-4.3.5.2-10.1 is installed
OR libreoffice-l10n-it-4.3.5.2-10.1 is installed
OR libreoffice-l10n-ja-4.3.5.2-10.1 is installed
OR libreoffice-l10n-ko-4.3.5.2-10.1 is installed
OR libreoffice-l10n-nb-4.3.5.2-10.1 is installed
OR libreoffice-l10n-nl-4.3.5.2-10.1 is installed
OR libreoffice-l10n-nn-4.3.5.2-10.1 is installed
OR libreoffice-l10n-pl-4.3.5.2-10.1 is installed
OR libreoffice-l10n-pt-BR-4.3.5.2-10.1 is installed
OR libreoffice-l10n-pt-PT-4.3.5.2-10.1 is installed
OR libreoffice-l10n-ru-4.3.5.2-10.1 is installed
OR libreoffice-l10n-sk-4.3.5.2-10.1 is installed
OR libreoffice-l10n-sv-4.3.5.2-10.1 is installed
OR libreoffice-l10n-xh-4.3.5.2-10.1 is installed
OR libreoffice-l10n-zh-Hans-4.3.5.2-10.1 is installed
OR libreoffice-l10n-zh-Hant-4.3.5.2-10.1 is installed
OR libreoffice-l10n-zu-4.3.5.2-10.1 is installed
OR libreoffice-mailmerge-4.3.5.2-10.1 is installed
OR libreoffice-math-4.3.5.2-10.1 is installed
OR libreoffice-officebean-4.3.5.2-10.1 is installed
OR libreoffice-pyuno-4.3.5.2-10.1 is installed
OR libreoffice-writer-4.3.5.2-10.1 is installed
OR libreoffice-writer-extensions-4.3.5.2-10.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.51-60.20.2 is installed
OR kernel-default-extra-3.12.51-60.20.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.74-92.38.1 is installed
OR kernel-default-extra-4.4.74-92.38.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libixion-0.12.1-13.2.1 is installed
OR libixion-0_12-0-0.12.1-13.2.1 is installed
OR libmwaw-0.3.11-7.5.1 is installed
OR libmwaw-0_3-3-0.3.11-7.5.1 is installed
OR liborcus-0.12.1-10.5.1 is installed
OR liborcus-0_12-0-0.12.1-10.5.1 is installed
OR libreoffice-5.3.5.2-43.5.4 is installed
OR libreoffice-base-5.3.5.2-43.5.4 is installed
OR libreoffice-base-drivers-mysql-5.3.5.2-43.5.4 is installed
OR libreoffice-base-drivers-postgresql-5.3.5.2-43.5.4 is installed
OR libreoffice-calc-5.3.5.2-43.5.4 is installed
OR libreoffice-calc-extensions-5.3.5.2-43.5.4 is installed
OR libreoffice-draw-5.3.5.2-43.5.4 is installed
OR libreoffice-filters-optional-5.3.5.2-43.5.4 is installed
OR libreoffice-gnome-5.3.5.2-43.5.4 is installed
OR libreoffice-icon-theme-galaxy-5.3.5.2-43.5.4 is installed
OR libreoffice-icon-theme-tango-5.3.5.2-43.5.4 is installed
OR libreoffice-impress-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-af-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-ar-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-bg-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-ca-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-cs-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-da-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-de-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-en-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-es-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-fi-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-fr-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-gu-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-hi-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-hr-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-hu-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-it-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-ja-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-ko-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-lt-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-nb-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-nl-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-nn-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-pl-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-pt_BR-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-pt_PT-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-ro-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-ru-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-sk-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-sv-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-uk-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-xh-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-zh_CN-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-zh_TW-5.3.5.2-43.5.4 is installed
OR libreoffice-l10n-zu-5.3.5.2-43.5.4 is installed
OR libreoffice-mailmerge-5.3.5.2-43.5.4 is installed
OR libreoffice-math-5.3.5.2-43.5.4 is installed
OR libreoffice-officebean-5.3.5.2-43.5.4 is installed
OR libreoffice-pyuno-5.3.5.2-43.5.4 is installed
OR libreoffice-writer-5.3.5.2-43.5.4 is installed
OR libreoffice-writer-extensions-5.3.5.2-43.5.4 is installed
OR libreofficekit-5.3.5.2-43.5.4 is installed
OR libstaroffice-0.0.3-4.1 is installed
OR libstaroffice-0_0-0-0.0.3-4.1 is installed
OR libzmf-0.0.1-4.1 is installed
OR libzmf-0_0-0-0.0.1-4.1 is installed
OR myspell-af_NA-20170511-16.2.1 is installed
OR myspell-af_ZA-20170511-16.2.1 is installed
OR myspell-ar-20170511-16.2.1 is installed
OR myspell-ar_AE-20170511-16.2.1 is installed
OR myspell-ar_BH-20170511-16.2.1 is installed
OR myspell-ar_DZ-20170511-16.2.1 is installed
OR myspell-ar_EG-20170511-16.2.1 is installed
OR myspell-ar_IQ-20170511-16.2.1 is installed
OR myspell-ar_JO-20170511-16.2.1 is installed
OR myspell-ar_KW-20170511-16.2.1 is installed
OR myspell-ar_LB-20170511-16.2.1 is installed
OR myspell-ar_LY-20170511-16.2.1 is installed
OR myspell-ar_MA-20170511-16.2.1 is installed
OR myspell-ar_OM-20170511-16.2.1 is installed
OR myspell-ar_QA-20170511-16.2.1 is installed
OR myspell-ar_SA-20170511-16.2.1 is installed
OR myspell-ar_SD-20170511-16.2.1 is installed
OR myspell-ar_SY-20170511-16.2.1 is installed
OR myspell-ar_TN-20170511-16.2.1 is installed
OR myspell-ar_YE-20170511-16.2.1 is installed
OR myspell-be_BY-20170511-16.2.1 is installed
OR myspell-bg_BG-20170511-16.2.1 is installed
OR myspell-bn_BD-20170511-16.2.1 is installed
OR myspell-bn_IN-20170511-16.2.1 is installed
OR myspell-bs-20170511-16.2.1 is installed
OR myspell-bs_BA-20170511-16.2.1 is installed
OR myspell-ca-20170511-16.2.1 is installed
OR myspell-ca_AD-20170511-16.2.1 is installed
OR myspell-ca_ES-20170511-16.2.1 is installed
OR myspell-ca_ES_valencia-20170511-16.2.1 is installed
OR myspell-ca_FR-20170511-16.2.1 is installed
OR myspell-ca_IT-20170511-16.2.1 is installed
OR myspell-cs_CZ-20170511-16.2.1 is installed
OR myspell-da_DK-20170511-16.2.1 is installed
OR myspell-de-20170511-16.2.1 is installed
OR myspell-de_AT-20170511-16.2.1 is installed
OR myspell-de_CH-20170511-16.2.1 is installed
OR myspell-de_DE-20170511-16.2.1 is installed
OR myspell-dictionaries-20170511-16.2.1 is installed
OR myspell-el_GR-20170511-16.2.1 is installed
OR myspell-en-20170511-16.2.1 is installed
OR myspell-en_AU-20170511-16.2.1 is installed
OR myspell-en_BS-20170511-16.2.1 is installed
OR myspell-en_BZ-20170511-16.2.1 is installed
OR myspell-en_CA-20170511-16.2.1 is installed
OR myspell-en_GB-20170511-16.2.1 is installed
OR myspell-en_GH-20170511-16.2.1 is installed
OR myspell-en_IE-20170511-16.2.1 is installed
OR myspell-en_IN-20170511-16.2.1 is installed
OR myspell-en_JM-20170511-16.2.1 is installed
OR myspell-en_MW-20170511-16.2.1 is installed
OR myspell-en_NA-20170511-16.2.1 is installed
OR myspell-en_NZ-20170511-16.2.1 is installed
OR myspell-en_PH-20170511-16.2.1 is installed
OR myspell-en_TT-20170511-16.2.1 is installed
OR myspell-en_US-20170511-16.2.1 is installed
OR myspell-en_ZA-20170511-16.2.1 is installed
OR myspell-en_ZW-20170511-16.2.1 is installed
OR myspell-es-20170511-16.2.1 is installed
OR myspell-es_AR-20170511-16.2.1 is installed
OR myspell-es_BO-20170511-16.2.1 is installed
OR myspell-es_CL-20170511-16.2.1 is installed
OR myspell-es_CO-20170511-16.2.1 is installed
OR myspell-es_CR-20170511-16.2.1 is installed
OR myspell-es_CU-20170511-16.2.1 is installed
OR myspell-es_DO-20170511-16.2.1 is installed
OR myspell-es_EC-20170511-16.2.1 is installed
OR myspell-es_ES-20170511-16.2.1 is installed
OR myspell-es_GT-20170511-16.2.1 is installed
OR myspell-es_HN-20170511-16.2.1 is installed
OR myspell-es_MX-20170511-16.2.1 is installed
OR myspell-es_NI-20170511-16.2.1 is installed
OR myspell-es_PA-20170511-16.2.1 is installed
OR myspell-es_PE-20170511-16.2.1 is installed
OR myspell-es_PR-20170511-16.2.1 is installed
OR myspell-es_PY-20170511-16.2.1 is installed
OR myspell-es_SV-20170511-16.2.1 is installed
OR myspell-es_UY-20170511-16.2.1 is installed
OR myspell-es_VE-20170511-16.2.1 is installed
OR myspell-et_EE-20170511-16.2.1 is installed
OR myspell-fr_BE-20170511-16.2.1 is installed
OR myspell-fr_CA-20170511-16.2.1 is installed
OR myspell-fr_CH-20170511-16.2.1 is installed
OR myspell-fr_FR-20170511-16.2.1 is installed
OR myspell-fr_LU-20170511-16.2.1 is installed
OR myspell-fr_MC-20170511-16.2.1 is installed
OR myspell-gu_IN-20170511-16.2.1 is installed
OR myspell-he_IL-20170511-16.2.1 is installed
OR myspell-hi_IN-20170511-16.2.1 is installed
OR myspell-hr_HR-20170511-16.2.1 is installed
OR myspell-hu_HU-20170511-16.2.1 is installed
OR myspell-it_IT-20170511-16.2.1 is installed
OR myspell-lightproof-en-20170511-16.2.1 is installed
OR myspell-lightproof-hu_HU-20170511-16.2.1 is installed
OR myspell-lightproof-pt_BR-20170511-16.2.1 is installed
OR myspell-lightproof-ru_RU-20170511-16.2.1 is installed
OR myspell-lo_LA-20170511-16.2.1 is installed
OR myspell-lt_LT-20170511-16.2.1 is installed
OR myspell-lv_LV-20170511-16.2.1 is installed
OR myspell-nb_NO-20170511-16.2.1 is installed
OR myspell-nl_BE-20170511-16.2.1 is installed
OR myspell-nl_NL-20170511-16.2.1 is installed
OR myspell-nn_NO-20170511-16.2.1 is installed
OR myspell-no-20170511-16.2.1 is installed
OR myspell-pl_PL-20170511-16.2.1 is installed
OR myspell-pt_AO-20170511-16.2.1 is installed
OR myspell-pt_BR-20170511-16.2.1 is installed
OR myspell-pt_PT-20170511-16.2.1 is installed
OR myspell-ro-20170511-16.2.1 is installed
OR myspell-ro_RO-20170511-16.2.1 is installed
OR myspell-ru_RU-20170511-16.2.1 is installed
OR myspell-sk_SK-20170511-16.2.1 is installed
OR myspell-sl_SI-20170511-16.2.1 is installed
OR myspell-sr-20170511-16.2.1 is installed
OR myspell-sr_CS-20170511-16.2.1 is installed
OR myspell-sr_Latn_CS-20170511-16.2.1 is installed
OR myspell-sr_Latn_RS-20170511-16.2.1 is installed
OR myspell-sr_RS-20170511-16.2.1 is installed
OR myspell-sv_FI-20170511-16.2.1 is installed
OR myspell-sv_SE-20170511-16.2.1 is installed
OR myspell-te-20170511-16.2.1 is installed
OR myspell-te_IN-20170511-16.2.1 is installed
OR myspell-th_TH-20170511-16.2.1 is installed
OR myspell-uk_UA-20170511-16.2.1 is installed
OR myspell-vi-20170511-16.2.1 is installed
OR myspell-vi_VN-20170511-16.2.1 is installed
OR myspell-zu_ZA-20170511-16.2.1 is installed
|