Revision Date: | 2021-02-12 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP3 kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349). - CVE-2020-25211: Fixed a buffer overflow in ctnetlink_parse_tuple_filter() which could be triggered by a local attackers by injecting conntrack netlink configuration (bnc#1176395). - CVE-2020-27835: A use-after-free in the infiniband hfi1 driver was found, specifically in the way user calls Ioctl after open dev file and fork. A local user could use this flaw to crash the system (bnc#1179878). - CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509). - CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508). - CVE-2020-0444: Fixed a bad kfree due to a logic error in audit_data_to_entry (bnc#1180027). - CVE-2020-0465: Fixed multiple missing bounds checks in hid-multitouch.c that could have led to local privilege escalation (bnc#1180029). - CVE-2020-0466: Fixed a use-after-free due to a logic error in do_epoll_ctl and ep_loop_check_proc of eventpoll.c (bnc#1180031). - CVE-2020-4788: Fixed an issue with IBM Power9 processors could have allowed a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances (bsc#1177666). - CVE-2020-15436: Fixed a use after free vulnerability in fs/block_dev.c which could have allowed local users to gain privileges or cause a denial of service (bsc#1179141). - CVE-2020-27068: Fixed an out-of-bounds read due to a missing bounds check in the nl80211_policy policy of nl80211.c (bnc#1180086). - CVE-2020-27777: Fixed a privilege escalation in the Run-Time Abstraction Services (RTAS) interface, affecting guests running on top of PowerVM or KVM hypervisors (bnc#1179107). - CVE-2020-27786: Fixed an out-of-bounds write in the MIDI implementation (bnc#1179601). - CVE-2020-27825: Fixed a race in the trace_open and buffer resize calls (bsc#1179960). - CVE-2020-29660: Fixed a locking inconsistency in the tty subsystem that may have allowed a read-after-free attack against TIOCGSID (bnc#1179745). - CVE-2020-29661: Fixed a locking issue in the tty subsystem that allowed a use-after-free attack against TIOCSPGRP (bsc#1179745). - CVE-2020-28974: Fixed a slab-out-of-bounds read in fbcon which could have been used by local attackers to read privileged information or potentially crash the kernel (bsc#1178589). - CVE-2020-28915: Fixed a buffer over-read in the fbcon code which could have been used by local attackers to read kernel memory (bsc#1178886). - CVE-2020-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182). - CVE-2020-15437: Fixed a null pointer dereference which could have allowed local users to cause a denial of service(bsc#1179140). - CVE-2020-36158: Fixed a potential remote code execution in the Marvell mwifiex driver (bsc#1180559). - CVE-2020-11668: Fixed the mishandling of invalid descriptors in the Xirlink camera USB driver (bnc#1168952). - CVE-2020-25285: Fixed a race condition between hugetlb sysctl handlers in mm/hugetlb.c (bnc#1176485). - CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663). - CVE-2018-10902: It was found that the raw midi kernel driver did not protect against concurrent access which leads to a double realloc (double free) in snd_rawmidi_input_params() and snd_rawmidi_output_status() which are part of snd_rawmidi_ioctl() handler in rawmidi.c file. A malicious local attacker could possibly use this for privilege escalation (bnc#1105322).
The following non-security bugs were fixed:
- cifs: do not revalidate mountpoint dentries (bsc#1177440). - cifs: fix potential use-after-free in cifs_echo_request() (bsc#1139944). - cifs: ignore revalidate failures in case of process gets signaled (bsc#1177440). - epoll: Keep a reference on files added to the check list (bsc#1180031). - fix regression in 'epoll: Keep a reference on files added to the check list' (bsc#1180031, git-fixes). - futex: Avoid freeing an active timer (bsc#969755). - futex: Avoid violating the 10th rule of futex (bsc#969755). - futex: Change locking rules (bsc#969755). - futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#969755). - futex: Drop hb->lock before enqueueing on the rtmutex (bsc#969755). - futex: Fix incorrect should_fail_futex() handling (bsc#969755). - futex: Fix more put_pi_state() vs. exit_pi_state_list() races (bsc#969755). - futex: Fix OWNER_DEAD fixup (bsc#969755). - futex: Fix pi_state->owner serialization (bsc#969755). - futex: Fix small (and harmless looking) inconsistencies (bsc#969755). - futex: Futex_unlock_pi() determinism (bsc#969755). - futex: Handle early deadlock return correctly (bsc#969755). - futex: Handle transient 'ownerless' rtmutex state correctly (bsc#969755). - futex: Pull rt_mutex_futex_unlock() out from under hb->lock (bsc#969755). - futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock() (bsc#969755). - futex: Rework inconsistent rt_mutex/futex_q state (bsc#969755). - futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock() (bsc#969755). - futex,rt_mutex: Introduce rt_mutex_init_waiter() (bsc#969755). - futex,rt_mutex: Provide futex specific rt_mutex API (bsc#969755). - futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() (bsc#969755). - HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052). - IB/hfi1: Clean up hfi1_user_exp_rcv_setup function (bsc#1179878). - IB/hfi1: Clean up pin_vector_pages() function (bsc#1179878). - IB/hfi1: Fix the bail out code in pin_vector_pages() function (bsc#1179878). - IB/hfi1: Move structure definitions from user_exp_rcv.c to user_exp_rcv.h (bsc#1179878). - IB/hfi1: Name function prototype parameters (bsc#1179878). - IB/hfi1: Use filedata rather than filepointer (bsc#1179878). - locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#969755). - mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault() (bsc#1179204). - scsi: iscsi: Fix a potential deadlock in the timeout handler (bsc#1178272). - Use r3 instead of r13 for l1d fallback flush in do_uaccess_fush (bsc#1181096 ltc#190883). - video: hyperv_fb: include vmalloc.h (bsc#1175306).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1027519 1079730 1091625 1098403 1104129 1104205 1105322 1105323 1109209 1111025 1111331 1117951 1120095 1122208 1123371 1123377 1123378 1126068 1126069 1130680 1132826 1133185 1136976 1139944 1141493 1141798 1156944 1158763 1168952 1170446 1173594 1173942 1175194 1175306 1176395 1176485 1177440 1177666 1178182 1178272 1178589 1178666 1178667 1178668 1178886 1179107 1179140 1179141 1179204 1179419 1179508 1179509 1179601 1179616 1179663 1179666 1179745 1179877 1179878 1179960 1179961 1180008 1180027 1180028 1180029 1180030 1180031 1180032 1180052 1180086 1180559 1180562 1180815 1181096 1181158 1181349 1181553 959714 969755 CVE-2011-2767 CVE-2017-12652 CVE-2018-10902 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-14526 CVE-2018-16890 CVE-2018-20815 CVE-2018-5740 CVE-2018-5743 CVE-2018-5745 CVE-2019-11091 CVE-2019-18900 CVE-2019-20934 CVE-2019-2614 CVE-2019-2627 CVE-2019-2737 CVE-2019-2739 CVE-2019-2740 CVE-2019-2805 CVE-2019-3822 CVE-2019-3823 CVE-2019-6446 CVE-2019-6465 CVE-2019-8457 CVE-2020-0444 CVE-2020-0465 CVE-2020-0466 CVE-2020-11668 CVE-2020-14350 CVE-2020-15436 CVE-2020-15437 CVE-2020-25211 CVE-2020-25285 CVE-2020-25669 CVE-2020-25694 CVE-2020-25695 CVE-2020-25696 CVE-2020-27068 CVE-2020-27777 CVE-2020-27786 CVE-2020-27825 CVE-2020-27835 CVE-2020-28915 CVE-2020-28974 CVE-2020-29568 CVE-2020-29569 CVE-2020-29660 CVE-2020-29661 CVE-2020-36158 CVE-2020-4788 CVE-2020-8695 CVE-2020-8698 CVE-2021-3347 SUSE-SU-2019:0419-1 SUSE-SU-2019:0512-1 SUSE-SU-2019:2687-1 SUSE-SU-2020:0079-2 SUSE-SU-2020:3477-1 SUSE-SU-2021:0452-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 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP4 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 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 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 12 SP4-LTSS 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 11 SP4-CLIENT-TOOLS 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 SP3 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 SP4-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS 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 12 SP5 SUSE Linux Enterprise Workstation Extension 15 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
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
NetworkManager-1.0.6-1.2 is installed
OR NetworkManager-devel-1.0.6-1.2 is installed
OR NetworkManager-lang-1.0.6-1.2 is installed
OR libnm-glib-vpn1-1.0.6-1.2 is installed
OR libnm-glib4-1.0.6-1.2 is installed
OR libnm-util2-1.0.6-1.2 is installed
OR libnm0-1.0.6-1.2 is installed
OR typelib-1_0-NM-1_0-1.0.6-1.2 is installed
OR typelib-1_0-NMClient-1_0-1.0.6-1.2 is installed
OR typelib-1_0-NetworkManager-1_0-1.0.6-1.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.1 NonFree is installed
AND opera-38.0.2220.29-16.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND busybox-1.21.1-6.20 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-27.2 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-27.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
libldb1-3.6.3-0.24 is installed
OR libldb1-32bit-3.6.3-0.24 is installed
OR libsmbclient0-3.6.3-0.24 is installed
OR libsmbclient0-32bit-3.6.3-0.24 is installed
OR libtalloc2-3.6.3-0.24 is installed
OR libtalloc2-32bit-3.6.3-0.24 is installed
OR libtdb1-3.6.3-0.24 is installed
OR libtdb1-32bit-3.6.3-0.24 is installed
OR libtevent0-3.6.3-0.24 is installed
OR libtevent0-32bit-3.6.3-0.24 is installed
OR libwbclient0-3.6.3-0.24 is installed
OR libwbclient0-32bit-3.6.3-0.24 is installed
OR samba-3.6.3-0.24 is installed
OR samba-32bit-3.6.3-0.24 is installed
OR samba-client-3.6.3-0.24 is installed
OR samba-client-32bit-3.6.3-0.24 is installed
OR samba-doc-3.6.3-0.24 is installed
OR samba-krb-printing-3.6.3-0.24 is installed
OR samba-winbind-3.6.3-0.24 is installed
OR samba-winbind-32bit-3.6.3-0.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND cabextract-1.2-2.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
gdm-3.10.0.1-13 is installed
OR gdm-branding-upstream-3.10.0.1-13 is installed
OR gdm-lang-3.10.0.1-13 is installed
OR gdmflexiserver-3.10.0.1-13 is installed
OR libgdm1-3.10.0.1-13 is installed
OR typelib-1_0-Gdm-1_0-3.10.0.1-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-0.6.31-20 is installed
OR libavahi-client3-0.6.31-20 is installed
OR libavahi-client3-32bit-0.6.31-20 is installed
OR libavahi-common3-0.6.31-20 is installed
OR libavahi-common3-32bit-0.6.31-20 is installed
OR libavahi-core7-0.6.31-20 is installed
OR libdns_sd-0.6.31-20 is installed
OR libdns_sd-32bit-0.6.31-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libpython2_7-1_0-2.7.9-24 is installed
OR libpython2_7-1_0-32bit-2.7.9-24 is installed
OR python-base-2.7.9-24 is installed
OR python-devel-2.7.9-24 is installed
OR python-xml-2.7.9-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-32bit-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
AND lighttpd-1.4.20-2.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND python-pycrypto-2.6.1-10.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
libsqlite3-0-3.23.1-1 is installed
OR libsqlite3-0-32bit-3.23.1-1 is installed
OR sqlite3-3.23.1-1 is installed
OR sqlite3-devel-3.23.1-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND Package Information
containerd-0.2.5+gitr569_2a5e70c-15 is installed
OR docker-1.12.6-87 is installed
OR runc-0.1.1+gitr2819_50a19c6-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND bubblewrap-0.2.0-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
dpkg-1.19.0.4-2 is installed
OR dpkg-devel-1.19.0.4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-43 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-43 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.60-52.49 is installed
OR kernel-ec2-devel-3.12.60-52.49 is installed
OR kernel-ec2-extra-3.12.60-52.49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
libapr-util1-dbd-mysql-1.6.1-2 is installed
OR libapr-util1-dbd-pgsql-1.6.1-2 is installed
OR libapr-util1-dbd-sqlite3-1.6.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-15 is installed
OR php5-5.5.14-15 is installed
OR php5-bcmath-5.5.14-15 is installed
OR php5-bz2-5.5.14-15 is installed
OR php5-calendar-5.5.14-15 is installed
OR php5-ctype-5.5.14-15 is installed
OR php5-curl-5.5.14-15 is installed
OR php5-dba-5.5.14-15 is installed
OR php5-dom-5.5.14-15 is installed
OR php5-enchant-5.5.14-15 is installed
OR php5-exif-5.5.14-15 is installed
OR php5-fastcgi-5.5.14-15 is installed
OR php5-fileinfo-5.5.14-15 is installed
OR php5-fpm-5.5.14-15 is installed
OR php5-ftp-5.5.14-15 is installed
OR php5-gd-5.5.14-15 is installed
OR php5-gettext-5.5.14-15 is installed
OR php5-gmp-5.5.14-15 is installed
OR php5-iconv-5.5.14-15 is installed
OR php5-intl-5.5.14-15 is installed
OR php5-json-5.5.14-15 is installed
OR php5-ldap-5.5.14-15 is installed
OR php5-mbstring-5.5.14-15 is installed
OR php5-mcrypt-5.5.14-15 is installed
OR php5-mysql-5.5.14-15 is installed
OR php5-odbc-5.5.14-15 is installed
OR php5-openssl-5.5.14-15 is installed
OR php5-pcntl-5.5.14-15 is installed
OR php5-pdo-5.5.14-15 is installed
OR php5-pear-5.5.14-15 is installed
OR php5-pgsql-5.5.14-15 is installed
OR php5-pspell-5.5.14-15 is installed
OR php5-shmop-5.5.14-15 is installed
OR php5-snmp-5.5.14-15 is installed
OR php5-soap-5.5.14-15 is installed
OR php5-sockets-5.5.14-15 is installed
OR php5-sqlite-5.5.14-15 is installed
OR php5-suhosin-5.5.14-15 is installed
OR php5-sysvmsg-5.5.14-15 is installed
OR php5-sysvsem-5.5.14-15 is installed
OR php5-sysvshm-5.5.14-15 is installed
OR php5-tokenizer-5.5.14-15 is installed
OR php5-wddx-5.5.14-15 is installed
OR php5-xmlreader-5.5.14-15 is installed
OR php5-xmlrpc-5.5.14-15 is installed
OR php5-xmlwriter-5.5.14-15 is installed
OR php5-xsl-5.5.14-15 is installed
OR php5-zip-5.5.14-15 is installed
OR php5-zlib-5.5.14-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.30-75 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.24 is installed
OR kernel-rt-base-3.0.101.rt130-69.24 is installed
OR kernel-rt-devel-3.0.101.rt130-69.24 is installed
OR kernel-rt_trace-3.0.101.rt130-69.24 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.24 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.24 is installed
OR kernel-source-rt-3.0.101.rt130-69.24 is installed
OR kernel-syms-rt-3.0.101.rt130-69.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libMagickCore1-6.4.3.6-7.19 is installed
OR libMagickCore1-32bit-6.4.3.6-7.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libMagickCore1-6.4.3.6-7.19 is installed
OR libMagickCore1-32bit-6.4.3.6-7.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND apache2-mod_perl-2.0.4-40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.9 is installed
OR bind-chrootenv-9.6ESVR11W1-0.9 is installed
OR bind-devel-9.6ESVR11W1-0.9 is installed
OR bind-doc-9.6ESVR11W1-0.9 is installed
OR bind-libs-9.6ESVR11W1-0.9 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.9 is installed
OR bind-utils-9.6ESVR11W1-0.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
apache2-2.2.34-70.15 is installed
OR apache2-doc-2.2.34-70.15 is installed
OR apache2-example-pages-2.2.34-70.15 is installed
OR apache2-prefork-2.2.34-70.15 is installed
OR apache2-utils-2.2.34-70.15 is installed
OR apache2-worker-2.2.34-70.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
apache2-2.2.34-70.15 is installed
OR apache2-doc-2.2.34-70.15 is installed
OR apache2-example-pages-2.2.34-70.15 is installed
OR apache2-prefork-2.2.34-70.15 is installed
OR apache2-utils-2.2.34-70.15 is installed
OR apache2-worker-2.2.34-70.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libpoppler-glib4-0.12.3-1.8 is installed
OR libpoppler-qt4-3-0.12.3-1.8 is installed
OR libpoppler5-0.12.3-1.8 is installed
OR poppler-tools-0.12.3-1.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libpoppler-glib4-0.12.3-1.8 is installed
OR libpoppler-qt4-3-0.12.3-1.8 is installed
OR libpoppler5-0.12.3-1.8 is installed
OR poppler-tools-0.12.3-1.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libpoppler-glib4-0.12.3-1.8 is installed
OR libpoppler-qt4-3-0.12.3-1.8 is installed
OR libpoppler5-0.12.3-1.8 is installed
OR poppler-tools-0.12.3-1.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
e2fsprogs-1.41.9-2.7 is installed
OR libcom_err2-1.41.9-2.7 is installed
OR libcom_err2-32bit-1.41.9-2.7 is installed
OR libcom_err2-x86-1.41.9-2.7 is installed
OR libext2fs2-1.41.9-2.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-24.6.0esr-0.3 is installed
OR MozillaFirefox-branding-SLED-24-0.4.10 is installed
OR MozillaFirefox-translations-24.6.0esr-0.3 is installed
OR libfreebl3-3.16.1-0.3 is installed
OR libfreebl3-32bit-3.16.1-0.3 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nspr-devel-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.3 is installed
OR mozilla-nss-32bit-3.16.1-0.3 is installed
OR mozilla-nss-devel-3.16.1-0.3 is installed
OR mozilla-nss-tools-3.16.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND unzip-6.00-11.13 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND unzip-6.00-11.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND unzip-6.00-11.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND unzip-6.00-11.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND unzip-6.00-11.13 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 |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
ldapsmb-1.34b-93 is installed
OR libldb1-3.6.3-93 is installed
OR libsmbclient0-3.6.3-93 is installed
OR libsmbclient0-32bit-3.6.3-93 is installed
OR libtalloc2-3.6.3-93 is installed
OR libtalloc2-32bit-3.6.3-93 is installed
OR libtdb1-3.6.3-93 is installed
OR libtdb1-32bit-3.6.3-93 is installed
OR libtevent0-3.6.3-93 is installed
OR libtevent0-32bit-3.6.3-93 is installed
OR libwbclient0-3.6.3-93 is installed
OR libwbclient0-32bit-3.6.3-93 is installed
OR samba-3.6.3-93 is installed
OR samba-32bit-3.6.3-93 is installed
OR samba-client-3.6.3-93 is installed
OR samba-client-32bit-3.6.3-93 is installed
OR samba-doc-3.6.3-93 is installed
OR samba-krb-printing-3.6.3-93 is installed
OR samba-winbind-3.6.3-93 is installed
OR samba-winbind-32bit-3.6.3-93 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-93 is installed
OR libldb1-3.6.3-93 is installed
OR libsmbclient0-3.6.3-93 is installed
OR libsmbclient0-32bit-3.6.3-93 is installed
OR libtalloc2-3.6.3-93 is installed
OR libtalloc2-32bit-3.6.3-93 is installed
OR libtdb1-3.6.3-93 is installed
OR libtdb1-32bit-3.6.3-93 is installed
OR libtevent0-3.6.3-93 is installed
OR libtevent0-32bit-3.6.3-93 is installed
OR libwbclient0-3.6.3-93 is installed
OR libwbclient0-32bit-3.6.3-93 is installed
OR samba-3.6.3-93 is installed
OR samba-32bit-3.6.3-93 is installed
OR samba-client-3.6.3-93 is installed
OR samba-client-32bit-3.6.3-93 is installed
OR samba-doc-3.6.3-93 is installed
OR samba-krb-printing-3.6.3-93 is installed
OR samba-winbind-3.6.3-93 is installed
OR samba-winbind-32bit-3.6.3-93 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
ldapsmb-1.34b-93 is installed
OR libldb1-3.6.3-93 is installed
OR libsmbclient0-3.6.3-93 is installed
OR libsmbclient0-32bit-3.6.3-93 is installed
OR libtalloc2-3.6.3-93 is installed
OR libtalloc2-32bit-3.6.3-93 is installed
OR libtdb1-3.6.3-93 is installed
OR libtdb1-32bit-3.6.3-93 is installed
OR libtevent0-3.6.3-93 is installed
OR libtevent0-32bit-3.6.3-93 is installed
OR libwbclient0-3.6.3-93 is installed
OR libwbclient0-32bit-3.6.3-93 is installed
OR samba-3.6.3-93 is installed
OR samba-32bit-3.6.3-93 is installed
OR samba-client-3.6.3-93 is installed
OR samba-client-32bit-3.6.3-93 is installed
OR samba-doc-3.6.3-93 is installed
OR samba-krb-printing-3.6.3-93 is installed
OR samba-winbind-3.6.3-93 is installed
OR samba-winbind-32bit-3.6.3-93 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-93 is installed
OR libldb1-3.6.3-93 is installed
OR libsmbclient0-3.6.3-93 is installed
OR libsmbclient0-32bit-3.6.3-93 is installed
OR libtalloc2-3.6.3-93 is installed
OR libtalloc2-32bit-3.6.3-93 is installed
OR libtdb1-3.6.3-93 is installed
OR libtdb1-32bit-3.6.3-93 is installed
OR libtevent0-3.6.3-93 is installed
OR libtevent0-32bit-3.6.3-93 is installed
OR libwbclient0-3.6.3-93 is installed
OR libwbclient0-32bit-3.6.3-93 is installed
OR samba-3.6.3-93 is installed
OR samba-32bit-3.6.3-93 is installed
OR samba-client-3.6.3-93 is installed
OR samba-client-32bit-3.6.3-93 is installed
OR samba-doc-3.6.3-93 is installed
OR samba-krb-printing-3.6.3-93 is installed
OR samba-winbind-3.6.3-93 is installed
OR samba-winbind-32bit-3.6.3-93 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.8 is installed
OR xen-doc-html-4.2.5_21-45.8 is installed
OR xen-doc-pdf-4.2.5_21-45.8 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.8 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.8 is installed
OR xen-libs-4.2.5_21-45.8 is installed
OR xen-libs-32bit-4.2.5_21-45.8 is installed
OR xen-tools-4.2.5_21-45.8 is installed
OR xen-tools-domU-4.2.5_21-45.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.8 is installed
OR xen-doc-html-4.2.5_21-45.8 is installed
OR xen-doc-pdf-4.2.5_21-45.8 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.8 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.8 is installed
OR xen-libs-4.2.5_21-45.8 is installed
OR xen-libs-32bit-4.2.5_21-45.8 is installed
OR xen-tools-4.2.5_21-45.8 is installed
OR xen-tools-domU-4.2.5_21-45.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS 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 |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_21-37 is installed
OR xen-doc-html-4.2.5_21-37 is installed
OR xen-doc-pdf-4.2.5_21-37 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.116.TDC-37 is installed
OR xen-libs-4.2.5_21-37 is installed
OR xen-tools-4.2.5_21-37 is installed
OR xen-tools-domU-4.2.5_21-37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_21-37 is installed
OR xen-doc-html-4.2.5_21-37 is installed
OR xen-doc-pdf-4.2.5_21-37 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.116.TDC-37 is installed
OR xen-libs-4.2.5_21-37 is installed
OR xen-tools-4.2.5_21-37 is installed
OR xen-tools-domU-4.2.5_21-37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-31.8.0esr-0.13 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-31.8.0esr-0.13 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
libfreebl3-3.17.3-0.8 is installed
OR libfreebl3-32bit-3.17.3-0.8 is installed
OR libfreebl3-x86-3.17.3-0.8 is installed
OR libsoftokn3-3.17.3-0.8 is installed
OR libsoftokn3-32bit-3.17.3-0.8 is installed
OR libsoftokn3-x86-3.17.3-0.8 is installed
OR mozilla-nss-3.17.3-0.8 is installed
OR mozilla-nss-32bit-3.17.3-0.8 is installed
OR mozilla-nss-tools-3.17.3-0.8 is installed
OR mozilla-nss-x86-3.17.3-0.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
libpython2_6-1_0-2.6.9-40.24 is installed
OR libpython2_6-1_0-32bit-2.6.9-40.24 is installed
OR python-2.6.9-40.24 is installed
OR python-32bit-2.6.9-40.24 is installed
OR python-base-2.6.9-40.24 is installed
OR python-base-32bit-2.6.9-40.24 is installed
OR python-curses-2.6.9-40.24 is installed
OR python-demo-2.6.9-40.24 is installed
OR python-doc-2.6-8.40.24 is installed
OR python-doc-pdf-2.6-8.40.24 is installed
OR python-gdbm-2.6.9-40.24 is installed
OR python-idle-2.6.9-40.24 is installed
OR python-tk-2.6.9-40.24 is installed
OR python-xml-2.6.9-40.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
libpython2_6-1_0-2.6.9-40.24 is installed
OR libpython2_6-1_0-32bit-2.6.9-40.24 is installed
OR python-2.6.9-40.24 is installed
OR python-32bit-2.6.9-40.24 is installed
OR python-base-2.6.9-40.24 is installed
OR python-base-32bit-2.6.9-40.24 is installed
OR python-curses-2.6.9-40.24 is installed
OR python-demo-2.6.9-40.24 is installed
OR python-doc-2.6-8.40.24 is installed
OR python-doc-pdf-2.6-8.40.24 is installed
OR python-gdbm-2.6.9-40.24 is installed
OR python-idle-2.6.9-40.24 is installed
OR python-tk-2.6.9-40.24 is installed
OR python-xml-2.6.9-40.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
MozillaFirefox-38.5.0esr-54 is installed
OR MozillaFirefox-translations-38.5.0esr-54 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
dovecot22-2.2.13-2.7 is installed
OR dovecot22-backend-mysql-2.2.13-2.7 is installed
OR dovecot22-backend-pgsql-2.2.13-2.7 is installed
OR dovecot22-backend-sqlite-2.2.13-2.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND apache2-mod_perl-2.0.8-11.43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
icu-52.1-8.7 is installed
OR libicu-doc-52.1-8.7 is installed
OR libicu52_1-52.1-8.7 is installed
OR libicu52_1-32bit-52.1-8.7 is installed
OR libicu52_1-data-52.1-8.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
icu-52.1-8.7 is installed
OR libicu-doc-52.1-8.7 is installed
OR libicu52_1-52.1-8.7 is installed
OR libicu52_1-32bit-52.1-8.7 is installed
OR libicu52_1-data-52.1-8.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_40-default-2-3.1 is installed
OR kgraft-patch-3_12_74-60_64_40-xen-2-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_15-2-3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libwireshark8-2.2.7-47 is installed
OR libwiretap6-2.2.7-47 is installed
OR libwscodecs1-2.2.7-47 is installed
OR libwsutil7-2.2.7-47 is installed
OR wireshark-2.2.7-47 is installed
OR wireshark-gtk-2.2.7-47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libwireshark8-2.2.7-47 is installed
OR libwiretap6-2.2.7-47 is installed
OR libwscodecs1-2.2.7-47 is installed
OR libwsutil7-2.2.7-47 is installed
OR wireshark-2.2.7-47 is installed
OR wireshark-gtk-2.2.7-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
kernel-default-4.4.92-6.30 is installed
OR kernel-default-base-4.4.92-6.30 is installed
OR kernel-default-devel-4.4.92-6.30 is installed
OR kernel-default-man-4.4.92-6.30 is installed
OR kernel-devel-4.4.92-6.30 is installed
OR kernel-macros-4.4.92-6.30 is installed
OR kernel-source-4.4.92-6.30 is installed
OR kernel-syms-4.4.92-6.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
kernel-default-4.4.92-6.30 is installed
OR kernel-default-base-4.4.92-6.30 is installed
OR kernel-default-devel-4.4.92-6.30 is installed
OR kernel-default-man-4.4.92-6.30 is installed
OR kernel-devel-4.4.92-6.30 is installed
OR kernel-macros-4.4.92-6.30 is installed
OR kernel-source-4.4.92-6.30 is installed
OR kernel-syms-4.4.92-6.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
postgresql96-9.6.20-6.8 is installed
OR postgresql96-contrib-9.6.20-6.8 is installed
OR postgresql96-docs-9.6.20-6.8 is installed
OR postgresql96-plperl-9.6.20-6.8 is installed
OR postgresql96-plpython-9.6.20-6.8 is installed
OR postgresql96-pltcl-9.6.20-6.8 is installed
OR postgresql96-server-9.6.20-6.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
postgresql96-9.6.20-6.8 is installed
OR postgresql96-contrib-9.6.20-6.8 is installed
OR postgresql96-docs-9.6.20-6.8 is installed
OR postgresql96-plperl-9.6.20-6.8 is installed
OR postgresql96-plpython-9.6.20-6.8 is installed
OR postgresql96-pltcl-9.6.20-6.8 is installed
OR postgresql96-server-9.6.20-6.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND wpa_supplicant-2.6-15.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND wpa_supplicant-2.6-15.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
xen-4.11.1_06-2.11 is installed
OR xen-doc-html-4.11.1_06-2.11 is installed
OR xen-libs-4.11.1_06-2.11 is installed
OR xen-libs-32bit-4.11.1_06-2.11 is installed
OR xen-tools-4.11.1_06-2.11 is installed
OR xen-tools-domU-4.11.1_06-2.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
xen-4.11.1_06-2.11 is installed
OR xen-doc-html-4.11.1_06-2.11 is installed
OR xen-libs-4.11.1_06-2.11 is installed
OR xen-libs-32bit-4.11.1_06-2.11 is installed
OR xen-tools-4.11.1_06-2.11 is installed
OR xen-tools-domU-4.11.1_06-2.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-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 SP4-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 SP4-LTSS is installed
AND
libdcerpc-binding0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-doc-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND
libdcerpc-binding0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-doc-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
cups-1.7.5-20.29 is installed
OR cups-client-1.7.5-20.29 is installed
OR cups-libs-1.7.5-20.29 is installed
OR cups-libs-32bit-1.7.5-20.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
cups-1.7.5-20.29 is installed
OR cups-client-1.7.5-20.29 is installed
OR cups-libs-1.7.5-20.29 is installed
OR cups-libs-32bit-1.7.5-20.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
openssh-6.6p1-52 is installed
OR openssh-askpass-gnome-6.6p1-52 is installed
OR openssh-fips-6.6p1-52 is installed
OR openssh-helpers-6.6p1-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
openssh-6.6p1-52 is installed
OR openssh-askpass-gnome-6.6p1-52 is installed
OR openssh-fips-6.6p1-52 is installed
OR openssh-helpers-6.6p1-52 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
bind-9.9.9P1-49 is installed
OR bind-chrootenv-9.9.9P1-49 is installed
OR bind-doc-9.9.9P1-49 is installed
OR bind-libs-9.9.9P1-49 is installed
OR bind-utils-9.9.9P1-49 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
java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
bind-9.9.9P1-62 is installed
OR bind-chrootenv-9.9.9P1-62 is installed
OR bind-devel-9.9.9P1-62 is installed
OR bind-doc-9.9.9P1-62 is installed
OR bind-libs-9.9.9P1-62 is installed
OR bind-libs-32bit-9.9.9P1-62 is installed
OR bind-utils-9.9.9P1-62 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_35-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_12-10-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kernel-default-4.4.180-94.138.1 is installed
OR kernel-default-base-4.4.180-94.138.1 is installed
OR kernel-default-devel-4.4.180-94.138.1 is installed
OR kernel-default-kgraft-4.4.180-94.138.1 is installed
OR kernel-devel-4.4.180-94.138.1 is installed
OR kernel-macros-4.4.180-94.138.1 is installed
OR kernel-source-4.4.180-94.138.1 is installed
OR kernel-syms-4.4.180-94.138.1 is installed
OR kgraft-patch-4_4_180-94_138-default-1-4.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
mozilla-nspr-devel-4.9.6-0.3 is installed
OR mozilla-nss-devel-3.14.3-0.4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
apache2-2.2.12-59 is installed
OR apache2-devel-2.2.12-59 is installed
OR apache2-doc-2.2.12-59 is installed
OR apache2-example-pages-2.2.12-59 is installed
OR apache2-prefork-2.2.12-59 is installed
OR apache2-utils-2.2.12-59 is installed
OR apache2-worker-2.2.12-59 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
libldb-devel-3.6.3-0.58 is installed
OR libnetapi-devel-3.6.3-0.58 is installed
OR libnetapi0-3.6.3-0.58 is installed
OR libsmbclient-devel-3.6.3-0.58 is installed
OR libsmbsharemodes-devel-3.6.3-0.58 is installed
OR libsmbsharemodes0-3.6.3-0.58 is installed
OR libtalloc-devel-3.6.3-0.58 is installed
OR libtdb-devel-3.6.3-0.58 is installed
OR libtevent-devel-3.6.3-0.58 is installed
OR libwbclient-devel-3.6.3-0.58 is installed
OR samba-devel-3.6.3-0.58 is installed
OR samba-test-3.6.3-0.58 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.36-38 is installed
OR kernel-default-extra-3.12.36-38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 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 SP2 is installed
AND Package Information
libcares2-1.9.1-5 is installed
OR libcares2-32bit-1.9.1-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
shotwell-0.22.0+git.20160103-15.6 is installed
OR shotwell-lang-0.22.0+git.20160103-15.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
ImageMagick-6.8.8.1-71.131 is installed
OR ImageMagick-config-6-SUSE-6.8.8.1-71.131 is installed
OR ImageMagick-config-6-upstream-6.8.8.1-71.131 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.131 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.131 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
openconnect-7.08-3.4 is installed
OR openconnect-lang-7.08-3.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
gimp-2.8.22-3 is installed
OR gimp-devel-2.8.22-3 is installed
OR gimp-lang-2.8.22-3 is installed
OR gimp-plugins-python-2.8.22-3 is installed
OR libgimp-2_0-0-2.8.22-3 is installed
OR libgimpui-2_0-0-2.8.22-3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-45.4.0esr-53 is installed
OR MozillaFirefox-translations-45.4.0esr-53 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND python-Django-1.8.9-1.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 |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
kauth-5.26.0-6 is installed
OR kauth-devel-5.26.0-6 is installed
OR kauth-devel-32bit-5.26.0-2.3 is installed
OR kdelibs4-4.14.25-8 is installed
OR kdelibs4-apidocs-4.14.25-8 is installed
OR kdelibs4-branding-upstream-4.14.25-8 is installed
OR kdelibs4-core-4.14.25-8 is installed
OR kdelibs4-doc-4.14.25-8 is installed
OR libKF5Auth5-5.26.0-6 is installed
OR libKF5Auth5-32bit-5.26.0-2.3 is installed
OR libKF5Auth5-lang-5.26.0-6 is installed
OR libkde4-4.14.25-8 is installed
OR libkde4-32bit-4.14.25-7.4 is installed
OR libkde4-devel-4.14.25-8 is installed
OR libkdecore4-4.14.25-8 is installed
OR libkdecore4-32bit-4.14.25-7.4 is installed
OR libkdecore4-devel-4.14.25-8 is installed
OR libksuseinstall-devel-4.14.25-8 is installed
OR libksuseinstall1-4.14.25-8 is installed
OR libksuseinstall1-32bit-4.14.25-7.4 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
kauth-5.26.0-6 is installed
OR kauth-devel-5.26.0-6 is installed
OR kauth-devel-32bit-5.26.0-2.3 is installed
OR kdelibs4-4.14.25-8 is installed
OR kdelibs4-apidocs-4.14.25-8 is installed
OR kdelibs4-branding-upstream-4.14.25-8 is installed
OR kdelibs4-core-4.14.25-8 is installed
OR kdelibs4-doc-4.14.25-8 is installed
OR libKF5Auth5-5.26.0-6 is installed
OR libKF5Auth5-32bit-5.26.0-2.3 is installed
OR libKF5Auth5-lang-5.26.0-6 is installed
OR libkde4-4.14.25-8 is installed
OR libkde4-32bit-4.14.25-7.4 is installed
OR libkde4-devel-4.14.25-8 is installed
OR libkdecore4-4.14.25-8 is installed
OR libkdecore4-32bit-4.14.25-7.4 is installed
OR libkdecore4-devel-4.14.25-8 is installed
OR libksuseinstall-devel-4.14.25-8 is installed
OR libksuseinstall1-4.14.25-8 is installed
OR libksuseinstall1-32bit-4.14.25-7.4 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
libgit2-0.24.3-6 is installed
OR libgit2-24-0.24.3-6 is installed
OR libgit2-devel-0.24.3-6 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
chromedriver-61.0.3163.100-32 is installed
OR chromium-61.0.3163.100-32 is installed
|