Revision Date: | 2021-07-22 | 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-22555: Fixed an heap out-of-bounds write in net/netfilter/x_tables.c that could allow local provilege escalation. (bsc#1188116) - CVE-2021-33909: Fixed an out-of-bounds write in the filesystem layer that allows to obtain full root privileges. (bsc#1188062) - CVE-2021-3609: Fixed a race condition in the CAN BCM networking protocol which allows for local privilege escalation. (bsc#1187215) - CVE-2021-0605: Fixed an out-of-bounds read which could lead to local information disclosure in the kernel with System execution privileges needed. (bsc#1187601) - CVE-2021-0512: Fixed a possible out-of-bounds write which could lead to local escalation of privilege with no additional execution privileges needed. (bsc#1187595) - CVE-2021-34693: Fixed a bug in net/can/bcm.c which could allow local users to obtain sensitive information from kernel stack memory because parts of a data structure are uninitialized. (bsc#1187452) - CVE-2020-36385: Fixed a use-after-free flaw in ucma.c which allows for local privilege escalation. (bsc#1187050) - CVE-2021-0129: Fixed an improper access control in BlueZ that may have allowed an authenticated user to potentially enable information disclosure via adjacent access. (bsc#1186463) - CVE-2020-26558: Fixed a flaw in the Bluetooth LE and BR/EDR secure pairing that could permit a nearby man-in-the-middle attacker to identify the Passkey used during pairing. (bsc#1179610) - CVE-2020-36386: Fixed an out-of-bounds read in hci_extended_inquiry_result_evt. (bsc#1187038) - CVE-2020-24588: Fixed a bug that could allow an adversary to abuse devices that support receiving non-SSP A-MSDU frames to inject arbitrary network packets. (bsc#1185861) - CVE-2021-32399: Fixed a race condition in net/bluetooth/hci_request.c for removal of the HCI controller. (bsc#1184611) - CVE-2021-33034: Fixed an issue in net/bluetooth/hci_event.c where a use-after-free leads to writing an arbitrary value. (bsc#1186111) - CVE-2020-26139: Fixed a bug that allows an Access Point (AP) to forward EAPOL frames to other clients even though the sender has not yet successfully authenticated. This might be abused in projected Wi-Fi networks to launch denial-of-service attacks against connected clients and made it easier to exploit other vulnerabilities in connected clients. (bsc#1186062) - CVE-2021-23134: Fixed a use After Free vulnerability in nfc sockets which allows local attackers to elevate their privileges. (bsc#1186060) - CVE-2020-24586: Fixed a bug that, under the right circumstances, allows to inject arbitrary network packets and/or exfiltrate user data when another device sends fragmented frames encrypted using WEP, CCMP, or GCMP. (bsc#1185859) - CVE-2020-26141: Fixed a flaw that could allows an adversary to inject and possibly decrypt packets in WPA or WPA2 networks that support the TKIP data-confidentiality protocol. (bsc#1185987) - CVE-2020-26145: Fixed a bug in the WEP, WPA, WPA2, and WPA3 implementations that could allows an adversary to inject arbitrary network packets. (bsc#1185860) - CVE-2020-24587: Fixed a bug that allows an adversary to decrypt selected fragments when another device sends fragmented frames and the WEP, CCMP, or GCMP encryption key is periodically renewed. (bsc#1185862) - CVE-2020-26147: Fixed a bug in the WEP, WPA, WPA2, and WPA3 implementations that could allows an adversary to inject packets and/or exfiltrate selected fragments when another device sends fragmented frames. (bsc#1185987)
The following non-security bugs were fixed:
- Bluetooth: SMP: Fail if remote and local public keys are identical (git-fixes). - Drivers: hv: vmbus: Increase wait time for VMbus unload (bsc#1185724). - Drivers: hv: vmbus: Initialize unload_event statically (bsc#1185724). - hv_netvsc: Add handlers for ethtool get/set msg level (bsc#1175462). - hv_netvsc: avoid retry on send during shutdown (bsc#1175462). - hv_netvsc: avoid unnecessary wakeups on subchannel creation (bsc#1175462). - hv_netvsc: cancel subchannel setup before halting device (bsc#1175462). - hv_netvsc: change GPAD teardown order on older versions (bsc#1175462). - hv_netvsc: common detach logic (bsc#1175462). - hv_netvsc: delay setup of VF device (bsc#1175462). - hv_netvsc: disable NAPI before channel close (bsc#1175462). - hv_netvsc: Ensure correct teardown message sequence order (bsc#1175462). - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe() (bsc#1175462). - hv_netvsc: Fix a network regression after ifdown/ifup (bsc#1175462). - hv_netvsc: fix deadlock on hotplug (bsc#1175462). - hv_netvsc: Fix error handling in netvsc_attach() (bsc#1175462). - hv_netvsc: fix error unwind handling if vmbus_open fails (bsc#1175462). - hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback() (bsc#1175462). - hv_netvsc: fix handling of fallback to single queue mode (bsc#1175462). - hv_netvsc: Fix hash key value reset after other ops (bsc#1175462). - hv_netvsc: Fix IP header checksum for coalesced packets (bsc#1175462). - hv_netvsc: Fix net device attach on older Windows hosts (bsc#1175462). - hv_netvsc: fix network namespace issues with VF support (bsc#1175462). - hv_netvsc: Fix NULL dereference at single queue mode fallback (bsc#1175462). - hv_netvsc: fix race during initialization (bsc#1175462). - hv_netvsc: fix race on sub channel creation (bsc#1175462). - hv_netvsc: fix race that may miss tx queue wakeup (bsc#1175462). - hv_netvsc: fix schedule in RCU context (bsc#1175462). - hv_netvsc: Fix the variable sizes in ipsecv2 and rsc offload (bsc#1175462). - hv_netvsc: Fix tx_table init in rndis_set_subchannel() (bsc#1175462). - hv_netvsc: Fix unwanted wakeup after tx_disable (bsc#1175462). - hv_netvsc: Fix unwanted wakeup in netvsc_attach() (bsc#1175462). - hv_netvsc: flag software created hash value (bsc#1175462). - hv_netvsc: netvsc_teardown_gpadl() split (bsc#1175462). - hv_netvsc: only wake transmit queue if link is up (bsc#1175462). - hv_netvsc: pass netvsc_device to rndis halt (bsc#1175462). - hv_netvsc: preserve hw_features on mtu/channels/ringparam changes (bsc#1175462). - hv_netvsc: Refactor assignments of struct netvsc_device_info (bsc#1175462). - hv_netvsc: set master device (bsc#1175462). - hv_netvsc: Set tx_table to equal weight after subchannels open (bsc#1175462). - hv_netvsc: Simplify num_chn checking in rndis_filter_device_add() (bsc#1175462). - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl() (bsc#1175462). - hv_netvsc: split sub-channel setup into async and sync (bsc#1175462). - hv_netvsc: typo in NDIS RSS parameters structure (bsc#1175462). - hv_netvsc: use RCU to fix concurrent rx and queue changes (bsc#1175462). - hv_netvsc: use reciprocal divide to speed up percent calculation (bsc#1175462). - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown (bsc#1175462). - kgraft: truncate the output from state_show() sysfs attr (bsc#1186235). - mm, memory_hotplug: do not clear numa_node association after hot_remove (bsc#1115026). - mm: consider __HW_POISON pages when allocating from pcp lists (bsc#1187388). - scsi: storvsc: Enable scatterlist entry lengths > 4Kbytes (bsc#1187193). - video: hyperv_fb: Add ratelimit on error message (bsc#1185724).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1099497 1101797 1102840 1109673 1111331 1115026 1120281 1125401 1128525 1132728 1132729 1132732 1132734 1133037 1134718 1139885 1139886 1140100 1140102 1140103 1140106 1140110 1140111 1140501 1140513 1140534 1140538 1140554 1140664 1140666 1140669 1140673 1141171 1141619 1160039 1160467 1160468 1160968 1162972 1170601 1171863 1171864 1171866 1172140 1172437 1172743 1175462 1179610 1184611 1185724 1185859 1185860 1185861 1185862 1185863 1185898 1185987 1186060 1186062 1186111 1186235 1186390 1186463 1187038 1187050 1187193 1187215 1187388 1187452 1187595 1187601 1187934 1188062 1188063 1188116 CVE-2018-1000845 CVE-2018-10860 CVE-2018-10906 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-17407 CVE-2019-1010006 CVE-2019-10245 CVE-2019-11091 CVE-2019-11459 CVE-2019-12974 CVE-2019-12975 CVE-2019-12976 CVE-2019-12978 CVE-2019-12979 CVE-2019-13133 CVE-2019-13134 CVE-2019-13135 CVE-2019-13295 CVE-2019-13297 CVE-2019-13300 CVE-2019-13301 CVE-2019-13307 CVE-2019-13308 CVE-2019-13310 CVE-2019-13311 CVE-2019-13391 CVE-2019-13454 CVE-2019-14896 CVE-2019-14897 CVE-2019-15666 CVE-2019-2602 CVE-2019-2684 CVE-2019-2697 CVE-2019-2698 CVE-2019-8936 CVE-2020-10543 CVE-2020-10757 CVE-2020-10878 CVE-2020-12723 CVE-2020-13867 CVE-2020-24586 CVE-2020-24587 CVE-2020-24588 CVE-2020-2583 CVE-2020-2593 CVE-2020-2604 CVE-2020-26139 CVE-2020-26141 CVE-2020-26145 CVE-2020-26147 CVE-2020-26558 CVE-2020-2659 CVE-2020-36385 CVE-2020-36386 CVE-2021-0129 CVE-2021-0512 CVE-2021-0605 CVE-2021-22555 CVE-2021-23134 CVE-2021-32399 CVE-2021-33034 CVE-2021-33909 CVE-2021-34693 CVE-2021-3609 SUSE-SU-2019:1345-1 SUSE-SU-2019:2010-1 SUSE-SU-2019:2080-1 SUSE-SU-2020:1784-1 SUSE-SU-2021:2451-1
|
Platform(s): | openSUSE Leap 42.1 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 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 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 Legacy Software 15 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 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-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-ESPOS 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-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS 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 SP3
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
file-5.19-5.5 is installed
OR file-devel-5.19-5.5 is installed
OR file-magic-5.19-5.5 is installed
OR libmagic1-5.19-5.5 is installed
OR libmagic1-32bit-5.19-5.5 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
MozillaFirefox-49.0.2-37.1 is installed
OR MozillaFirefox-translations-common-49.0.2-37.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
cron-4.2-60.13 is installed
OR cronie-1.4.11-60.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND bogofilter-1.1.1-174.27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
flash-player-11.2.202.569-0.35 is installed
OR flash-player-gnome-11.2.202.569-0.35 is installed
OR flash-player-kde4-11.2.202.569-0.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
bzip2-1.0.6-27 is installed
OR libbz2-1-1.0.6-27 is installed
OR libbz2-1-32bit-1.0.6-27 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND argyllcms-1.6.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gnome-shell-3.20.4-70 is installed
OR gnome-shell-browser-plugin-3.20.4-70 is installed
OR gnome-shell-calendar-3.20.4-70 is installed
OR gnome-shell-lang-3.20.4-70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND hardlink-1.0-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND conntrack-tools-1.0.0-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-46.7 is installed
OR salt-api-2016.11.4-46.7 is installed
OR salt-bash-completion-2016.11.4-46.7 is installed
OR salt-cloud-2016.11.4-46.7 is installed
OR salt-doc-2016.11.4-46.7 is installed
OR salt-master-2016.11.4-46.7 is installed
OR salt-minion-2016.11.4-46.7 is installed
OR salt-proxy-2016.11.4-46.7 is installed
OR salt-ssh-2016.11.4-46.7 is installed
OR salt-syndic-2016.11.4-46.7 is installed
OR salt-zsh-completion-2016.11.4-46.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
grep-3.1-2 is installed
OR grep-lang-3.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
evince-3.26.0+20180128.1bd86963-2 is installed
OR evince-devel-3.26.0+20180128.1bd86963-2 is installed
OR evince-lang-3.26.0+20180128.1bd86963-2 is installed
OR evince-plugin-djvudocument-3.26.0+20180128.1bd86963-2 is installed
OR evince-plugin-dvidocument-3.26.0+20180128.1bd86963-2 is installed
OR evince-plugin-pdfdocument-3.26.0+20180128.1bd86963-2 is installed
OR evince-plugin-psdocument-3.26.0+20180128.1bd86963-2 is installed
OR evince-plugin-tiffdocument-3.26.0+20180128.1bd86963-2 is installed
OR evince-plugin-xpsdocument-3.26.0+20180128.1bd86963-2 is installed
OR libevdocument3-4-3.26.0+20180128.1bd86963-2 is installed
OR libevview3-3-3.26.0+20180128.1bd86963-2 is installed
OR nautilus-evince-3.26.0+20180128.1bd86963-2 is installed
OR typelib-1_0-EvinceDocument-3_0-3.26.0+20180128.1bd86963-2 is installed
OR typelib-1_0-EvinceView-3_0-3.26.0+20180128.1bd86963-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND libtool-32bit-2.4.6-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-87 is installed
OR libopenssl0_9_8-0.9.8j-87 is installed
OR libopenssl0_9_8-32bit-0.9.8j-87 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 15 is installed
AND Package Information
java-1_8_0-ibm-1.8.0_sr5.11-1 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.11-1 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.11-1 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.11-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.32-33 is installed
OR kernel-ec2-devel-3.12.32-33 is installed
OR kernel-ec2-extra-3.12.32-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND openslp-server-2.0.0-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-64 is installed
OR imap-2007e_suse-19 is installed
OR libc-client2007e_suse-2007e_suse-19 is installed
OR php5-5.5.14-64 is installed
OR php5-bcmath-5.5.14-64 is installed
OR php5-bz2-5.5.14-64 is installed
OR php5-calendar-5.5.14-64 is installed
OR php5-ctype-5.5.14-64 is installed
OR php5-curl-5.5.14-64 is installed
OR php5-dba-5.5.14-64 is installed
OR php5-dom-5.5.14-64 is installed
OR php5-enchant-5.5.14-64 is installed
OR php5-exif-5.5.14-64 is installed
OR php5-fastcgi-5.5.14-64 is installed
OR php5-fileinfo-5.5.14-64 is installed
OR php5-fpm-5.5.14-64 is installed
OR php5-ftp-5.5.14-64 is installed
OR php5-gd-5.5.14-64 is installed
OR php5-gettext-5.5.14-64 is installed
OR php5-gmp-5.5.14-64 is installed
OR php5-iconv-5.5.14-64 is installed
OR php5-imap-5.5.14-64 is installed
OR php5-intl-5.5.14-64 is installed
OR php5-json-5.5.14-64 is installed
OR php5-ldap-5.5.14-64 is installed
OR php5-mbstring-5.5.14-64 is installed
OR php5-mcrypt-5.5.14-64 is installed
OR php5-mysql-5.5.14-64 is installed
OR php5-odbc-5.5.14-64 is installed
OR php5-opcache-5.5.14-64 is installed
OR php5-openssl-5.5.14-64 is installed
OR php5-pcntl-5.5.14-64 is installed
OR php5-pdo-5.5.14-64 is installed
OR php5-pear-5.5.14-64 is installed
OR php5-pgsql-5.5.14-64 is installed
OR php5-phar-5.5.14-64 is installed
OR php5-posix-5.5.14-64 is installed
OR php5-pspell-5.5.14-64 is installed
OR php5-shmop-5.5.14-64 is installed
OR php5-snmp-5.5.14-64 is installed
OR php5-soap-5.5.14-64 is installed
OR php5-sockets-5.5.14-64 is installed
OR php5-sqlite-5.5.14-64 is installed
OR php5-suhosin-5.5.14-64 is installed
OR php5-sysvmsg-5.5.14-64 is installed
OR php5-sysvsem-5.5.14-64 is installed
OR php5-sysvshm-5.5.14-64 is installed
OR php5-tokenizer-5.5.14-64 is installed
OR php5-wddx-5.5.14-64 is installed
OR php5-xmlreader-5.5.14-64 is installed
OR php5-xmlrpc-5.5.14-64 is installed
OR php5-xmlwriter-5.5.14-64 is installed
OR php5-xsl-5.5.14-64 is installed
OR php5-zip-5.5.14-64 is installed
OR php5-zlib-5.5.14-64 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
bsdtar-2.5.5-9 is installed
OR libarchive2-2.5.5-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
AND Package Information
cluster-network-kmp-rt-1.4_3.0.101_rt130_0.28-2.27 is installed
OR cluster-network-kmp-rt_trace-1.4_3.0.101_rt130_0.28-2.27 is installed
OR drbd-kmp-rt-8.4.4_3.0.101_rt130_0.28-0.22 is installed
OR drbd-kmp-rt_trace-8.4.4_3.0.101_rt130_0.28-0.22 is installed
OR iscsitarget-kmp-rt-1.4.20_3.0.101_rt130_0.28-0.38 is installed
OR iscsitarget-kmp-rt_trace-1.4.20_3.0.101_rt130_0.28-0.38 is installed
OR kernel-rt-3.0.101.rt130-0.28 is installed
OR kernel-rt-base-3.0.101.rt130-0.28 is installed
OR kernel-rt-devel-3.0.101.rt130-0.28 is installed
OR kernel-rt_trace-3.0.101.rt130-0.28 is installed
OR kernel-rt_trace-base-3.0.101.rt130-0.28 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-0.28 is installed
OR kernel-source-rt-3.0.101.rt130-0.28 is installed
OR kernel-syms-rt-3.0.101.rt130-0.28 is installed
OR lttng-modules-kmp-rt-2.1.1_3.0.101_rt130_0.28-0.11 is installed
OR lttng-modules-kmp-rt_trace-2.1.1_3.0.101_rt130_0.28-0.11 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_0.28-0.20 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_0.28-0.20 is installed
OR ofed-kmp-rt-1.5.4.1_3.0.101_rt130_0.28-0.13 is installed
OR ofed-kmp-rt_trace-1.5.4.1_3.0.101_rt130_0.28-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
ocfs2-1.6-0.28.7 is installed
OR ocfs2-kmp-rt-1.6_3.0.101_rt130_69.42-0.28.7 is installed
OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_69.42-0.28.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
mozilla-xulrunner190-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-32bit-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-gnomevfs-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-translations-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-x86-1.9.0.9-0.1 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
mozilla-xulrunner190-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-32bit-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-gnomevfs-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-translations-1.9.0.9-0.1 is installed
OR mozilla-xulrunner190-x86-1.9.0.9-0.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bash-3.2-147.12 is installed
OR bash-doc-3.2-147.12 is installed
OR bash-x86-3.2-147.12 is installed
OR libreadline5-5.2-147.12 is installed
OR libreadline5-32bit-5.2-147.12 is installed
OR libreadline5-x86-5.2-147.12 is installed
OR readline-doc-5.2-147.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
dbus-1-1.2.10-3.19 is installed
OR dbus-1-32bit-1.2.10-3.19 is installed
OR dbus-1-x11-1.2.10-3.17 is installed
OR dbus-1-x86-1.2.10-3.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
dbus-1-1.2.10-3.19 is installed
OR dbus-1-32bit-1.2.10-3.19 is installed
OR dbus-1-x11-1.2.10-3.17 is installed
OR dbus-1-x86-1.2.10-3.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
dbus-1-1.2.10-3.19 is installed
OR dbus-1-32bit-1.2.10-3.19 is installed
OR dbus-1-x11-1.2.10-3.17 is installed
OR dbus-1-x86-1.2.10-3.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
dbus-1-1.2.10-3.19 is installed
OR dbus-1-32bit-1.2.10-3.19 is installed
OR dbus-1-x11-1.2.10-3.17 is installed
OR dbus-1-x86-1.2.10-3.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
dbus-1-1.2.10-3.19 is installed
OR dbus-1-32bit-1.2.10-3.19 is installed
OR dbus-1-x11-1.2.10-3.17 is installed
OR dbus-1-x86-1.2.10-3.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
boost-license-1.36.0-12.3 is installed
OR libboost_program_options1_36_0-1.36.0-12.3 is installed
OR libboost_regex1_36_0-1.36.0-12.3 is installed
OR libboost_signals1_36_0-1.36.0-12.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
boost-license-1.36.0-12.3 is installed
OR libboost_program_options1_36_0-1.36.0-12.3 is installed
OR libboost_regex1_36_0-1.36.0-12.3 is installed
OR libboost_signals1_36_0-1.36.0-12.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
boost-license-1.36.0-12.3 is installed
OR libboost_program_options1_36_0-1.36.0-12.3 is installed
OR libboost_regex1_36_0-1.36.0-12.3 is installed
OR libboost_signals1_36_0-1.36.0-12.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
boost-license-1.36.0-12.3 is installed
OR libboost_program_options1_36_0-1.36.0-12.3 is installed
OR libboost_regex1_36_0-1.36.0-12.3 is installed
OR libboost_signals1_36_0-1.36.0-12.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libHX13-1.23-4.1 is installed
OR libHX13-32bit-1.23-4.1 is installed
OR libHX13-x86-1.23-4.1 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libHX13-1.23-4.1 is installed
OR libHX13-32bit-1.23-4.1 is installed
OR libHX13-x86-1.23-4.1 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libHX13-1.23-4.1 is installed
OR libHX13-32bit-1.23-4.1 is installed
OR libHX13-x86-1.23-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND kvm-0.12.3-0.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR libfreebl3-x86-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nspr-x86-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR mozilla-nss-x86-3.14.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR libfreebl3-x86-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nspr-x86-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR mozilla-nss-x86-3.14.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.12-0.4 is installed
OR MozillaFirefox-translations-10.0.12-0.4 is installed
OR libfreebl3-3.14.1-0.3 is installed
OR libfreebl3-32bit-3.14.1-0.3 is installed
OR libfreebl3-x86-3.14.1-0.3 is installed
OR mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-4.9.4-0.3 is installed
OR mozilla-nspr-x86-4.9.4-0.3 is installed
OR mozilla-nss-3.14.1-0.3 is installed
OR mozilla-nss-32bit-3.14.1-0.3 is installed
OR mozilla-nss-tools-3.14.1-0.3 is installed
OR mozilla-nss-x86-3.14.1-0.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
dhcpcd-3.2.3-44.28 is installed
OR dhcpv6-1.0.22-3.21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libpython2_6-1_0-2.6.8-0.23 is installed
OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
OR python-2.6.8-0.23 is installed
OR python-32bit-2.6.8-0.23 is installed
OR python-base-2.6.8-0.23 is installed
OR python-base-32bit-2.6.8-0.23 is installed
OR python-base-x86-2.6.8-0.23 is installed
OR python-curses-2.6.8-0.23 is installed
OR python-demo-2.6.8-0.23 is installed
OR python-gdbm-2.6.8-0.23 is installed
OR python-idle-2.6.8-0.23 is installed
OR python-tk-2.6.8-0.23 is installed
OR python-x86-2.6.8-0.23 is installed
OR python-xml-2.6.8-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libpython2_6-1_0-2.6.8-0.23 is installed
OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
OR python-2.6.8-0.23 is installed
OR python-32bit-2.6.8-0.23 is installed
OR python-base-2.6.8-0.23 is installed
OR python-base-32bit-2.6.8-0.23 is installed
OR python-base-x86-2.6.8-0.23 is installed
OR python-curses-2.6.8-0.23 is installed
OR python-demo-2.6.8-0.23 is installed
OR python-gdbm-2.6.8-0.23 is installed
OR python-idle-2.6.8-0.23 is installed
OR python-tk-2.6.8-0.23 is installed
OR python-x86-2.6.8-0.23 is installed
OR python-xml-2.6.8-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libpython2_6-1_0-2.6.8-0.23 is installed
OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
OR python-2.6.8-0.23 is installed
OR python-32bit-2.6.8-0.23 is installed
OR python-base-2.6.8-0.23 is installed
OR python-base-32bit-2.6.8-0.23 is installed
OR python-base-x86-2.6.8-0.23 is installed
OR python-curses-2.6.8-0.23 is installed
OR python-demo-2.6.8-0.23 is installed
OR python-gdbm-2.6.8-0.23 is installed
OR python-idle-2.6.8-0.23 is installed
OR python-tk-2.6.8-0.23 is installed
OR python-x86-2.6.8-0.23 is installed
OR python-xml-2.6.8-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libpython2_6-1_0-2.6.8-0.23 is installed
OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
OR python-2.6.8-0.23 is installed
OR python-32bit-2.6.8-0.23 is installed
OR python-base-2.6.8-0.23 is installed
OR python-base-32bit-2.6.8-0.23 is installed
OR python-base-x86-2.6.8-0.23 is installed
OR python-curses-2.6.8-0.23 is installed
OR python-demo-2.6.8-0.23 is installed
OR python-gdbm-2.6.8-0.23 is installed
OR python-idle-2.6.8-0.23 is installed
OR python-tk-2.6.8-0.23 is installed
OR python-x86-2.6.8-0.23 is installed
OR python-xml-2.6.8-0.23 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libpython2_6-1_0-2.6.8-0.23 is installed
OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
OR python-2.6.8-0.23 is installed
OR python-32bit-2.6.8-0.23 is installed
OR python-base-2.6.8-0.23 is installed
OR python-base-32bit-2.6.8-0.23 is installed
OR python-base-x86-2.6.8-0.23 is installed
OR python-curses-2.6.8-0.23 is installed
OR python-demo-2.6.8-0.23 is installed
OR python-gdbm-2.6.8-0.23 is installed
OR python-idle-2.6.8-0.23 is installed
OR python-tk-2.6.8-0.23 is installed
OR python-x86-2.6.8-0.23 is installed
OR python-xml-2.6.8-0.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
dbus-1-1.2.10-3.27 is installed
OR dbus-1-32bit-1.2.10-3.27 is installed
OR dbus-1-x11-1.2.10-3.27 is installed
OR dbus-1-x86-1.2.10-3.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libopenssl-devel-0.9.8j-0.105 is installed
OR libopenssl0_9_8-0.9.8j-0.105 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.105 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.105 is installed
OR openssl-0.9.8j-0.105 is installed
OR openssl-doc-0.9.8j-0.105 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.5 is installed
OR xen-doc-html-4.2.5_21-45.5 is installed
OR xen-doc-pdf-4.2.5_21-45.5 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-libs-4.2.5_21-45.5 is installed
OR xen-libs-32bit-4.2.5_21-45.5 is installed
OR xen-tools-4.2.5_21-45.5 is installed
OR xen-tools-domU-4.2.5_21-45.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.5 is installed
OR xen-doc-html-4.2.5_21-45.5 is installed
OR xen-doc-pdf-4.2.5_21-45.5 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.5 is installed
OR xen-libs-4.2.5_21-45.5 is installed
OR xen-libs-32bit-4.2.5_21-45.5 is installed
OR xen-tools-4.2.5_21-45.5 is installed
OR xen-tools-domU-4.2.5_21-45.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND clamav-0.99.4-0.20.7.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-94.11 is installed
OR libldb1-3.6.3-94.11 is installed
OR libsmbclient0-3.6.3-94.11 is installed
OR libsmbclient0-32bit-3.6.3-94.11 is installed
OR libtalloc2-3.6.3-94.11 is installed
OR libtalloc2-32bit-3.6.3-94.11 is installed
OR libtdb1-3.6.3-94.11 is installed
OR libtdb1-32bit-3.6.3-94.11 is installed
OR libtevent0-3.6.3-94.11 is installed
OR libtevent0-32bit-3.6.3-94.11 is installed
OR libwbclient0-3.6.3-94.11 is installed
OR libwbclient0-32bit-3.6.3-94.11 is installed
OR samba-3.6.3-94.11 is installed
OR samba-32bit-3.6.3-94.11 is installed
OR samba-client-3.6.3-94.11 is installed
OR samba-client-32bit-3.6.3-94.11 is installed
OR samba-doc-3.6.3-94.11 is installed
OR samba-krb-printing-3.6.3-94.11 is installed
OR samba-winbind-3.6.3-94.11 is installed
OR samba-winbind-32bit-3.6.3-94.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ldapsmb-1.34b-94.11 is installed
OR libldb1-3.6.3-94.11 is installed
OR libsmbclient0-3.6.3-94.11 is installed
OR libsmbclient0-32bit-3.6.3-94.11 is installed
OR libtalloc2-3.6.3-94.11 is installed
OR libtalloc2-32bit-3.6.3-94.11 is installed
OR libtdb1-3.6.3-94.11 is installed
OR libtdb1-32bit-3.6.3-94.11 is installed
OR libtevent0-3.6.3-94.11 is installed
OR libtevent0-32bit-3.6.3-94.11 is installed
OR libwbclient0-3.6.3-94.11 is installed
OR libwbclient0-32bit-3.6.3-94.11 is installed
OR samba-3.6.3-94.11 is installed
OR samba-32bit-3.6.3-94.11 is installed
OR samba-client-3.6.3-94.11 is installed
OR samba-client-32bit-3.6.3-94.11 is installed
OR samba-doc-3.6.3-94.11 is installed
OR samba-krb-printing-3.6.3-94.11 is installed
OR samba-winbind-3.6.3-94.11 is installed
OR samba-winbind-32bit-3.6.3-94.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.78.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
PolicyKit-0.9-14.43 is installed
OR PolicyKit-32bit-0.9-14.43 is installed
OR PolicyKit-doc-0.9-14.43 is installed
OR PolicyKit-x86-0.9-14.43 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
MozillaFirefox-60.9.0esr-78.46 is installed
OR MozillaFirefox-translations-common-60.9.0esr-78.46 is installed
OR MozillaFirefox-translations-other-60.9.0esr-78.46 is installed
OR firefox-gio-branding-upstream-2.54.3-2.11 is installed
OR firefox-glib2-2.54.3-2.11 is installed
OR firefox-glib2-lang-2.54.3-2.11 is installed
OR firefox-glib2-tools-2.54.3-2.11 is installed
OR firefox-gtk3-3.10.9-2.12 is installed
OR firefox-gtk3-branding-upstream-3.10.9-2.12 is installed
OR firefox-gtk3-data-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-amharic-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-inuktitut-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-multipress-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-thai-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-vietnamese-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-xim-3.10.9-2.12 is installed
OR firefox-gtk3-immodules-tigrigna-3.10.9-2.12 is installed
OR firefox-gtk3-lang-3.10.9-2.12 is installed
OR firefox-gtk3-tools-3.10.9-2.12 is installed
OR firefox-libgtk-3-0-3.10.9-2.12 is installed
OR libfirefox-gio-2_0-0-2.54.3-2.11 is installed
OR libfirefox-glib-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gmodule-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gobject-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gthread-2_0-0-2.54.3-2.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
MozillaFirefox-60.9.0esr-78.46 is installed
OR MozillaFirefox-translations-common-60.9.0esr-78.46 is installed
OR MozillaFirefox-translations-other-60.9.0esr-78.46 is installed
OR firefox-gio-branding-upstream-2.54.3-2.11 is installed
OR firefox-glib2-2.54.3-2.11 is installed
OR firefox-glib2-lang-2.54.3-2.11 is installed
OR firefox-glib2-tools-2.54.3-2.11 is installed
OR firefox-gtk3-3.10.9-2.12 is installed
OR firefox-gtk3-branding-upstream-3.10.9-2.12 is installed
OR firefox-gtk3-data-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-amharic-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-inuktitut-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-multipress-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-thai-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-vietnamese-3.10.9-2.12 is installed
OR firefox-gtk3-immodule-xim-3.10.9-2.12 is installed
OR firefox-gtk3-immodules-tigrigna-3.10.9-2.12 is installed
OR firefox-gtk3-lang-3.10.9-2.12 is installed
OR firefox-gtk3-tools-3.10.9-2.12 is installed
OR firefox-libgtk-3-0-3.10.9-2.12 is installed
OR libfirefox-gio-2_0-0-2.54.3-2.11 is installed
OR libfirefox-glib-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gmodule-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gobject-2_0-0-2.54.3-2.11 is installed
OR libfirefox-gthread-2_0-0-2.54.3-2.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.8 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
libsnmp15-openssl1-5.4.2.1-8.12.31 is installed
OR libsnmp15-openssl1-32bit-5.4.2.1-8.12.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
ImageMagick-6.8.8.1-8 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
gnome-keyring-3.10.1-4.1 is installed
OR gnome-keyring-32bit-3.10.1-4.1 is installed
OR gnome-keyring-lang-3.10.1-4.1 is installed
OR gnome-keyring-pam-3.10.1-4.1 is installed
OR gnome-keyring-pam-32bit-3.10.1-4.1 is installed
OR libgck-modules-gnome-keyring-3.10.1-4.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
accountsservice-0.6.35-3.10 is installed
OR accountsservice-lang-0.6.35-3.10 is installed
OR libaccountsservice0-0.6.35-3.10 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-3.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
ghostscript-9.25-23.13 is installed
OR ghostscript-x11-9.25-23.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
ghostscript-9.25-23.13 is installed
OR ghostscript-x11-9.25-23.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_74-60_64_51-default-4-2.1 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-4-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_18-4-2.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND sudo-1.8.10p3-8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND sudo-1.8.10p3-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND ant-1.9.4-1.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
apache2-2.4.23-29.27 is installed
OR apache2-doc-2.4.23-29.27 is installed
OR apache2-example-pages-2.4.23-29.27 is installed
OR apache2-prefork-2.4.23-29.27 is installed
OR apache2-utils-2.4.23-29.27 is installed
OR apache2-worker-2.4.23-29.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
openvpn-2.3.8-16.20 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
openvpn-2.3.8-16.20 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_103-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_28-8-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_103-default-8-2 is installed
OR kgraft-patch-SLE12-SP3_Update_28-8-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND perl-Archive-Zip-1.34-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND perl-Archive-Zip-1.34-3.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-38.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-38.37 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-38.37 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
grub2-2.02-12.31 is installed
OR grub2-arm64-efi-2.02-12.31 is installed
OR grub2-i386-pc-2.02-12.31 is installed
OR grub2-powerpc-ieee1275-2.02-12.31 is installed
OR grub2-s390x-emu-2.02-12.31 is installed
OR grub2-snapper-plugin-2.02-12.31 is installed
OR grub2-systemd-sleep-plugin-2.02-12.31 is installed
OR grub2-x86_64-efi-2.02-12.31 is installed
OR grub2-x86_64-xen-2.02-12.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND
grub2-2.02-12.31 is installed
OR grub2-arm64-efi-2.02-12.31 is installed
OR grub2-i386-pc-2.02-12.31 is installed
OR grub2-powerpc-ieee1275-2.02-12.31 is installed
OR grub2-s390x-emu-2.02-12.31 is installed
OR grub2-snapper-plugin-2.02-12.31 is installed
OR grub2-systemd-sleep-plugin-2.02-12.31 is installed
OR grub2-x86_64-efi-2.02-12.31 is installed
OR grub2-x86_64-xen-2.02-12.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_48-52_27-default-5-2 is installed
OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_8-5-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_48-52_27-default-5-2 is installed
OR kgraft-patch-3_12_48-52_27-xen-5-2 is installed
OR kgraft-patch-SLE12_Update_8-5-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libdcerpc-binding0-4.4.2-31 is installed
OR libdcerpc0-4.4.2-31 is installed
OR libndr-krb5pac0-4.4.2-31 is installed
OR libndr-nbt0-4.4.2-31 is installed
OR libndr-standard0-4.4.2-31 is installed
OR libndr0-4.4.2-31 is installed
OR libnetapi0-4.4.2-31 is installed
OR libsamba-credentials0-4.4.2-31 is installed
OR libsamba-errors0-4.4.2-31 is installed
OR libsamba-hostconfig0-4.4.2-31 is installed
OR libsamba-passdb0-4.4.2-31 is installed
OR libsamba-util0-4.4.2-31 is installed
OR libsamdb0-4.4.2-31 is installed
OR libsmbclient0-4.4.2-31 is installed
OR libsmbconf0-4.4.2-31 is installed
OR libsmbldap0-4.4.2-31 is installed
OR libtevent-util0-4.4.2-31 is installed
OR libwbclient0-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-doc-4.4.2-31 is installed
OR samba-libs-4.4.2-31 is installed
OR samba-winbind-4.4.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.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 apache2-mod_nss-1.0.14-10.14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_67-60_64_24-default-7-2 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_11-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kernel-default-4.4.121-92.85 is installed
OR kernel-default-base-4.4.121-92.85 is installed
OR kernel-default-devel-4.4.121-92.85 is installed
OR kernel-devel-4.4.121-92.85 is installed
OR kernel-macros-4.4.121-92.85 is installed
OR kernel-source-4.4.121-92.85 is installed
OR kernel-syms-4.4.121-92.85 is installed
OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kernel-default-4.4.180-94.147.1 is installed
OR kernel-default-base-4.4.180-94.147.1 is installed
OR kernel-default-devel-4.4.180-94.147.1 is installed
OR kernel-default-kgraft-4.4.180-94.147.1 is installed
OR kernel-devel-4.4.180-94.147.1 is installed
OR kernel-macros-4.4.180-94.147.1 is installed
OR kernel-source-4.4.180-94.147.1 is installed
OR kernel-syms-4.4.180-94.147.1 is installed
OR kgraft-patch-4_4_180-94_147-default-1-4.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
gtk2-devel-2.18.9-0.23 is installed
OR gtk2-devel-32bit-2.18.9-0.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
git-1.7.12.4-0.11 is installed
OR git-arch-1.7.12.4-0.11 is installed
OR git-core-1.7.12.4-0.11 is installed
OR git-cvs-1.7.12.4-0.11 is installed
OR git-daemon-1.7.12.4-0.11 is installed
OR git-email-1.7.12.4-0.11 is installed
OR git-gui-1.7.12.4-0.11 is installed
OR git-svn-1.7.12.4-0.11 is installed
OR git-web-1.7.12.4-0.11 is installed
OR gitk-1.7.12.4-0.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
PackageKit-devel-0.3.14-2.30 is installed
OR hal-devel-0.5.12-23.76 is installed
OR libpackagekit-glib10-devel-0.3.14-2.30 is installed
OR libpackagekit-qt10-0.3.14-2.30 is installed
OR libpackagekit-qt10-devel-0.3.14-2.30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.5.2-10 is installed
OR libreoffice-base-4.3.5.2-10 is installed
OR libreoffice-base-drivers-mysql-4.3.5.2-10 is installed
OR libreoffice-base-drivers-postgresql-4.3.5.2-10 is installed
OR libreoffice-calc-4.3.5.2-10 is installed
OR libreoffice-calc-extensions-4.3.5.2-10 is installed
OR libreoffice-draw-4.3.5.2-10 is installed
OR libreoffice-filters-optional-4.3.5.2-10 is installed
OR libreoffice-gnome-4.3.5.2-10 is installed
OR libreoffice-icon-theme-tango-4.3.5.2-10 is installed
OR libreoffice-impress-4.3.5.2-10 is installed
OR libreoffice-l10n-af-4.3.5.2-10 is installed
OR libreoffice-l10n-ar-4.3.5.2-10 is installed
OR libreoffice-l10n-ca-4.3.5.2-10 is installed
OR libreoffice-l10n-cs-4.3.5.2-10 is installed
OR libreoffice-l10n-da-4.3.5.2-10 is installed
OR libreoffice-l10n-de-4.3.5.2-10 is installed
OR libreoffice-l10n-en-4.3.5.2-10 is installed
OR libreoffice-l10n-es-4.3.5.2-10 is installed
OR libreoffice-l10n-fi-4.3.5.2-10 is installed
OR libreoffice-l10n-fr-4.3.5.2-10 is installed
OR libreoffice-l10n-gu-4.3.5.2-10 is installed
OR libreoffice-l10n-hi-4.3.5.2-10 is installed
OR libreoffice-l10n-hu-4.3.5.2-10 is installed
OR libreoffice-l10n-it-4.3.5.2-10 is installed
OR libreoffice-l10n-ja-4.3.5.2-10 is installed
OR libreoffice-l10n-ko-4.3.5.2-10 is installed
OR libreoffice-l10n-nb-4.3.5.2-10 is installed
OR libreoffice-l10n-nl-4.3.5.2-10 is installed
OR libreoffice-l10n-nn-4.3.5.2-10 is installed
OR libreoffice-l10n-pl-4.3.5.2-10 is installed
OR libreoffice-l10n-pt-BR-4.3.5.2-10 is installed
OR libreoffice-l10n-pt-PT-4.3.5.2-10 is installed
OR libreoffice-l10n-ru-4.3.5.2-10 is installed
OR libreoffice-l10n-sk-4.3.5.2-10 is installed
OR libreoffice-l10n-sv-4.3.5.2-10 is installed
OR libreoffice-l10n-xh-4.3.5.2-10 is installed
OR libreoffice-l10n-zh-Hans-4.3.5.2-10 is installed
OR libreoffice-l10n-zh-Hant-4.3.5.2-10 is installed
OR libreoffice-l10n-zu-4.3.5.2-10 is installed
OR libreoffice-mailmerge-4.3.5.2-10 is installed
OR libreoffice-math-4.3.5.2-10 is installed
OR libreoffice-officebean-4.3.5.2-10 is installed
OR libreoffice-pyuno-4.3.5.2-10 is installed
OR libreoffice-writer-4.3.5.2-10 is installed
OR libreoffice-writer-extensions-4.3.5.2-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libqt4-4.8.6-7 is installed
OR libqt4-sql-mysql-32bit-4.8.6-7 is installed
OR libqt4-sql-plugins-4.8.6-7 is installed
OR libqt4-sql-postgresql-4.8.6-7 is installed
OR libqt4-sql-postgresql-32bit-4.8.6-7 is installed
OR libqt4-sql-sqlite-32bit-4.8.6-7 is installed
OR libqt4-sql-unixODBC-4.8.6-7 is installed
OR libqt4-sql-unixODBC-32bit-4.8.6-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
firebird-classic-2.5.2.26539-15 is installed
OR libfbembed2_5-2.5.2.26539-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-71.12 is installed
OR libMagick++-6_Q16-3-6.8.8.1-71.12 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.12 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 12 SP5 is installed
AND Package Information
libtomcrypt-1.17-3.3 is installed
OR libtomcrypt0-1.17-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
ffmpeg-3.4.2-4.5 is installed
OR libavcodec-devel-3.4.2-4.5 is installed
OR libavformat-devel-3.4.2-4.5 is installed
OR libavformat57-3.4.2-4.5 is installed
OR libavresample-devel-3.4.2-4.5 is installed
OR libavresample3-3.4.2-4.5 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
git-1.7.12.4-0.11.2 is installed
OR git-core-1.7.12.4-0.11.2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
kernel-default-3.12.74-60.64.60.1 is installed
OR kernel-default-base-3.12.74-60.64.60.1 is installed
OR kernel-default-devel-3.12.74-60.64.60.1 is installed
OR kernel-devel-3.12.74-60.64.60.1 is installed
OR kernel-macros-3.12.74-60.64.60.1 is installed
OR kernel-source-3.12.74-60.64.60.1 is installed
OR kernel-syms-3.12.74-60.64.60.1 is installed
OR kernel-xen-3.12.74-60.64.60.1 is installed
OR kernel-xen-base-3.12.74-60.64.60.1 is installed
OR kernel-xen-devel-3.12.74-60.64.60.1 is installed
OR kgraft-patch-3_12_74-60_64_60-default-1-2.1 is installed
OR kgraft-patch-3_12_74-60_64_60-xen-1-2.1 is installed
OR kgraft-patch-SLE12-SP1_Update_21-1-2.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
libsox3-14.4.2-5 is installed
OR sox-14.4.2-5 is installed
OR sox-devel-14.4.2-5 is installed
|