Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP 2 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2019-10638: In the Linux kernel, a device could be tracked by an attacker using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). An attack may be conducted by hosting a crafted web page that uses WebRTC or gQUIC to force UDP traffic to attacker-controlled IP addresses. (bnc#1140575) - CVE-2019-10639: The Linux kernel allowed Information Exposure (partial kernel address disclosure), leading to a KASLR bypass. Specifically, it was possible to extract the KASLR kernel image offset using the IP ID values the kernel produces for connection-less protocols (e.g., UDP and ICMP). When such traffic was sent to multiple destination IP addresses, it was possible to obtain hash collisions (of indices to the counter array) and thereby obtain the hashing key (via enumeration). This key contains enough bits from a kernel address (of a static variable) so when the key was extracted (via enumeration), the offset of the kernel image is exposed. This attack can be carried out remotely, by the attacker forcing the target device to send UDP or ICMP (or certain other) traffic to attacker-controlled IP addresses. Forcing a server to send UDP traffic is trivial if the server is a DNS server. ICMP traffic is trivial if the server answers ICMP Echo requests (ping). For client targets, if the target visited the attacker's web page, then WebRTC or gQUIC could be used to force UDP traffic to attacker-controlled IP addresses. NOTE: this attack against KASLR became viable because IP ID generation was changed to have a dependency on an address associated with a network namespace. (bnc#) - CVE-2019-10126: A flaw was found in the Linux kernel that might lead to memory corruption in the marvell mwifiex driver. (bnc#1136935) - CVE-2018-20836: An issue was discovered in the Linux kernel There was a race condition in smp_task_timedout() and smp_task_done() in drivers/scsi/libsas/sas_expander.c, leading to a use-after-free. (bnc#1134395) - CVE-2019-11599: The coredump implementation in the Linux kernel did not use locking or other mechanisms to prevent vma layout or vma flags changes while it ran, which allowed local users to obtain sensitive information, cause a denial of service, or possibly have unspecified other impact by triggering a race condition with mmget_not_zero or get_task_mm calls. This is related to fs/userfaultfd.c, mm/mmap.c, fs/proc/task_mmu.c, and drivers/infiniband/core/uverbs_main.c. (bnc#1133738) - CVE-2019-12614: An issue was discovered in dlpar_parse_cc_property in arch/powerpc/platforms/pseries/dlpar.c in the Linux kernel There was an unchecked kstrdup of prop-name, which might allow an attacker to cause a denial of service (NULL pointer dereference and system crash). (bnc#) - CVE-2019-12818: An issue was discovered in the Linux kernel The nfc_llcp_build_tlv function in net/nfc/llcp_commands.c may return NULL. If the caller did not check for this, it will trigger a NULL pointer dereference. This will cause denial of service. This affects nfc_llcp_build_gb in net/nfc/llcp_core.c. (bnc#1137194) - CVE-2019-12819: An issue was discovered in the Linux kernel The function __mdiobus_register() in drivers/net/phy/mdio_bus.c called put_device(), which would trigger a fixed_mdio_bus_init use-after-free. This would cause a denial of service. (bnc#1138291) - CVE-2019-12456 a double-fetch bug in _ctl_ioctl_main() could allow local users to create a denial of service (bsc#1136922). - CVE-2019-12380: An issue was discovered in the efi subsystem in the Linux kernel phys_efi_set_virtual_address_map in arch/x86/platform/efi/efi.c and efi_call_phys_prolog in arch/x86/platform/efi/efi_64.c mishandle memory allocation failures. NOTE: This id is disputed as not being an issue because All the code touched by the referenced commit runs only at boot, before any user processes are started. Therefore, there is no possibility for an unprivileged user to control it. (bnc#) - CVE-2019-11487: The Linux kernel allowed page-_refcount reference count to overflow, with resultant use-after-free issues, if about 140 GiB of RAM exists. This is related to fs/fuse/dev.c, fs/pipe.c, fs/splice.c, include/linux/mm.h, include/linux/pipe_fs_i.h, kernel/trace/trace.c, mm/gup.c, and mm/hugetlb.c. It can occur with FUSE requests. (bnc#1133190)
The following non-security bugs were fixed:
- Drop multiversion(kernel) from the KMP template (bsc#1127155). - Revert 'KMPs: obsolete older KMPs of the same flavour (bsc#1127155, bsc#1109137).' This reverts commit 4cc83da426b53d47f1fde9328112364eab1e9a19. - sched/fair: Avoid divide by zero when rebalancing domains (bsc#1096254). - x86/cpu: Unify CPU family, model, stepping calculation (bsc#1134701). - x86/entry/64/compat: Fix stack switching for XEN PV (bsc#1108382). - x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/AMD: Fix load of builtin microcode with randomized memory (bsc#1134701). - x86/microcode/AMD: Reload proper initrd start address (bsc#1134701). - x86/microcode/amd: Hand down the CPU family (bsc#1134701). - x86/microcode/amd: Move private inlines to .c and mark local functions static (bsc#1134701). - x86/microcode/intel: Drop stashed AP patch pointer optimization (bsc#1134701). - x86/microcode/intel: Fix allocation size of struct ucode_patch (bsc#1134701). - x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y (bsc#1134701). - x86/microcode/intel: Remove intel_lib.c (bsc#1134701). - x86/microcode/intel: Remove unused arg of get_matching_model_microcode() (bsc#1134701). - x86/microcode/intel: Rename load_microcode_early() to find_microcode_patch() (bsc#1134701). - x86/microcode/intel: Rename local variables of type struct mc_saved_data (bsc#1134701). - x86/microcode/intel: Rename mc_intel variable to mc (bsc#1134701). - x86/microcode/intel: Rename mc_saved_in_initrd (bsc#1134701). - x86/microcode/intel: Simplify generic_load_microcode() (bsc#1134701). - x86/microcode/intel: Unexport save_mc_for_early() (bsc#1134701). - x86/microcode/intel: Use correct buffer size for saving microcode data (bsc#1134701). - x86/microcode: Collect CPU info on resume (bsc#1134701). - x86/microcode: Export the microcode cache linked list (bsc#1134701). - x86/microcode: Fix loading precedence (bsc#1134701). - x86/microcode: Get rid of find_cpio_data()'s dummy offset arg (bsc#1134701). - x86/microcode: Issue the debug printk on resume only on success (bsc#1134701). - x86/microcode: Rework microcode loading (bsc#1134701). - x86/microcode: Run the AP-loading routine only on the application processors (bsc#1134701).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1027519 1065237 1072834 1080634 1080635 1080662 1085130 1085671 1087059 1087251 1087252 1089152 1089635 1090671 1090820 1090822 1090823 1092548 1096254 1108382 1109137 1114674 1119183 1121816 1121821 1121826 1127155 1131493 1131709 1133190 1133738 1134395 1134701 1136922 1136935 1137194 1138291 1140575 1154212 1158442 1159646 1160968 1172031 1172225 1172437 1174922 1174923 CVE-2018-10471 CVE-2018-10472 CVE-2018-18311 CVE-2018-20836 CVE-2018-5125 CVE-2018-5127 CVE-2018-5129 CVE-2018-5130 CVE-2018-5131 CVE-2018-5144 CVE-2018-5145 CVE-2018-5146 CVE-2018-5147 CVE-2018-5148 CVE-2018-5150 CVE-2018-5154 CVE-2018-5155 CVE-2018-5157 CVE-2018-5158 CVE-2018-5159 CVE-2018-5168 CVE-2018-5174 CVE-2018-5178 CVE-2018-5183 CVE-2018-7540 CVE-2018-7541 CVE-2018-7542 CVE-2018-8897 CVE-2019-10126 CVE-2019-10638 CVE-2019-10639 CVE-2019-11487 CVE-2019-11599 CVE-2019-12380 CVE-2019-12456 CVE-2019-12614 CVE-2019-12818 CVE-2019-12819 CVE-2019-17571 CVE-2019-17631 CVE-2019-20807 CVE-2019-2933 CVE-2019-2945 CVE-2019-2958 CVE-2019-2962 CVE-2019-2964 CVE-2019-2973 CVE-2019-2975 CVE-2019-2978 CVE-2019-2981 CVE-2019-2983 CVE-2019-2988 CVE-2019-2989 CVE-2019-2992 CVE-2019-2996 CVE-2019-2999 CVE-2019-5953 CVE-2019-6109 CVE-2019-6111 CVE-2019-6133 CVE-2020-10757 CVE-2020-12673 CVE-2020-12674 CVE-2020-2583 CVE-2020-2590 CVE-2020-2593 CVE-2020-2601 CVE-2020-2604 CVE-2020-2654 CVE-2020-2659 SUSE-SU-2018:0850-1 SUSE-SU-2018:1184-1 SUSE-SU-2018:1334-1 SUSE-SU-2019:0956-1 SUSE-SU-2019:1524-1 SUSE-SU-2019:2035-1 SUSE-SU-2020:0024-1 SUSE-SU-2020:0054-1 SUSE-SU-2020:0261-1 SUSE-SU-2020:1550-1 SUSE-SU-2020:2274-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.1 NonFree openSUSE Leap 42.2 openSUSE Leap 42.3 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 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Public Cloud 15 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-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 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-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 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 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-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 Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE OpenStack Cloud 7 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP2 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE 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-41.0.2353.56-3.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND logrotate-3.8.7-8.4 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
libopenssl-devel-1.0.2j-7.3 is installed
OR libopenssl1_0_0-1.0.2j-7.3 is installed
OR libopenssl1_0_0-32bit-1.0.2j-7.3 is installed
OR openssl-1.0.2j-7.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND clamav-0.97.8-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.2.0esr-0.7 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.2.0esr-0.7 is installed
OR libfreebl3-3.15.3.1-0.7 is installed
OR libfreebl3-32bit-3.15.3.1-0.7 is installed
OR libsoftokn3-3.15.3.1-0.7 is installed
OR libsoftokn3-32bit-3.15.3.1-0.7 is installed
OR mozilla-nss-3.15.3.1-0.7 is installed
OR mozilla-nss-32bit-3.15.3.1-0.7 is installed
OR mozilla-nss-tools-3.15.3.1-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.15.1 is installed
OR bind-libs-9.9.6P1-0.15.1 is installed
OR bind-libs-32bit-9.9.6P1-0.15.1 is installed
OR bind-utils-9.9.6P1-0.15.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
empathy-3.10.3-1 is installed
OR empathy-lang-3.10.3-1 is installed
OR telepathy-mission-control-plugin-goa-3.10.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libXt6-1.1.4-3 is installed
OR libXt6-32bit-1.1.4-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
gdk-pixbuf-2.34.0-19.8.1 is installed
OR gdk-pixbuf-lang-2.34.0-19.8.1 is installed
OR gdk-pixbuf-query-loaders-2.34.0-19.8.1 is installed
OR gdk-pixbuf-query-loaders-32bit-2.34.0-19.8.1 is installed
OR libgdk_pixbuf-2_0-0-2.34.0-19.8.1 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.34.0-19.8.1 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.34.0-19.8.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND logrotate-3.13.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
NetworkManager-1.10.6-3 is installed
OR NetworkManager-devel-1.10.6-3 is installed
OR libnm-glib-vpn1-1.10.6-3 is installed
OR libnm-glib4-1.10.6-3 is installed
OR libnm-util2-1.10.6-3 is installed
OR typelib-1_0-NMClient-1_0-1.10.6-3 is installed
OR typelib-1_0-NetworkManager-1_0-1.10.6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
kernel-azure-4.12.14-5.5 is installed
OR kernel-azure-base-4.12.14-5.5 is installed
OR kernel-azure-devel-4.12.14-5.5 is installed
OR kernel-devel-azure-4.12.14-5.5 is installed
OR kernel-source-azure-4.12.14-5.5 is installed
OR kernel-syms-azure-4.12.14-5.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
qemu-2.11.1-7 is installed
OR qemu-block-curl-2.11.1-7 is installed
OR qemu-block-iscsi-2.11.1-7 is installed
OR qemu-block-rbd-2.11.1-7 is installed
OR qemu-block-ssh-2.11.1-7 is installed
OR qemu-guest-agent-2.11.1-7 is installed
OR qemu-ipxe-1.0.0-7 is installed
OR qemu-kvm-2.11.1-7 is installed
OR qemu-lang-2.11.1-7 is installed
OR qemu-seabios-1.11.0-7 is installed
OR qemu-sgabios-8-7 is installed
OR qemu-vgabios-1.11.0-7 is installed
OR qemu-x86-2.11.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-15 is installed
OR php7-7.0.7-15 is installed
OR php7-bcmath-7.0.7-15 is installed
OR php7-bz2-7.0.7-15 is installed
OR php7-calendar-7.0.7-15 is installed
OR php7-ctype-7.0.7-15 is installed
OR php7-curl-7.0.7-15 is installed
OR php7-dba-7.0.7-15 is installed
OR php7-dom-7.0.7-15 is installed
OR php7-enchant-7.0.7-15 is installed
OR php7-exif-7.0.7-15 is installed
OR php7-fastcgi-7.0.7-15 is installed
OR php7-fileinfo-7.0.7-15 is installed
OR php7-fpm-7.0.7-15 is installed
OR php7-ftp-7.0.7-15 is installed
OR php7-gd-7.0.7-15 is installed
OR php7-gettext-7.0.7-15 is installed
OR php7-gmp-7.0.7-15 is installed
OR php7-iconv-7.0.7-15 is installed
OR php7-imap-7.0.7-15 is installed
OR php7-intl-7.0.7-15 is installed
OR php7-json-7.0.7-15 is installed
OR php7-ldap-7.0.7-15 is installed
OR php7-mbstring-7.0.7-15 is installed
OR php7-mcrypt-7.0.7-15 is installed
OR php7-mysql-7.0.7-15 is installed
OR php7-odbc-7.0.7-15 is installed
OR php7-opcache-7.0.7-15 is installed
OR php7-openssl-7.0.7-15 is installed
OR php7-pcntl-7.0.7-15 is installed
OR php7-pdo-7.0.7-15 is installed
OR php7-pear-7.0.7-15 is installed
OR php7-pear-Archive_Tar-7.0.7-15 is installed
OR php7-pgsql-7.0.7-15 is installed
OR php7-phar-7.0.7-15 is installed
OR php7-posix-7.0.7-15 is installed
OR php7-pspell-7.0.7-15 is installed
OR php7-shmop-7.0.7-15 is installed
OR php7-snmp-7.0.7-15 is installed
OR php7-soap-7.0.7-15 is installed
OR php7-sockets-7.0.7-15 is installed
OR php7-sqlite-7.0.7-15 is installed
OR php7-sysvmsg-7.0.7-15 is installed
OR php7-sysvsem-7.0.7-15 is installed
OR php7-sysvshm-7.0.7-15 is installed
OR php7-tokenizer-7.0.7-15 is installed
OR php7-wddx-7.0.7-15 is installed
OR php7-xmlreader-7.0.7-15 is installed
OR php7-xmlrpc-7.0.7-15 is installed
OR php7-xmlwriter-7.0.7-15 is installed
OR php7-xsl-7.0.7-15 is installed
OR php7-zip-7.0.7-15 is installed
OR php7-zlib-7.0.7-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND wireshark-1.0.5-1.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND wireshark-1.0.5-1.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND python-pam-0.5.0-3.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND python-pam-0.5.0-3.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND python-pam-0.5.0-3.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND python-pam-0.5.0-3.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND pure-ftpd-1.0.22-3.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND pure-ftpd-1.0.22-3.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND pure-ftpd-1.0.22-3.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND gd-2.0.36.RC1-52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
xen-4.0.3_21548_18-0.25 is installed
OR xen-doc-html-4.0.3_21548_18-0.25 is installed
OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
OR xen-libs-4.0.3_21548_18-0.25 is installed
OR xen-tools-4.0.3_21548_18-0.25 is installed
OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND procmail-3.22-240.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND procmail-3.22-240.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND kvm-0.15.1-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND kvm-0.15.1-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND kvm-0.15.1-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND kvm-0.15.1-0.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND jakarta-commons-httpclient3-3.0.1-253.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND jakarta-commons-httpclient3-3.0.1-253.36 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND jakarta-commons-httpclient3-3.0.1-253.36 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-56 is installed
OR libldb1-3.6.3-56 is installed
OR libsmbclient0-3.6.3-56 is installed
OR libsmbclient0-32bit-3.6.3-56 is installed
OR libtalloc2-3.6.3-56 is installed
OR libtalloc2-32bit-3.6.3-56 is installed
OR libtdb1-3.6.3-56 is installed
OR libtdb1-32bit-3.6.3-56 is installed
OR libtevent0-3.6.3-56 is installed
OR libtevent0-32bit-3.6.3-56 is installed
OR libwbclient0-3.6.3-56 is installed
OR libwbclient0-32bit-3.6.3-56 is installed
OR samba-3.6.3-56 is installed
OR samba-32bit-3.6.3-56 is installed
OR samba-client-3.6.3-56 is installed
OR samba-client-32bit-3.6.3-56 is installed
OR samba-doc-3.6.3-56 is installed
OR samba-krb-printing-3.6.3-56 is installed
OR samba-winbind-3.6.3-56 is installed
OR samba-winbind-32bit-3.6.3-56 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-56 is installed
OR libldb1-3.6.3-56 is installed
OR libsmbclient0-3.6.3-56 is installed
OR libsmbclient0-32bit-3.6.3-56 is installed
OR libtalloc2-3.6.3-56 is installed
OR libtalloc2-32bit-3.6.3-56 is installed
OR libtdb1-3.6.3-56 is installed
OR libtdb1-32bit-3.6.3-56 is installed
OR libtevent0-3.6.3-56 is installed
OR libtevent0-32bit-3.6.3-56 is installed
OR libwbclient0-3.6.3-56 is installed
OR libwbclient0-32bit-3.6.3-56 is installed
OR samba-3.6.3-56 is installed
OR samba-32bit-3.6.3-56 is installed
OR samba-client-3.6.3-56 is installed
OR samba-client-32bit-3.6.3-56 is installed
OR samba-doc-3.6.3-56 is installed
OR samba-krb-printing-3.6.3-56 is installed
OR samba-winbind-3.6.3-56 is installed
OR samba-winbind-32bit-3.6.3-56 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND amavisd-new-2.7.0-18.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.7 is installed
OR salt-doc-2016.11.4-43.7 is installed
OR salt-minion-2016.11.4-43.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.7 is installed
OR salt-doc-2016.11.4-43.7 is installed
OR salt-minion-2016.11.4-43.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.47 is installed
OR bind-chrootenv-9.9.6P1-0.47 is installed
OR bind-devel-9.9.6P1-0.47 is installed
OR bind-doc-9.9.6P1-0.47 is installed
OR bind-libs-9.9.6P1-0.47 is installed
OR bind-libs-32bit-9.9.6P1-0.47 is installed
OR bind-utils-9.9.6P1-0.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.99 is installed
OR kernel-bigsmp-base-3.0.101-0.47.99 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.99 is installed
OR kernel-default-3.0.101-0.47.99 is installed
OR kernel-default-base-3.0.101-0.47.99 is installed
OR kernel-default-devel-3.0.101-0.47.99 is installed
OR kernel-default-man-3.0.101-0.47.99 is installed
OR kernel-ec2-3.0.101-0.47.99 is installed
OR kernel-ec2-base-3.0.101-0.47.99 is installed
OR kernel-ec2-devel-3.0.101-0.47.99 is installed
OR kernel-pae-3.0.101-0.47.99 is installed
OR kernel-pae-base-3.0.101-0.47.99 is installed
OR kernel-pae-devel-3.0.101-0.47.99 is installed
OR kernel-source-3.0.101-0.47.99 is installed
OR kernel-syms-3.0.101-0.47.99 is installed
OR kernel-trace-3.0.101-0.47.99 is installed
OR kernel-trace-base-3.0.101-0.47.99 is installed
OR kernel-trace-devel-3.0.101-0.47.99 is installed
OR kernel-xen-3.0.101-0.47.99 is installed
OR kernel-xen-base-3.0.101-0.47.99 is installed
OR kernel-xen-devel-3.0.101-0.47.99 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.99 is installed
OR kernel-bigsmp-base-3.0.101-0.47.99 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.99 is installed
OR kernel-default-3.0.101-0.47.99 is installed
OR kernel-default-base-3.0.101-0.47.99 is installed
OR kernel-default-devel-3.0.101-0.47.99 is installed
OR kernel-default-man-3.0.101-0.47.99 is installed
OR kernel-ec2-3.0.101-0.47.99 is installed
OR kernel-ec2-base-3.0.101-0.47.99 is installed
OR kernel-ec2-devel-3.0.101-0.47.99 is installed
OR kernel-pae-3.0.101-0.47.99 is installed
OR kernel-pae-base-3.0.101-0.47.99 is installed
OR kernel-pae-devel-3.0.101-0.47.99 is installed
OR kernel-source-3.0.101-0.47.99 is installed
OR kernel-syms-3.0.101-0.47.99 is installed
OR kernel-trace-3.0.101-0.47.99 is installed
OR kernel-trace-base-3.0.101-0.47.99 is installed
OR kernel-trace-devel-3.0.101-0.47.99 is installed
OR kernel-xen-3.0.101-0.47.99 is installed
OR kernel-xen-base-3.0.101-0.47.99 is installed
OR kernel-xen-devel-3.0.101-0.47.99 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
curl-7.19.7-1.61.1 is installed
OR libcurl4-7.19.7-1.61.1 is installed
OR libcurl4-32bit-7.19.7-1.61.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
apport-0.114-12.8.3 is installed
OR apport-crashdb-sle-0.114-0.8.3 is installed
OR apport-gtk-0.114-12.8.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
apport-0.114-12.8.3 is installed
OR apport-crashdb-sle-0.114-0.8.3 is installed
OR apport-gtk-0.114-12.8.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-52.2.0esr-72.5 is installed
OR MozillaFirefox-branding-SLED-52-24.3 is installed
OR MozillaFirefox-translations-52.2.0esr-72.5 is installed
OR firefox-gcc5-5.3.1+r233831-7 is installed
OR firefox-libffi-gcc5-5.3.1+r233831-7 is installed
OR firefox-libffi4-5.3.1+r233831-7 is installed
OR firefox-libstdc++6-5.3.1+r233831-7 is installed
OR libfreebl3-3.29.5-47.3 is installed
OR libfreebl3-32bit-3.29.5-47.3 is installed
OR libfreebl3-x86-3.29.5-47.3 is installed
OR libsoftokn3-3.29.5-47.3 is installed
OR libsoftokn3-32bit-3.29.5-47.3 is installed
OR libsoftokn3-x86-3.29.5-47.3 is installed
OR mozilla-nss-3.29.5-47.3 is installed
OR mozilla-nss-32bit-3.29.5-47.3 is installed
OR mozilla-nss-tools-3.29.5-47.3 is installed
OR mozilla-nss-x86-3.29.5-47.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-52.2.0esr-72.5 is installed
OR MozillaFirefox-branding-SLED-52-24.3 is installed
OR MozillaFirefox-translations-52.2.0esr-72.5 is installed
OR firefox-gcc5-5.3.1+r233831-7 is installed
OR firefox-libffi-gcc5-5.3.1+r233831-7 is installed
OR firefox-libffi4-5.3.1+r233831-7 is installed
OR firefox-libstdc++6-5.3.1+r233831-7 is installed
OR libfreebl3-3.29.5-47.3 is installed
OR libfreebl3-32bit-3.29.5-47.3 is installed
OR libfreebl3-x86-3.29.5-47.3 is installed
OR libsoftokn3-3.29.5-47.3 is installed
OR libsoftokn3-32bit-3.29.5-47.3 is installed
OR libsoftokn3-x86-3.29.5-47.3 is installed
OR mozilla-nss-3.29.5-47.3 is installed
OR mozilla-nss-32bit-3.29.5-47.3 is installed
OR mozilla-nss-tools-3.29.5-47.3 is installed
OR mozilla-nss-x86-3.29.5-47.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
ant-1.7.1-20.11 is installed
OR ant-trax-1.7.1-16.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND apache-commons-httpclient-3.1-4.498 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
bind-9.9.9P1-59 is installed
OR bind-chrootenv-9.9.9P1-59 is installed
OR bind-doc-9.9.9P1-59 is installed
OR bind-libs-9.9.9P1-59 is installed
OR bind-libs-32bit-9.9.9P1-59 is installed
OR bind-utils-9.9.9P1-59 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
bind-9.9.9P1-59 is installed
OR bind-chrootenv-9.9.9P1-59 is installed
OR bind-doc-9.9.9P1-59 is installed
OR bind-libs-9.9.9P1-59 is installed
OR bind-libs-32bit-9.9.9P1-59 is installed
OR bind-utils-9.9.9P1-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND apache2-mod_nss-1.0.8-13.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.66 is installed
OR kernel-default-base-3.12.74-60.64.66 is installed
OR kernel-default-devel-3.12.74-60.64.66 is installed
OR kernel-default-man-3.12.74-60.64.66 is installed
OR kernel-devel-3.12.74-60.64.66 is installed
OR kernel-macros-3.12.74-60.64.66 is installed
OR kernel-source-3.12.74-60.64.66 is installed
OR kernel-syms-3.12.74-60.64.66 is installed
OR kernel-xen-3.12.74-60.64.66 is installed
OR kernel-xen-base-3.12.74-60.64.66 is installed
OR kernel-xen-devel-3.12.74-60.64.66 is installed
OR kgraft-patch-3_12_74-60_64_66-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_66-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_23-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.66 is installed
OR kernel-default-base-3.12.74-60.64.66 is installed
OR kernel-default-devel-3.12.74-60.64.66 is installed
OR kernel-default-man-3.12.74-60.64.66 is installed
OR kernel-devel-3.12.74-60.64.66 is installed
OR kernel-macros-3.12.74-60.64.66 is installed
OR kernel-source-3.12.74-60.64.66 is installed
OR kernel-syms-3.12.74-60.64.66 is installed
OR kernel-xen-3.12.74-60.64.66 is installed
OR kernel-xen-base-3.12.74-60.64.66 is installed
OR kernel-xen-devel-3.12.74-60.64.66 is installed
OR kgraft-patch-3_12_74-60_64_66-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_66-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_23-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_45-default-2-2.1 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-2-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_16-2-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libdcerpc-binding0-4.4.2-31 is installed
OR libdcerpc-binding0-32bit-4.4.2-31 is installed
OR libdcerpc0-4.4.2-31 is installed
OR libdcerpc0-32bit-4.4.2-31 is installed
OR libndr-krb5pac0-4.4.2-31 is installed
OR libndr-krb5pac0-32bit-4.4.2-31 is installed
OR libndr-nbt0-4.4.2-31 is installed
OR libndr-nbt0-32bit-4.4.2-31 is installed
OR libndr-standard0-4.4.2-31 is installed
OR libndr-standard0-32bit-4.4.2-31 is installed
OR libndr0-4.4.2-31 is installed
OR libndr0-32bit-4.4.2-31 is installed
OR libnetapi0-4.4.2-31 is installed
OR libnetapi0-32bit-4.4.2-31 is installed
OR libsamba-credentials0-4.4.2-31 is installed
OR libsamba-credentials0-32bit-4.4.2-31 is installed
OR libsamba-errors0-4.4.2-31 is installed
OR libsamba-errors0-32bit-4.4.2-31 is installed
OR libsamba-hostconfig0-4.4.2-31 is installed
OR libsamba-hostconfig0-32bit-4.4.2-31 is installed
OR libsamba-passdb0-4.4.2-31 is installed
OR libsamba-passdb0-32bit-4.4.2-31 is installed
OR libsamba-util0-4.4.2-31 is installed
OR libsamba-util0-32bit-4.4.2-31 is installed
OR libsamdb0-4.4.2-31 is installed
OR libsamdb0-32bit-4.4.2-31 is installed
OR libsmbclient0-4.4.2-31 is installed
OR libsmbclient0-32bit-4.4.2-31 is installed
OR libsmbconf0-4.4.2-31 is installed
OR libsmbconf0-32bit-4.4.2-31 is installed
OR libsmbldap0-4.4.2-31 is installed
OR libsmbldap0-32bit-4.4.2-31 is installed
OR libtevent-util0-4.4.2-31 is installed
OR libtevent-util0-32bit-4.4.2-31 is installed
OR libwbclient0-4.4.2-31 is installed
OR libwbclient0-32bit-4.4.2-31 is installed
OR samba-4.4.2-31 is installed
OR samba-client-4.4.2-31 is installed
OR samba-client-32bit-4.4.2-31 is installed
OR samba-doc-4.4.2-31 is installed
OR samba-libs-4.4.2-31 is installed
OR samba-libs-32bit-4.4.2-31 is installed
OR samba-winbind-4.4.2-31 is installed
OR samba-winbind-32bit-4.4.2-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libdcerpc-binding0-4.4.2-31 is installed
OR libdcerpc-binding0-32bit-4.4.2-31 is installed
OR libdcerpc0-4.4.2-31 is installed
OR libdcerpc0-32bit-4.4.2-31 is installed
OR libndr-krb5pac0-4.4.2-31 is installed
OR libndr-krb5pac0-32bit-4.4.2-31 is installed
OR libndr-nbt0-4.4.2-31 is installed
OR libndr-nbt0-32bit-4.4.2-31 is installed
OR libndr-standard0-4.4.2-31 is installed
OR libndr-standard0-32bit-4.4.2-31 is installed
OR libndr0-4.4.2-31 is installed
OR libndr0-32bit-4.4.2-31 is installed
OR libnetapi0-4.4.2-31 is installed
OR libnetapi0-32bit-4.4.2-31 is installed
OR libsamba-credentials0-4.4.2-31 is installed
OR libsamba-credentials0-32bit-4.4.2-31 is installed
OR libsamba-errors0-4.4.2-31 is installed
OR libsamba-errors0-32bit-4.4.2-31 is installed
OR libsamba-hostconfig0-4.4.2-31 is installed
OR libsamba-hostconfig0-32bit-4.4.2-31 is installed
OR libsamba-passdb0-4.4.2-31 is installed
OR libsamba-passdb0-32bit-4.4.2-31 is installed
OR libsamba-util0-4.4.2-31 is installed
OR libsamba-util0-32bit-4.4.2-31 is installed
OR libsamdb0-4.4.2-31 is installed
OR libsamdb0-32bit-4.4.2-31 is installed
OR libsmbclient0-4.4.2-31 is installed
OR libsmbclient0-32bit-4.4.2-31 is installed
OR libsmbconf0-4.4.2-31 is installed
OR libsmbconf0-32bit-4.4.2-31 is installed
OR libsmbldap0-4.4.2-31 is installed
OR libsmbldap0-32bit-4.4.2-31 is installed
OR libtevent-util0-4.4.2-31 is installed
OR libtevent-util0-32bit-4.4.2-31 is installed
OR libwbclient0-4.4.2-31 is installed
OR libwbclient0-32bit-4.4.2-31 is installed
OR samba-4.4.2-31 is installed
OR samba-client-4.4.2-31 is installed
OR samba-client-32bit-4.4.2-31 is installed
OR samba-doc-4.4.2-31 is installed
OR samba-libs-4.4.2-31 is installed
OR samba-libs-32bit-4.4.2-31 is installed
OR samba-winbind-4.4.2-31 is installed
OR samba-winbind-32bit-4.4.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
accountsservice-0.6.42-14.2 is installed
OR accountsservice-lang-0.6.42-14.2 is installed
OR libaccountsservice0-0.6.42-14.2 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.117 is installed
OR kernel-default-base-4.4.121-92.117 is installed
OR kernel-default-devel-4.4.121-92.117 is installed
OR kernel-devel-4.4.121-92.117 is installed
OR kernel-macros-4.4.121-92.117 is installed
OR kernel-source-4.4.121-92.117 is installed
OR kernel-syms-4.4.121-92.117 is installed
OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kernel-default-4.4.121-92.117 is installed
OR kernel-default-base-4.4.121-92.117 is installed
OR kernel-default-devel-4.4.121-92.117 is installed
OR kernel-devel-4.4.121-92.117 is installed
OR kernel-macros-4.4.121-92.117 is installed
OR kernel-source-4.4.121-92.117 is installed
OR kernel-syms-4.4.121-92.117 is installed
OR kgraft-patch-4_4_121-92_117-default-1-3.3 is installed
OR kgraft-patch-SLE12-SP2_Update_31-1-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
res-signingkeys-3.0.37-52.23 is installed
OR smt-3.0.37-52.23 is installed
OR smt-support-3.0.37-52.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
res-signingkeys-3.0.37-52.23 is installed
OR smt-3.0.37-52.23 is installed
OR smt-support-3.0.37-52.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
MozillaFirefox-52.7.3esr-109.25 is installed
OR MozillaFirefox-translations-52.7.3esr-109.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
MozillaFirefox-52.7.3esr-109.25 is installed
OR MozillaFirefox-translations-52.7.3esr-109.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libXp6-1.0.2-3 is installed
OR libXp6-32bit-1.0.2-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
gvim-7.4.326-17.6 is installed
OR vim-7.4.326-17.6 is installed
OR vim-data-7.4.326-17.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
gvim-7.4.326-17.6 is installed
OR vim-7.4.326-17.6 is installed
OR vim-data-7.4.326-17.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND ucode-intel-20190618-13.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND ucode-intel-20190618-13.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
libpolkit0-0.113-5.18 is installed
OR polkit-0.113-5.18 is installed
OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
libpolkit0-0.113-5.18 is installed
OR polkit-0.113-5.18 is installed
OR typelib-1_0-Polkit-1_0-0.113-5.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
libblkid1-2.29.2-3.12 is installed
OR libblkid1-32bit-2.29.2-3.12 is installed
OR libfdisk1-2.29.2-3.12 is installed
OR libmount1-2.29.2-3.12 is installed
OR libmount1-32bit-2.29.2-3.12 is installed
OR libsmartcols1-2.29.2-3.12 is installed
OR libuuid1-2.29.2-3.12 is installed
OR libuuid1-32bit-2.29.2-3.12 is installed
OR python-libmount-2.29.2-3.12 is installed
OR util-linux-2.29.2-3.12 is installed
OR util-linux-lang-2.29.2-3.12 is installed
OR util-linux-systemd-2.29.2-3.12 is installed
OR uuidd-2.29.2-3.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
glibc-2.22-100.8 is installed
OR glibc-32bit-2.22-100.8 is installed
OR glibc-devel-2.22-100.8 is installed
OR glibc-devel-32bit-2.22-100.8 is installed
OR glibc-html-2.22-100.8 is installed
OR glibc-i18ndata-2.22-100.8 is installed
OR glibc-info-2.22-100.8 is installed
OR glibc-locale-2.22-100.8 is installed
OR glibc-locale-32bit-2.22-100.8 is installed
OR glibc-profile-2.22-100.8 is installed
OR glibc-profile-32bit-2.22-100.8 is installed
OR nscd-2.22-100.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
glibc-2.22-100.8 is installed
OR glibc-32bit-2.22-100.8 is installed
OR glibc-devel-2.22-100.8 is installed
OR glibc-devel-32bit-2.22-100.8 is installed
OR glibc-html-2.22-100.8 is installed
OR glibc-i18ndata-2.22-100.8 is installed
OR glibc-info-2.22-100.8 is installed
OR glibc-locale-2.22-100.8 is installed
OR glibc-locale-32bit-2.22-100.8 is installed
OR glibc-profile-2.22-100.8 is installed
OR glibc-profile-32bit-2.22-100.8 is installed
OR nscd-2.22-100.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND apache2-mod_perl-2.0.8-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
accountsservice-0.6.42-16.8 is installed
OR accountsservice-lang-0.6.42-16.8 is installed
OR libaccountsservice0-0.6.42-16.8 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-16.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
accountsservice-0.6.42-16.8 is installed
OR accountsservice-lang-0.6.42-16.8 is installed
OR libaccountsservice0-0.6.42-16.8 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-16.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
xen-4.4.4_21-22.42 is installed
OR xen-doc-html-4.4.4_21-22.42 is installed
OR xen-kmp-default-4.4.4_21_k3.12.61_52.77-22.42 is installed
OR xen-libs-4.4.4_21-22.42 is installed
OR xen-libs-32bit-4.4.4_21-22.42 is installed
OR xen-tools-4.4.4_21-22.42 is installed
OR xen-tools-domU-4.4.4_21-22.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
xen-4.4.4_21-22.42 is installed
OR xen-doc-html-4.4.4_21-22.42 is installed
OR xen-kmp-default-4.4.4_21_k3.12.61_52.77-22.42 is installed
OR xen-libs-4.4.4_21-22.42 is installed
OR xen-libs-32bit-4.4.4_21-22.42 is installed
OR xen-tools-4.4.4_21-22.42 is installed
OR xen-tools-domU-4.4.4_21-22.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
cups-filters-1.0.58-13 is installed
OR cups-filters-cups-browsed-1.0.58-13 is installed
OR cups-filters-foomatic-rip-1.0.58-13 is installed
OR cups-filters-ghostscript-1.0.58-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.47 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
ghostscript-9.15-11 is installed
OR ghostscript-x11-9.15-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND apache2-mod_security2-2.7.1-0.2.14 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
GraphicsMagick-1.2.5-4.33 is installed
OR libGraphicsMagick2-1.2.5-4.33 is installed
OR perl-GraphicsMagick-1.2.5-4.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND libraw9-0.15.4-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
kernel-default-3.12.62-60.64.8 is installed
OR kernel-default-extra-3.12.62-60.64.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND icu-52.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libvpx-1.3.0-3.3 is installed
OR libvpx1-32bit-1.3.0-3.3 is installed
OR vpx-tools-1.3.0-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libixion-0.14.1-13.9 is installed
OR libixion-0_14-0-0.14.1-13.9 is installed
OR liborcus-0.14.1-10.12 is installed
OR liborcus-0_14-0-0.14.1-10.12 is installed
OR libreoffice-6.2.3.2-43.49 is installed
OR libreoffice-base-6.2.3.2-43.49 is installed
OR libreoffice-base-drivers-postgresql-6.2.3.2-43.49 is installed
OR libreoffice-branding-upstream-6.2.3.2-43.49 is installed
OR libreoffice-calc-6.2.3.2-43.49 is installed
OR libreoffice-calc-extensions-6.2.3.2-43.49 is installed
OR libreoffice-draw-6.2.3.2-43.49 is installed
OR libreoffice-filters-optional-6.2.3.2-43.49 is installed
OR libreoffice-gnome-6.2.3.2-43.49 is installed
OR libreoffice-gtk2-6.2.3.2-43.49 is installed
OR libreoffice-icon-themes-6.2.3.2-43.49 is installed
OR libreoffice-impress-6.2.3.2-43.49 is installed
OR libreoffice-l10n-af-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ar-6.2.3.2-43.49 is installed
OR libreoffice-l10n-bg-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ca-6.2.3.2-43.49 is installed
OR libreoffice-l10n-cs-6.2.3.2-43.49 is installed
OR libreoffice-l10n-da-6.2.3.2-43.49 is installed
OR libreoffice-l10n-de-6.2.3.2-43.49 is installed
OR libreoffice-l10n-en-6.2.3.2-43.49 is installed
OR libreoffice-l10n-es-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-fr-6.2.3.2-43.49 is installed
OR libreoffice-l10n-gu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hi-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hr-6.2.3.2-43.49 is installed
OR libreoffice-l10n-hu-6.2.3.2-43.49 is installed
OR libreoffice-l10n-it-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ja-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ko-6.2.3.2-43.49 is installed
OR libreoffice-l10n-lt-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nb-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-nn-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pl-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_BR-6.2.3.2-43.49 is installed
OR libreoffice-l10n-pt_PT-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ro-6.2.3.2-43.49 is installed
OR libreoffice-l10n-ru-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sk-6.2.3.2-43.49 is installed
OR libreoffice-l10n-sv-6.2.3.2-43.49 is installed
OR libreoffice-l10n-uk-6.2.3.2-43.49 is installed
OR libreoffice-l10n-xh-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_CN-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zh_TW-6.2.3.2-43.49 is installed
OR libreoffice-l10n-zu-6.2.3.2-43.49 is installed
OR libreoffice-mailmerge-6.2.3.2-43.49 is installed
OR libreoffice-math-6.2.3.2-43.49 is installed
OR libreoffice-officebean-6.2.3.2-43.49 is installed
OR libreoffice-pyuno-6.2.3.2-43.49 is installed
OR libreoffice-writer-6.2.3.2-43.49 is installed
OR libreoffice-writer-extensions-6.2.3.2-43.49 is installed
OR libwps-0.4.10-10.13 is installed
OR libwps-0_4-4-0.4.10-10.13 is installed
OR myspell-af_NA-20190423-16.18 is installed
OR myspell-af_ZA-20190423-16.18 is installed
OR myspell-ar-20190423-16.18 is installed
OR myspell-ar_AE-20190423-16.18 is installed
OR myspell-ar_BH-20190423-16.18 is installed
OR myspell-ar_DZ-20190423-16.18 is installed
OR myspell-ar_EG-20190423-16.18 is installed
OR myspell-ar_IQ-20190423-16.18 is installed
OR myspell-ar_JO-20190423-16.18 is installed
OR myspell-ar_KW-20190423-16.18 is installed
OR myspell-ar_LB-20190423-16.18 is installed
OR myspell-ar_LY-20190423-16.18 is installed
OR myspell-ar_MA-20190423-16.18 is installed
OR myspell-ar_OM-20190423-16.18 is installed
OR myspell-ar_QA-20190423-16.18 is installed
OR myspell-ar_SA-20190423-16.18 is installed
OR myspell-ar_SD-20190423-16.18 is installed
OR myspell-ar_SY-20190423-16.18 is installed
OR myspell-ar_TN-20190423-16.18 is installed
OR myspell-ar_YE-20190423-16.18 is installed
OR myspell-be_BY-20190423-16.18 is installed
OR myspell-bg_BG-20190423-16.18 is installed
OR myspell-bn_BD-20190423-16.18 is installed
OR myspell-bn_IN-20190423-16.18 is installed
OR myspell-bs-20190423-16.18 is installed
OR myspell-bs_BA-20190423-16.18 is installed
OR myspell-ca-20190423-16.18 is installed
OR myspell-ca_AD-20190423-16.18 is installed
OR myspell-ca_ES-20190423-16.18 is installed
OR myspell-ca_ES_valencia-20190423-16.18 is installed
OR myspell-ca_FR-20190423-16.18 is installed
OR myspell-ca_IT-20190423-16.18 is installed
OR myspell-cs_CZ-20190423-16.18 is installed
OR myspell-da_DK-20190423-16.18 is installed
OR myspell-de-20190423-16.18 is installed
OR myspell-de_AT-20190423-16.18 is installed
OR myspell-de_CH-20190423-16.18 is installed
OR myspell-de_DE-20190423-16.18 is installed
OR myspell-dictionaries-20190423-16.18 is installed
OR myspell-el_GR-20190423-16.18 is installed
OR myspell-en-20190423-16.18 is installed
OR myspell-en_AU-20190423-16.18 is installed
OR myspell-en_BS-20190423-16.18 is installed
OR myspell-en_BZ-20190423-16.18 is installed
OR myspell-en_CA-20190423-16.18 is installed
OR myspell-en_GB-20190423-16.18 is installed
OR myspell-en_GH-20190423-16.18 is installed
OR myspell-en_IE-20190423-16.18 is installed
OR myspell-en_IN-20190423-16.18 is installed
OR myspell-en_JM-20190423-16.18 is installed
OR myspell-en_MW-20190423-16.18 is installed
OR myspell-en_NA-20190423-16.18 is installed
OR myspell-en_NZ-20190423-16.18 is installed
OR myspell-en_PH-20190423-16.18 is installed
OR myspell-en_TT-20190423-16.18 is installed
OR myspell-en_US-20190423-16.18 is installed
OR myspell-en_ZA-20190423-16.18 is installed
OR myspell-en_ZW-20190423-16.18 is installed
OR myspell-es-20190423-16.18 is installed
OR myspell-es_AR-20190423-16.18 is installed
OR myspell-es_BO-20190423-16.18 is installed
OR myspell-es_CL-20190423-16.18 is installed
OR myspell-es_CO-20190423-16.18 is installed
OR myspell-es_CR-20190423-16.18 is installed
OR myspell-es_CU-20190423-16.18 is installed
OR myspell-es_DO-20190423-16.18 is installed
OR myspell-es_EC-20190423-16.18 is installed
OR myspell-es_ES-20190423-16.18 is installed
OR myspell-es_GT-20190423-16.18 is installed
OR myspell-es_HN-20190423-16.18 is installed
OR myspell-es_MX-20190423-16.18 is installed
OR myspell-es_NI-20190423-16.18 is installed
OR myspell-es_PA-20190423-16.18 is installed
OR myspell-es_PE-20190423-16.18 is installed
OR myspell-es_PR-20190423-16.18 is installed
OR myspell-es_PY-20190423-16.18 is installed
OR myspell-es_SV-20190423-16.18 is installed
OR myspell-es_UY-20190423-16.18 is installed
OR myspell-es_VE-20190423-16.18 is installed
OR myspell-et_EE-20190423-16.18 is installed
OR myspell-fr_BE-20190423-16.18 is installed
OR myspell-fr_CA-20190423-16.18 is installed
OR myspell-fr_CH-20190423-16.18 is installed
OR myspell-fr_FR-20190423-16.18 is installed
OR myspell-fr_LU-20190423-16.18 is installed
OR myspell-fr_MC-20190423-16.18 is installed
OR myspell-gu_IN-20190423-16.18 is installed
OR myspell-he_IL-20190423-16.18 is installed
OR myspell-hi_IN-20190423-16.18 is installed
OR myspell-hr_HR-20190423-16.18 is installed
OR myspell-hu_HU-20190423-16.18 is installed
OR myspell-id-20190423-16.18 is installed
OR myspell-id_ID-20190423-16.18 is installed
OR myspell-it_IT-20190423-16.18 is installed
OR myspell-lightproof-en-20190423-16.18 is installed
OR myspell-lightproof-hu_HU-20190423-16.18 is installed
OR myspell-lightproof-pt_BR-20190423-16.18 is installed
OR myspell-lightproof-ru_RU-20190423-16.18 is installed
OR myspell-lo_LA-20190423-16.18 is installed
OR myspell-lt_LT-20190423-16.18 is installed
OR myspell-lv_LV-20190423-16.18 is installed
OR myspell-nb_NO-20190423-16.18 is installed
OR myspell-nl_BE-20190423-16.18 is installed
OR myspell-nl_NL-20190423-16.18 is installed
OR myspell-nn_NO-20190423-16.18 is installed
OR myspell-no-20190423-16.18 is installed
OR myspell-pl_PL-20190423-16.18 is installed
OR myspell-pt_AO-20190423-16.18 is installed
OR myspell-pt_BR-20190423-16.18 is installed
OR myspell-pt_PT-20190423-16.18 is installed
OR myspell-ro-20190423-16.18 is installed
OR myspell-ro_RO-20190423-16.18 is installed
OR myspell-ru_RU-20190423-16.18 is installed
OR myspell-sk_SK-20190423-16.18 is installed
OR myspell-sl_SI-20190423-16.18 is installed
OR myspell-sr-20190423-16.18 is installed
OR myspell-sr_CS-20190423-16.18 is installed
OR myspell-sr_Latn_CS-20190423-16.18 is installed
OR myspell-sr_Latn_RS-20190423-16.18 is installed
OR myspell-sr_RS-20190423-16.18 is installed
OR myspell-sv_FI-20190423-16.18 is installed
OR myspell-sv_SE-20190423-16.18 is installed
OR myspell-te-20190423-16.18 is installed
OR myspell-te_IN-20190423-16.18 is installed
OR myspell-th_TH-20190423-16.18 is installed
OR myspell-uk_UA-20190423-16.18 is installed
OR myspell-vi-20190423-16.18 is installed
OR myspell-vi_VN-20190423-16.18 is installed
OR myspell-zu_ZA-20190423-16.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND icedtea-web-1.7.1-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
kernel-bigsmp-3.0.101-0.47.86.1 is installed
OR kernel-bigsmp-base-3.0.101-0.47.86.1 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.86.1 is installed
OR kernel-default-3.0.101-0.47.86.1 is installed
OR kernel-default-base-3.0.101-0.47.86.1 is installed
OR kernel-default-devel-3.0.101-0.47.86.1 is installed
OR kernel-ec2-3.0.101-0.47.86.1 is installed
OR kernel-ec2-base-3.0.101-0.47.86.1 is installed
OR kernel-ec2-devel-3.0.101-0.47.86.1 is installed
OR kernel-source-3.0.101-0.47.86.1 is installed
OR kernel-syms-3.0.101-0.47.86.1 is installed
OR kernel-trace-3.0.101-0.47.86.1 is installed
OR kernel-trace-base-3.0.101-0.47.86.1 is installed
OR kernel-trace-devel-3.0.101-0.47.86.1 is installed
OR kernel-xen-3.0.101-0.47.86.1 is installed
OR kernel-xen-base-3.0.101-0.47.86.1 is installed
OR kernel-xen-devel-3.0.101-0.47.86.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-keystonemiddleware-2.3.1-1.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
dnsmasq-2.78-18.3.1 is installed
OR dnsmasq-utils-2.78-18.3.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
MozillaThunderbird-52.4.0-45 is installed
OR MozillaThunderbird-buildsymbols-52.4.0-45 is installed
OR MozillaThunderbird-devel-52.4.0-45 is installed
OR MozillaThunderbird-translations-common-52.4.0-45 is installed
OR MozillaThunderbird-translations-other-52.4.0-45 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
akonadi_resources-16.08.2-5 is installed
OR akregator5-16.08.2-5 is installed
OR blogilo5-16.08.2-5 is installed
OR kaddressbook5-16.08.2-5 is installed
OR kalarm5-16.08.2-5 is installed
OR kdepim-16.08.2-5 is installed
OR kmail5-16.08.2-5 is installed
OR knotes5-16.08.2-5 is installed
OR kontact5-16.08.2-5 is installed
OR korganizer5-16.08.2-5 is installed
OR ktnef5-16.08.2-5 is installed
OR messagelib-16.08.2-5 is installed
OR messagelib-devel-16.08.2-5 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-75.0.3770.90-2 is installed
OR chromium-75.0.3770.90-2 is installed
|