Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP2 kernel was updated to receive various security and bugfixes.
Four new speculative execution information leak issues have been identified in Intel CPUs. (bsc#1111331)
- CVE-2018-12126: Microarchitectural Store Buffer Data Sampling (MSBDS) - CVE-2018-12127: Microarchitectural Fill Buffer Data Sampling (MFBDS) - CVE-2018-12130: Microarchitectural Load Port Data Samling (MLPDS) - CVE-2019-11091: Microarchitectural Data Sampling Uncacheable Memory (MDSUM)
This kernel update contains software mitigations for these issues, which also utilize CPU microcode updates shipped in parallel.
For more information on this set of information leaks, check out https://www.suse.com/support/kb/doc/?id=7023736
The following security bugs were fixed:
- CVE-2018-1128: It was found that cephx authentication protocol did not verify ceph clients correctly and was vulnerable to replay attack. Any attacker having access to ceph cluster network who is able to sniff packets on network could use this vulnerability to authenticate with ceph service and perform actions allowed by ceph service. (bnc#1096748). - CVE-2018-1129: A flaw was found in the way signature calculation was handled by cephx authentication protocol. An attacker having access to ceph cluster network who is able to alter the message payload was able to bypass signature checks done by cephx protocol. (bnc#1096748). - CVE-2016-8636: Integer overflow in the mem_check_range function in drivers/infiniband/sw/rxe/rxe_mr.c allowed local users to cause a denial of service (memory corruption), obtain sensitive information or possibly have unspecified other impact via a write or read request involving the 'RDMA protocol over infiniband' (aka Soft RoCE) technology (bnc#1024908). - CVE-2017-18174: In the amd_gpio_remove function in drivers/pinctrl/pinctrl-amd.c calls the pinctrl_unregister function, leading to a double free (bnc#1080533). - CVE-2018-1091: In the flush_tmregs_to_thread function in arch/powerpc/kernel/ptrace.c, a guest kernel crash can be triggered from unprivileged userspace during a core dump on a POWER host due to a missing processor feature check and an erroneous use of transactional memory (TM) instructions in the core dump path, leading to a denial of service (bnc#1087231). - CVE-2018-1120: By mmap()ing a FUSE-backed file onto a process's memory containing command line arguments (or environment strings), an attacker can cause utilities from psutils or procps (such as ps, w) or any other program which made a read() call to the /proc//cmdline (or /proc//environ) files to block indefinitely (denial of service) or for some controlled time (as a synchronization primitive for other attacks) (bnc#1093158). - CVE-2019-11486: The Siemens R3964 line discipline driver in drivers/tty/n_r3964.c has multiple race conditions (bnc#1133188). - CVE-2019-3882: A flaw was found in the vfio interface implementation that permits violation of the user's locked memory limit. If a device is bound to a vfio driver, such as vfio-pci, and the local attacker is administratively granted ownership of the device, it may cause a system memory exhaustion and thus a denial of service (DoS) (bsc#1131427). - CVE-2018-19407: The vcpu_scan_ioapic function in arch/x86/kvm/x86.c allowed local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized (bnc#1116841). - CVE-2017-17741: The KVM implementation allowed attackers to obtain potentially sensitive information from kernel memory, aka a write_mmio stack-based out-of-bounds read, related to arch/x86/kvm/x86.c and include/trace/events/kvm.h (bnc#1073311). - CVE-2019-9503, CVE-2019-8564: Multiple brcmfmac frame validation bypasses have been fixed (bnc#1132828, bnc#1132673).
The following non-security bugs were fixed:
- ACPI: acpi_pad: Do not launch acpi_pad threads on idle cpus (bsc#1113399). - add mainline tags to four hyperv patches - cpu/speculation: Add 'mitigations=' cmdline option (bsc#1112178). - Drivers: hv: vmbus: Define an API to retrieve virtual processor index (bsc#1122822). - Drivers: hv: vmbus: Define APIs to manipulate the event page (bsc#1122822). - Drivers: hv: vmbus: Define APIs to manipulate the message page (bsc#1122822).++ kernel-source.spec (revision 4)Release: <RELEASE>.gbd4498d - Drivers: hv: vmbus: Define APIs to manipulate the synthetic interrupt controller (bsc#1122822). - hv: v4.12 API for hyperv-iommu (bsc#1122822). - iommu/hyper-v: Add Hyper-V stub IOMMU driver (bsc#1122822). - jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABEL (bsc#1111331). - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID (bsc#1111331). - locking/atomics, asm-generic: Move some macros from to a new file (bsc#1111331). - MDS: Add CVE refs - net: ena: add functions for handling Low Latency Queues in ena_com (bsc#1129279). - net: ena: add functions for handling Low Latency Queues in ena_netdev (bsc#1129279). - net: ena: change rx copybreak default to reduce kernel memory pressure (bsc#1129279). - net: ena: complete host info to match latest ENA spec (bsc#1129279). - net: ena: enable Low Latency Queues (bsc#1129279). - net: ena: explicit casting and initialization, and clearer error handling (bsc#1129279). - net: ena: fix auto casting to boolean (bsc#1129279). - net: ena: fix compilation error in xtensa architecture (bsc#1129279). - net: ena: fix crash during ena_remove() (bsc#1129279). - net: ena: fix crash during failed resume from hibernation (bsc#1129279). - net: ena: fix indentations in ena_defs for better readability (bsc#1129279). - net: ena: Fix Kconfig dependency on X86 (bsc#1129279). - net: ena: fix NULL dereference due to untimely napi initialization (bsc#1129279). - net: ena: fix race between link up and device initalization (bsc#1129279). - net: ena: fix rare bug when failed restart/resume is followed by driver removal (bsc#1129279). - net: ena: fix warning in rmmod caused by double iounmap (bsc#1129279). - net: ena: introduce Low Latency Queues data structures according to ENA spec (bsc#1129279). - net: ena: limit refill Rx threshold to 256 to avoid latency issues (bsc#1129279). - net: ena: minor performance improvement (bsc#1129279). - net: ena: remove ndo_poll_controller (bsc#1129279). - net: ena: remove redundant parameter in ena_com_admin_init() (bsc#1129279). - net: ena: update driver version from 2.0.1 to 2.0.2 (bsc#1129279). - net: ena: update driver version from 2.0.2 to 2.0.3 (bsc#1129279). - net: ena: update driver version to 2.0.1 (bsc#1129279). - net: ena: use CSUM_CHECKED device indication to report skb's checksum status (bsc#1129279). - PCI: hv: Add vPCI version protocol negotiation (bnc#1043485, bsc#1122822). - PCI: hv: Allocate interrupt descriptors with GFP_ATOMIC (bnc#1034113, bsc#1122822). - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg() (bnc#1094268, bsc#1122822). - PCI: hv: Do not sleep in compose_msi_msg() (bsc#1082632, bsc#1122822). - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg() (bsc#1087659, bsc#1087906, bsc#1122822). - PCI: hv: Fix a comment typo in _hv_pcifront_read_config() (bsc#1087659, bsc#1122822). - PCI: hv: Fix comment formatting and use proper integer fields (bnc#1043485, bsc#1122822). - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary (bsc#1087659, bsc#1122822). - PCI: hv: Remove the bogus test in hv_eject_device_work() (bsc#1087659, bsc#1122822). - PCI: hv: Serialize the present and eject work items (bsc#1087659, bsc#1122822). - PCI: hv: Specify CPU_AFFINITY_ALL for MSI affinity when >= 32 CPUs (bnc#1043485, bsc#1122822). - PCI: hv: Temporary own CPU-number-to-vCPU-number infra (bnc#1043485, bsc#1122822). - PCI: hv: Use effective affinity mask (bsc#1109772, bsc#1122822). - PCI: hv: Use page allocation for hbus structure (bnc#1043485, bsc#1122822). - PCI: hv: Use vPCI protocol version 1.2 (bnc#1043485, bsc#1122822). - pci-hyperv: increase HV_VP_SET_BANK_COUNT_MAX to handle 1792 vcpus (bsc#1122822). - powerpc/64: Disable the speculation barrier from the command line (bsc#1068032). - powerpc/64s: Default l1d_size to 64K in RFI fallback flush (bsc#1068032, git-fixes). - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2 (bsc#1068032, bsc#1080157, git-fixes). - powerpc/speculation: Support 'mitigations=' cmdline option (bsc#1112178). - powerpc/tm: Add commandline option to disable hardware transactional memory (bsc#1118338). - powerpc/tm: Add TM Unavailable Exception (bsc#1118338). - powerpc/tm: Flip the HTM switch default to disabled (bsc#1125580). - powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64 (bsc#1131587). - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 (bsc#1131587). - s390: add explicit for jump label (bsc#1111331). - sched/core: Optimize SCHED_SMT (bsc#1111331). - sched/smt: Expose sched_smt_present static key (bsc#1106913). - sched/smt: Make sched_smt_present track topology (bsc#1106913). - sched/smt: Update sched_smt_present at runtime (bsc#1111331). - scripts/git_sort/git_sort.py: Add fixes branch from mkp/scsi.git. - scsi: ibmvscsi: Fix empty event pool access during host removal (bsc#1119019). - scsi: storvsc: Reduce default ring buffer size to 128 Kbytes (). - time: Introduce jiffies64_to_nsecs() (bsc#1113399). - Use upstream variant of two pci-hyperv patches - vti6: flush x-netns xfrm cache when vti interface is removed (bnc#1012382 bsc#1100152). - x86/apic: Provide apic_ack_irq() (bsc#1122822). - x86/bugs: Add AMD's variant of SSB_NO (bsc#1111331). - x86/bugs: Rename SSBD_NO to SSB_NO (bsc#1111331). - x86/cpu: Rename Merrifield2 to Moorefield (bsc#1111331). - x86/cpu: Sanitize FAM6_ATOM naming (bsc#1111331). - x86/Hyper-V: Set x2apic destination mode to physical when x2apic is available (bsc#1122822). - x86/irq: implement irq_data_get_effective_affinity_mask() for v4.12 (bsc#1109772, bsc#1122822). - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests (bsc#1111331). - x86/kvm/vmx: Add MDS protection when L1D Flush is not active (bsc#1111331). - x86/msr-index: Cleanup bit defines (bsc#1111331). - x86/speculation: Consolidate CPU whitelists (bsc#1111331). - x86/speculation/mds: Add basic bug infrastructure for MDS (bsc#1111331). - x86/speculation/mds: Add BUG_MSBDS_ONLY (bsc#1111331). - x86/speculation/mds: Add mds_clear_cpu_buffers() (bsc#1111331). - x86/speculation/mds: Add mds=full,nosmt cmdline option (bsc#1111331). - x86/speculation/mds: Add mitigation control for MDS (bsc#1111331). - x86/speculation/mds: Add mitigation mode VMWERV (bsc#1111331). - x86/speculation/mds: Add 'mitigations=' support for MDS (bsc#1111331). - x86/speculation/mds: Add SMT warning message (bsc#1111331). - x86/speculation/mds: Add sysfs reporting for MDS (bsc#1111331). - x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331). - x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331). - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off (bsc#1111331). - x86/speculation: Move arch_smt_update() call to after mitigation decisions (bsc#1111331). - x86/speculation: Remove redundant arch_smt_update() invocation (bsc#1111331). - x86/speculation: Rework SMT state change (bsc#1111331). - x86/speculation: Simplify the CPU bug detection logic (bsc#1111331). - x86/speculation: Support 'mitigations=' cmdline option (bsc#1112178). - x86: stop exporting msr-index.h to userland (bsc#1111331). - xfrm6: call kfree_skb when skb is toobig (bnc#1012382 bsc#1100152). - xfrm: fix missing dst_release() after policy blocking lbcast and multicast (bnc#1012382 bsc#1100152).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005778 1006180 1011913 1012382 1012829 1013887 1015337 1015342 1016119 1017690 1019151 1019695 1020645 1022476 1022600 1022604 1023175 1024346 1024373 1024908 1025461 1026570 1028173 1028286 1029693 1030552 1031515 1031717 1031784 1033587 1034075 1034113 1034762 1036215 1036632 1037344 1037404 1037838 1037994 1038078 1038616 1038792 1039153 1039348 1039915 1040307 1040347 1040351 1041958 1042257 1042286 1042314 1042422 1042778 1043261 1043347 1043353 1043354 1043485 1043520 1043598 1043652 1043805 1043912 1044112 1044443 1044623 1044636 1045154 1045293 1045330 1045404 1045563 1045596 1045709 1045715 1045866 1045922 1045937 1046105 1046170 1046434 1046651 1046655 1046682 1046821 1046985 1047027 1047048 1047096 1047118 1047121 1047152 1047174 1047277 1047343 1047354 1047418 1047443 1047506 1047595 1047651 1047653 1047670 1047802 1047908 1048146 1048155 1048221 1048317 1048348 1048356 1048421 1048451 1048501 1048891 1048912 1048914 1048916 1048919 1049231 1049289 1049298 1049361 1049483 1049486 1049603 1049619 1049645 1049706 1049882 1050037 1050061 1050072 1050098 1050100 1050188 1050211 1050320 1050322 1050635 1050677 1051022 1051048 1051059 1051239 1051399 1051442 1051471 1051478 1051479 1051556 1051663 1051689 1051979 1052049 1052223 1052311 1052325 1052365 1052442 1052470 1052533 1052708 1052709 1052717 1052721 1052768 1052773 1052777 1052781 1052794 1052899 1052925 1053043 1053117 1054600 1055068 1055374 1055455 1055456 1057000 1060162 1062752 1064715 1064716 1068032 1069213 1072362 1072901 1073311 1074120 1074125 1074185 1074309 1075939 1076021 1076051 1080157 1080533 1082632 1087231 1087659 1087906 1088004 1088009 1090638 1093158 1094268 1096748 1100152 1103186 1106061 1106913 1109772 1111331 1112178 1113399 1115375 1116841 1118338 1119019 1122319 1122822 1123161 1124832 1125580 1125674 1127034 1128977 1129279 1130840 1130972 1131416 1131427 1131587 1132673 1132828 1133188 1133860 1134399 1135335 1135365 1137584 1139358 1139826 1139959 1140122 1140652 1140903 1140945 1141181 1141401 1141402 1141452 1141453 1141454 1141780 1141782 1141783 1141784 1141785 1141786 1141787 1141789 1141853 1142023 1142254 1142857 1143045 1143048 1143189 1143191 1143333 1144257 1144273 1144288 1144920 1145920 1145922 1149955 1153238 1162423 1173274 1174091 1174701 1177513 1178387 960341 964063 969783 974215 983436 998664 CVE-2014-8128 CVE-2015-7554 CVE-2016-10095 CVE-2016-10396 CVE-2016-5318 CVE-2016-8636 CVE-2017-1000111 CVE-2017-1000112 CVE-2017-10810 CVE-2017-10995 CVE-2017-11473 CVE-2017-11505 CVE-2017-11525 CVE-2017-11526 CVE-2017-11539 CVE-2017-11639 CVE-2017-11750 CVE-2017-12565 CVE-2017-12640 CVE-2017-12641 CVE-2017-12643 CVE-2017-12671 CVE-2017-12673 CVE-2017-12676 CVE-2017-12935 CVE-2017-13059 CVE-2017-13089 CVE-2017-13090 CVE-2017-13141 CVE-2017-13142 CVE-2017-13147 CVE-2017-14103 CVE-2017-14649 CVE-2017-15218 CVE-2017-16232 CVE-2017-17504 CVE-2017-17681 CVE-2017-17741 CVE-2017-17833 CVE-2017-17879 CVE-2017-17884 CVE-2017-17914 CVE-2017-18008 CVE-2017-18027 CVE-2017-18029 CVE-2017-18174 CVE-2017-7533 CVE-2017-7541 CVE-2017-7542 CVE-2017-8831 CVE-2017-9261 CVE-2017-9262 CVE-2018-1091 CVE-2018-1120 CVE-2018-1128 CVE-2018-1129 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-14647 CVE-2018-19407 CVE-2018-20852 CVE-2018-20855 CVE-2018-20856 CVE-2018-5246 CVE-2018-5685 CVE-2019-10207 CVE-2019-11091 CVE-2019-1125 CVE-2019-11486 CVE-2019-11810 CVE-2019-13012 CVE-2019-13631 CVE-2019-13648 CVE-2019-14283 CVE-2019-14284 CVE-2019-15117 CVE-2019-15118 CVE-2019-16056 CVE-2019-16935 CVE-2019-20907 CVE-2019-2745 CVE-2019-2762 CVE-2019-2766 CVE-2019-2769 CVE-2019-2786 CVE-2019-2816 CVE-2019-2842 CVE-2019-3819 CVE-2019-3882 CVE-2019-6116 CVE-2019-7317 CVE-2019-8564 CVE-2019-9503 CVE-2019-9947 CVE-2020-14422 CVE-2020-25645 CVE-2020-25692 SUSE-SU-2017:2286-1 SUSE-SU-2017:2871-2 SUSE-SU-2018:0073-1 SUSE-SU-2018:0349-1 SUSE-SU-2018:0424-1 SUSE-SU-2018:2779-1 SUSE-SU-2019:0144-1 SUSE-SU-2019:1287-1 SUSE-SU-2019:1830-1 SUSE-SU-2019:2036-1 SUSE-SU-2019:2263-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.1 NonFree openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-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-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 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 SP3-TERADATA 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 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
bsdtar-3.1.2-8.1 is installed
OR libarchive-devel-3.1.2-8.1 is installed
OR libarchive13-3.1.2-8.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.1 NonFree is installed
AND opera-43.0.2442.806-21.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
jasper-1.900.14-175.3.1 is installed
OR libjasper-devel-1.900.14-175.3.1 is installed
OR libjasper1-1.900.14-175.3.1 is installed
OR libjasper1-32bit-1.900.14-175.3.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
openstack-cinder-2014.2.3.dev13-1.1 is installed
OR openstack-cinder-volume-2014.2.3.dev13-1.1 is installed
OR python-cinder-2014.2.3.dev13-1.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
xen-4.1.5_02-0.5.1 is installed
OR xen-doc-html-4.1.5_02-0.5.1 is installed
OR xen-doc-pdf-4.1.5_02-0.5.1 is installed
OR xen-kmp-default-4.1.5_02_3.0.74_0.6.10-0.5.1 is installed
OR xen-kmp-pae-4.1.5_02_3.0.74_0.6.10-0.5.1 is installed
OR xen-kmp-trace-4.1.5_02_3.0.74_0.6.10-0.5.1 is installed
OR xen-libs-4.1.5_02-0.5.1 is installed
OR xen-libs-32bit-4.1.5_02-0.5.1 is installed
OR xen-tools-4.1.5_02-0.5.1 is installed
OR xen-tools-domU-4.1.5_02-0.5.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.9esr-0.7.1 is installed
OR MozillaFirefox-translations-17.0.9esr-0.7.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
glibc-2.11.3-17.87.3 is installed
OR glibc-32bit-2.11.3-17.87.3 is installed
OR glibc-devel-2.11.3-17.87.3 is installed
OR glibc-devel-32bit-2.11.3-17.87.3 is installed
OR glibc-i18ndata-2.11.3-17.87.3 is installed
OR glibc-locale-2.11.3-17.87.3 is installed
OR glibc-locale-32bit-2.11.3-17.87.3 is installed
OR nscd-2.11.3-17.87.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND perl-HTML-Parser-3.71-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-9 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
kernel-default-4.4.21-90.1 is installed
OR kernel-default-devel-4.4.21-90.1 is installed
OR kernel-default-extra-4.4.21-90.1 is installed
OR kernel-devel-4.4.21-90.1 is installed
OR kernel-macros-4.4.21-90.1 is installed
OR kernel-source-4.4.21-90.1 is installed
OR kernel-syms-4.4.21-90.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libspice-server1-0.12.8-3.9 is installed
OR spice-0.12.8-3.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
groff-1.22.3-3 is installed
OR groff-full-1.22.3-3 is installed
OR gxditview-1.22.3-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
sles12-docker-image-1.1.2-20160727 is installed
OR sles12sp1-docker-image-1.0.5-20160727 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-73 is installed
OR libopenssl0_9_8-0.9.8j-73 is installed
OR libopenssl0_9_8-32bit-0.9.8j-73 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.62-60.64.8 is installed
OR kernel-ec2-devel-3.12.62-60.64.8 is installed
OR kernel-ec2-extra-3.12.62-60.64.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-50.9 is installed
OR php7-7.0.7-50.9 is installed
OR php7-bcmath-7.0.7-50.9 is installed
OR php7-bz2-7.0.7-50.9 is installed
OR php7-calendar-7.0.7-50.9 is installed
OR php7-ctype-7.0.7-50.9 is installed
OR php7-curl-7.0.7-50.9 is installed
OR php7-dba-7.0.7-50.9 is installed
OR php7-dom-7.0.7-50.9 is installed
OR php7-enchant-7.0.7-50.9 is installed
OR php7-exif-7.0.7-50.9 is installed
OR php7-fastcgi-7.0.7-50.9 is installed
OR php7-fileinfo-7.0.7-50.9 is installed
OR php7-fpm-7.0.7-50.9 is installed
OR php7-ftp-7.0.7-50.9 is installed
OR php7-gd-7.0.7-50.9 is installed
OR php7-gettext-7.0.7-50.9 is installed
OR php7-gmp-7.0.7-50.9 is installed
OR php7-iconv-7.0.7-50.9 is installed
OR php7-imap-7.0.7-50.9 is installed
OR php7-intl-7.0.7-50.9 is installed
OR php7-json-7.0.7-50.9 is installed
OR php7-ldap-7.0.7-50.9 is installed
OR php7-mbstring-7.0.7-50.9 is installed
OR php7-mcrypt-7.0.7-50.9 is installed
OR php7-mysql-7.0.7-50.9 is installed
OR php7-odbc-7.0.7-50.9 is installed
OR php7-opcache-7.0.7-50.9 is installed
OR php7-openssl-7.0.7-50.9 is installed
OR php7-pcntl-7.0.7-50.9 is installed
OR php7-pdo-7.0.7-50.9 is installed
OR php7-pear-7.0.7-50.9 is installed
OR php7-pear-Archive_Tar-7.0.7-50.9 is installed
OR php7-pgsql-7.0.7-50.9 is installed
OR php7-phar-7.0.7-50.9 is installed
OR php7-posix-7.0.7-50.9 is installed
OR php7-pspell-7.0.7-50.9 is installed
OR php7-shmop-7.0.7-50.9 is installed
OR php7-snmp-7.0.7-50.9 is installed
OR php7-soap-7.0.7-50.9 is installed
OR php7-sockets-7.0.7-50.9 is installed
OR php7-sqlite-7.0.7-50.9 is installed
OR php7-sysvmsg-7.0.7-50.9 is installed
OR php7-sysvsem-7.0.7-50.9 is installed
OR php7-sysvshm-7.0.7-50.9 is installed
OR php7-tokenizer-7.0.7-50.9 is installed
OR php7-wddx-7.0.7-50.9 is installed
OR php7-xmlreader-7.0.7-50.9 is installed
OR php7-xmlrpc-7.0.7-50.9 is installed
OR php7-xmlwriter-7.0.7-50.9 is installed
OR php7-xsl-7.0.7-50.9 is installed
OR php7-zip-7.0.7-50.9 is installed
OR php7-zlib-7.0.7-50.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
puppet-2.6.17-0.3 is installed
OR puppet-server-2.6.17-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
puppet-2.6.17-0.3 is installed
OR puppet-server-2.6.17-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
puppet-2.6.17-0.3 is installed
OR puppet-server-2.6.17-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
puppet-2.6.17-0.3 is installed
OR puppet-server-2.6.17-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
kde4-kgreeter-plugins-4.3.5-0.8 is installed
OR kdebase4-wallpapers-4.3.5-0.8 is installed
OR kdebase4-workspace-4.3.5-0.8 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.8 is installed
OR kdm-4.3.5-0.8 is installed
OR kwin-4.3.5-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
liblzo2-2-2.03-12.3 is installed
OR liblzo2-2-32bit-2.03-12.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
liblzo2-2-2.03-12.3 is installed
OR liblzo2-2-32bit-2.03-12.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
liblzo2-2-2.03-12.3 is installed
OR liblzo2-2-32bit-2.03-12.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
liblzo2-2-2.03-12.3 is installed
OR liblzo2-2-32bit-2.03-12.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libtasn1-1.5-1.35.5 is installed
OR libtasn1-3-1.5-1.35.5 is installed
OR libtasn1-3-32bit-1.5-1.35.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libtasn1-1.5-1.35.5 is installed
OR libtasn1-3-1.5-1.35.5 is installed
OR libtasn1-3-32bit-1.5-1.35.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libopenssl-devel-0.9.8j-0.66 is installed
OR libopenssl0_9_8-0.9.8j-0.50 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.50 is installed
OR libopenssl0_9_8-hmac-x86-0.9.8j-0.50 is installed
OR libopenssl0_9_8-x86-0.9.8j-0.50 is installed
OR openssl-0.9.8j-0.50 is installed
OR openssl-doc-0.9.8j-0.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
OR libtiff3-x86-3.8.2-141.154 is installed
OR tiff-3.8.2-141.154 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
OR libtiff3-x86-3.8.2-141.154 is installed
OR tiff-3.8.2-141.154 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libtiff3-3.8.2-141.154 is installed
OR libtiff3-32bit-3.8.2-141.154 is installed
OR libtiff3-x86-3.8.2-141.154 is installed
OR tiff-3.8.2-141.154 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.89 is installed
OR libopenssl0_9_8-0.9.8j-0.89 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.89 is installed
OR openssl-0.9.8j-0.89 is installed
OR openssl-doc-0.9.8j-0.89 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.89 is installed
OR libopenssl0_9_8-0.9.8j-0.89 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.89 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.89 is installed
OR openssl-0.9.8j-0.89 is installed
OR openssl-doc-0.9.8j-0.89 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_12-15 is installed
OR xen-doc-html-4.2.5_12-15 is installed
OR xen-doc-pdf-4.2.5_12-15 is installed
OR xen-kmp-default-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-kmp-pae-4.2.5_12_3.0.101_0.47.55-15 is installed
OR xen-libs-4.2.5_12-15 is installed
OR xen-libs-32bit-4.2.5_12-15 is installed
OR xen-tools-4.2.5_12-15 is installed
OR xen-tools-domU-4.2.5_12-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.10 is installed
OR MozillaFirefox-translations-17.0.4esr-0.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
salt-2016.11.4-43.7.1 is installed
OR salt-doc-2016.11.4-43.7.1 is installed
OR salt-minion-2016.11.4-43.7.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.102 is installed
OR kernel-bigsmp-base-3.0.101-0.47.102 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.102 is installed
OR kernel-default-3.0.101-0.47.102 is installed
OR kernel-default-base-3.0.101-0.47.102 is installed
OR kernel-default-devel-3.0.101-0.47.102 is installed
OR kernel-default-man-3.0.101-0.47.102 is installed
OR kernel-ec2-3.0.101-0.47.102 is installed
OR kernel-ec2-base-3.0.101-0.47.102 is installed
OR kernel-ec2-devel-3.0.101-0.47.102 is installed
OR kernel-pae-3.0.101-0.47.102 is installed
OR kernel-pae-base-3.0.101-0.47.102 is installed
OR kernel-pae-devel-3.0.101-0.47.102 is installed
OR kernel-source-3.0.101-0.47.102 is installed
OR kernel-syms-3.0.101-0.47.102 is installed
OR kernel-trace-3.0.101-0.47.102 is installed
OR kernel-trace-base-3.0.101-0.47.102 is installed
OR kernel-trace-devel-3.0.101-0.47.102 is installed
OR kernel-xen-3.0.101-0.47.102 is installed
OR kernel-xen-base-3.0.101-0.47.102 is installed
OR kernel-xen-devel-3.0.101-0.47.102 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.102 is installed
OR kernel-bigsmp-base-3.0.101-0.47.102 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.102 is installed
OR kernel-default-3.0.101-0.47.102 is installed
OR kernel-default-base-3.0.101-0.47.102 is installed
OR kernel-default-devel-3.0.101-0.47.102 is installed
OR kernel-default-man-3.0.101-0.47.102 is installed
OR kernel-ec2-3.0.101-0.47.102 is installed
OR kernel-ec2-base-3.0.101-0.47.102 is installed
OR kernel-ec2-devel-3.0.101-0.47.102 is installed
OR kernel-pae-3.0.101-0.47.102 is installed
OR kernel-pae-base-3.0.101-0.47.102 is installed
OR kernel-pae-devel-3.0.101-0.47.102 is installed
OR kernel-source-3.0.101-0.47.102 is installed
OR kernel-syms-3.0.101-0.47.102 is installed
OR kernel-trace-3.0.101-0.47.102 is installed
OR kernel-trace-base-3.0.101-0.47.102 is installed
OR kernel-trace-devel-3.0.101-0.47.102 is installed
OR kernel-xen-3.0.101-0.47.102 is installed
OR kernel-xen-base-3.0.101-0.47.102 is installed
OR kernel-xen-devel-3.0.101-0.47.102 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND dnsmasq-2.78-0.16.5.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND gd-2.0.36.RC1-52.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND gd-2.0.36.RC1-52.32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
apache2-mod_php53-5.3.17-0.41 is installed
OR php53-5.3.17-0.41 is installed
OR php53-bcmath-5.3.17-0.41 is installed
OR php53-bz2-5.3.17-0.41 is installed
OR php53-calendar-5.3.17-0.41 is installed
OR php53-ctype-5.3.17-0.41 is installed
OR php53-curl-5.3.17-0.41 is installed
OR php53-dba-5.3.17-0.41 is installed
OR php53-dom-5.3.17-0.41 is installed
OR php53-exif-5.3.17-0.41 is installed
OR php53-fastcgi-5.3.17-0.41 is installed
OR php53-fileinfo-5.3.17-0.41 is installed
OR php53-ftp-5.3.17-0.41 is installed
OR php53-gd-5.3.17-0.41 is installed
OR php53-gettext-5.3.17-0.41 is installed
OR php53-gmp-5.3.17-0.41 is installed
OR php53-iconv-5.3.17-0.41 is installed
OR php53-intl-5.3.17-0.41 is installed
OR php53-json-5.3.17-0.41 is installed
OR php53-ldap-5.3.17-0.41 is installed
OR php53-mbstring-5.3.17-0.41 is installed
OR php53-mcrypt-5.3.17-0.41 is installed
OR php53-mysql-5.3.17-0.41 is installed
OR php53-odbc-5.3.17-0.41 is installed
OR php53-openssl-5.3.17-0.41 is installed
OR php53-pcntl-5.3.17-0.41 is installed
OR php53-pdo-5.3.17-0.41 is installed
OR php53-pear-5.3.17-0.41 is installed
OR php53-pgsql-5.3.17-0.41 is installed
OR php53-pspell-5.3.17-0.41 is installed
OR php53-shmop-5.3.17-0.41 is installed
OR php53-snmp-5.3.17-0.41 is installed
OR php53-soap-5.3.17-0.41 is installed
OR php53-suhosin-5.3.17-0.41 is installed
OR php53-sysvmsg-5.3.17-0.41 is installed
OR php53-sysvsem-5.3.17-0.41 is installed
OR php53-sysvshm-5.3.17-0.41 is installed
OR php53-tokenizer-5.3.17-0.41 is installed
OR php53-wddx-5.3.17-0.41 is installed
OR php53-xmlreader-5.3.17-0.41 is installed
OR php53-xmlrpc-5.3.17-0.41 is installed
OR php53-xmlwriter-5.3.17-0.41 is installed
OR php53-xsl-5.3.17-0.41 is installed
OR php53-zip-5.3.17-0.41 is installed
OR php53-zlib-5.3.17-0.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
ldapsmb-1.34b-94.19 is installed
OR libldb1-3.6.3-94.19 is installed
OR libsmbclient0-3.6.3-94.19 is installed
OR libsmbclient0-32bit-3.6.3-94.19 is installed
OR libtalloc2-3.6.3-94.19 is installed
OR libtalloc2-32bit-3.6.3-94.19 is installed
OR libtdb1-3.6.3-94.19 is installed
OR libtdb1-32bit-3.6.3-94.19 is installed
OR libtevent0-3.6.3-94.19 is installed
OR libtevent0-32bit-3.6.3-94.19 is installed
OR libwbclient0-3.6.3-94.19 is installed
OR libwbclient0-32bit-3.6.3-94.19 is installed
OR samba-3.6.3-94.19 is installed
OR samba-32bit-3.6.3-94.19 is installed
OR samba-client-3.6.3-94.19 is installed
OR samba-client-32bit-3.6.3-94.19 is installed
OR samba-doc-3.6.3-94.19 is installed
OR samba-krb-printing-3.6.3-94.19 is installed
OR samba-winbind-3.6.3-94.19 is installed
OR samba-winbind-32bit-3.6.3-94.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
ldapsmb-1.34b-94.19 is installed
OR libldb1-3.6.3-94.19 is installed
OR libsmbclient0-3.6.3-94.19 is installed
OR libsmbclient0-32bit-3.6.3-94.19 is installed
OR libtalloc2-3.6.3-94.19 is installed
OR libtalloc2-32bit-3.6.3-94.19 is installed
OR libtdb1-3.6.3-94.19 is installed
OR libtdb1-32bit-3.6.3-94.19 is installed
OR libtevent0-3.6.3-94.19 is installed
OR libtevent0-32bit-3.6.3-94.19 is installed
OR libwbclient0-3.6.3-94.19 is installed
OR libwbclient0-32bit-3.6.3-94.19 is installed
OR samba-3.6.3-94.19 is installed
OR samba-32bit-3.6.3-94.19 is installed
OR samba-client-3.6.3-94.19 is installed
OR samba-client-32bit-3.6.3-94.19 is installed
OR samba-doc-3.6.3-94.19 is installed
OR samba-krb-printing-3.6.3-94.19 is installed
OR samba-winbind-3.6.3-94.19 is installed
OR samba-winbind-32bit-3.6.3-94.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libopenssl1-devel-1.0.1g-0.12 is installed
OR libopenssl1_0_0-1.0.1g-0.12 is installed
OR libopenssl1_0_0-32bit-1.0.1g-0.12 is installed
OR openssl1-1.0.1g-0.12 is installed
OR openssl1-doc-1.0.1g-0.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libssh2-1-1.4.3-11 is installed
OR libssh2-1-32bit-1.4.3-11 is installed
OR libssh2_org-1.4.3-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libssh2-1-1.4.3-11 is installed
OR libssh2-1-32bit-1.4.3-11 is installed
OR libssh2_org-1.4.3-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
curl-7.37.0-2.5 is installed
OR libcurl4-7.37.0-2.5 is installed
OR libcurl4-32bit-7.37.0-2.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libksba-1.3.0-18 is installed
OR libksba8-1.3.0-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libksba-1.3.0-18 is installed
OR libksba8-1.3.0-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
gdk-pixbuf-lang-2.30.6-1.23 is installed
OR gdk-pixbuf-query-loaders-2.30.6-1.23 is installed
OR gdk-pixbuf-query-loaders-32bit-2.30.6-1.23 is installed
OR libgdk_pixbuf-2_0-0-2.30.6-1.23 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.30.6-1.23 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.30.6-1.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND clamav-0.99.2-32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_62-60_62-default-10-2.1 is installed
OR kgraft-patch-3_12_62-60_62-xen-10-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_7-10-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
java-1_7_0-openjdk-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
java-1_7_0-openjdk-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
apache2-2.4.23-14 is installed
OR apache2-doc-2.4.23-14 is installed
OR apache2-example-pages-2.4.23-14 is installed
OR apache2-prefork-2.4.23-14 is installed
OR apache2-utils-2.4.23-14 is installed
OR apache2-worker-2.4.23-14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
kernel-default-4.4.121-92.109 is installed
OR kernel-default-base-4.4.121-92.109 is installed
OR kernel-default-devel-4.4.121-92.109 is installed
OR kernel-devel-4.4.121-92.109 is installed
OR kernel-macros-4.4.121-92.109 is installed
OR kernel-source-4.4.121-92.109 is installed
OR kernel-syms-4.4.121-92.109 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libpython3_4m1_0-3.4.10-25.52 is installed
OR python3-3.4.10-25.52 is installed
OR python3-base-3.4.10-25.52 is installed
OR python3-curses-3.4.10-25.52 is installed
OR python3-devel-3.4.10-25.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libpython3_4m1_0-3.4.10-25.52 is installed
OR python3-3.4.10-25.52 is installed
OR python3-base-3.4.10-25.52 is installed
OR python3-curses-3.4.10-25.52 is installed
OR python3-devel-3.4.10-25.52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_74-92_32-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.82-6.3 is installed
OR kernel-default-base-4.4.82-6.3 is installed
OR kernel-default-devel-4.4.82-6.3 is installed
OR kernel-default-man-4.4.82-6.3 is installed
OR kernel-devel-4.4.82-6.3 is installed
OR kernel-macros-4.4.82-6.3 is installed
OR kernel-source-4.4.82-6.3 is installed
OR kernel-syms-4.4.82-6.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-36 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
bzip2-1.0.6-30.8 is installed
OR bzip2-doc-1.0.6-30.8 is installed
OR libbz2-1-1.0.6-30.8 is installed
OR libbz2-1-32bit-1.0.6-30.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
bzip2-1.0.6-30.8 is installed
OR bzip2-doc-1.0.6-30.8 is installed
OR libbz2-1-1.0.6-30.8 is installed
OR libbz2-1-32bit-1.0.6-30.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
openslp-2.0.0-18.15 is installed
OR openslp-32bit-2.0.0-18.15 is installed
OR openslp-server-2.0.0-18.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
openslp-2.0.0-18.15 is installed
OR openslp-32bit-2.0.0-18.15 is installed
OR openslp-server-2.0.0-18.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libQt5Concurrent5-5.6.2-6.15 is installed
OR libQt5Core5-5.6.2-6.15 is installed
OR libQt5DBus5-5.6.2-6.15 is installed
OR libQt5Gui5-5.6.2-6.15 is installed
OR libQt5Network5-5.6.2-6.15 is installed
OR libQt5OpenGL5-5.6.2-6.15 is installed
OR libQt5PrintSupport5-5.6.2-6.15 is installed
OR libQt5Sql5-5.6.2-6.15 is installed
OR libQt5Sql5-mysql-5.6.2-6.15 is installed
OR libQt5Sql5-postgresql-5.6.2-6.15 is installed
OR libQt5Sql5-sqlite-5.6.2-6.15 is installed
OR libQt5Sql5-unixODBC-5.6.2-6.15 is installed
OR libQt5Test5-5.6.2-6.15 is installed
OR libQt5Widgets5-5.6.2-6.15 is installed
OR libQt5Xml5-5.6.2-6.15 is installed
OR libqt5-qtbase-5.6.2-6.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libQt5Concurrent5-5.6.2-6.15 is installed
OR libQt5Core5-5.6.2-6.15 is installed
OR libQt5DBus5-5.6.2-6.15 is installed
OR libQt5Gui5-5.6.2-6.15 is installed
OR libQt5Network5-5.6.2-6.15 is installed
OR libQt5OpenGL5-5.6.2-6.15 is installed
OR libQt5PrintSupport5-5.6.2-6.15 is installed
OR libQt5Sql5-5.6.2-6.15 is installed
OR libQt5Sql5-mysql-5.6.2-6.15 is installed
OR libQt5Sql5-postgresql-5.6.2-6.15 is installed
OR libQt5Sql5-sqlite-5.6.2-6.15 is installed
OR libQt5Sql5-unixODBC-5.6.2-6.15 is installed
OR libQt5Test5-5.6.2-6.15 is installed
OR libQt5Widgets5-5.6.2-6.15 is installed
OR libQt5Xml5-5.6.2-6.15 is installed
OR libqt5-qtbase-5.6.2-6.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND SuSEfirewall2-3.6.312.333-3.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
file-roller-3.20.3-15.3 is installed
OR file-roller-lang-3.20.3-15.3 is installed
OR nautilus-file-roller-3.20.3-15.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
file-roller-3.20.3-15.3 is installed
OR file-roller-lang-3.20.3-15.3 is installed
OR nautilus-file-roller-3.20.3-15.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_49-default-2-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-2-2 is installed
OR kgraft-patch-SLE12_Update_14-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
cracklib-2.9.0-7 is installed
OR libcrack2-2.9.0-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kernel-default-4.4.180-94.103 is installed
OR kernel-default-base-4.4.180-94.103 is installed
OR kernel-default-devel-4.4.180-94.103 is installed
OR kernel-devel-4.4.180-94.103 is installed
OR kernel-macros-4.4.180-94.103 is installed
OR kernel-source-4.4.180-94.103 is installed
OR kernel-syms-4.4.180-94.103 is installed
OR kgraft-patch-4_4_180-94_103-default-1-4.3 is installed
OR kgraft-patch-SLE12-SP3_Update_28-1-4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
inn-2.4.2-170.21.3 is installed
OR inn-devel-2.4.2-170.21.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
libreadline5-5.2-147.22 is installed
OR readline-devel-5.2-147.22 is installed
OR readline-devel-32bit-5.2-147.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
boost-devel-1.36.0-12.6 is installed
OR boost-devel-32bit-1.36.0-12.6 is installed
OR boost-doc-1.36.0-12.6 is installed
OR libboost_date_time1_36_0-1.36.0-12.6 is installed
OR libboost_date_time1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_filesystem1_36_0-1.36.0-12.6 is installed
OR libboost_filesystem1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_graph1_36_0-1.36.0-12.6 is installed
OR libboost_graph1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_iostreams1_36_0-1.36.0-12.6 is installed
OR libboost_iostreams1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_math1_36_0-1.36.0-12.6 is installed
OR libboost_math1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_mpi1_36_0-1.36.0-12.6 is installed
OR libboost_program_options1_36_0-1.36.0-12.6 is installed
OR libboost_program_options1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_python1_36_0-1.36.0-12.6 is installed
OR libboost_python1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_regex1_36_0-1.36.0-12.6 is installed
OR libboost_regex1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_serialization1_36_0-1.36.0-12.6 is installed
OR libboost_serialization1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_signals1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_system1_36_0-1.36.0-12.6 is installed
OR libboost_system1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_test1_36_0-1.36.0-12.6 is installed
OR libboost_test1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_thread1_36_0-1.36.0-12.6 is installed
OR libboost_thread1_36_0-32bit-1.36.0-12.6 is installed
OR libboost_wave1_36_0-1.36.0-12.6 is installed
OR libboost_wave1_36_0-32bit-1.36.0-12.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libssh-0.6.3-4 is installed
OR libssh4-0.6.3-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libvirt-1.2.18.2-8 is installed
OR libvirt-client-32bit-1.2.18.2-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libmysqlclient_r18-10.0.28-17 is installed
OR libmysqlclient_r18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.17 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.17 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwpd-0.10.2-2.7 is installed
OR libwpd-0_10-10-0.10.2-2.7 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.30.1 is installed
OR bind-chrootenv-9.9.6P1-0.30.1 is installed
OR bind-doc-9.9.6P1-0.30.1 is installed
OR bind-libs-9.9.6P1-0.30.1 is installed
OR bind-libs-32bit-9.9.6P1-0.30.1 is installed
OR bind-utils-9.9.6P1-0.30.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
dnsmasq-2.71-13.1 is installed
OR dnsmasq-utils-2.71-13.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-52.0.2743.82-89 is installed
OR chromium-52.0.2743.82-89 is installed
OR chromium-desktop-gnome-52.0.2743.82-89 is installed
OR chromium-desktop-kde-52.0.2743.82-89 is installed
OR chromium-ffmpegsumo-52.0.2743.82-89 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
kcoreaddons-5.20.0-6 is installed
OR kcoreaddons-devel-5.20.0-6 is installed
OR kcoreaddons-devel-32bit-5.21.0-18 is installed
OR kcoreaddons-lang-5.20.0-6 is installed
OR libKF5CoreAddons5-5.20.0-6 is installed
OR libKF5CoreAddons5-32bit-5.21.0-18 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-55.0.2883.75-2 is installed
OR chromium-55.0.2883.75-2 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND helm-2.13.1-5 is installed
|