Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for MozillaFirefox, mozilla-nss, mozilla-nspr (Important) |
Description: |
Mozilla Firefox was updated to the Firefox ESR release 45.9.
Mozilla NSS was updated to support TLS 1.3 (close to release draft) and various new ciphers, PRFs, Diffie Hellman key agreement and support for more hashes.
Security issues fixed in Firefox (bsc#1035082)
- MFSA 2017-11/CVE-2017-5469: Potential Buffer overflow in flex-generated code - MFSA 2017-11/CVE-2017-5429: Memory safety bugs fixed in Firefox 53, Firefox ESR 45.9, and Firefox ESR 52.1 - MFSA 2017-11/CVE-2017-5439: Use-after-free in nsTArray Length() during XSLT processing - MFSA 2017-11/CVE-2017-5438: Use-after-free in nsAutoPtr during XSLT processing - MFSA 2017-11/CVE-2017-5437: Vulnerabilities in Libevent library - MFSA 2017-11/CVE-2017-5436: Out-of-bounds write with malicious font in Graphite 2 - MFSA 2017-11/CVE-2017-5435: Use-after-free during transaction processing in the editor - MFSA 2017-11/CVE-2017-5434: Use-after-free during focus handling - MFSA 2017-11/CVE-2017-5433: Use-after-free in SMIL animation functions - MFSA 2017-11/CVE-2017-5432: Use-after-free in text input selection - MFSA 2017-11/CVE-2017-5464: Memory corruption with accessibility and DOM manipulation - MFSA 2017-11/CVE-2017-5465: Out-of-bounds read in ConvolvePixel - MFSA 2017-11/CVE-2017-5460: Use-after-free in frame selection - MFSA 2017-11/CVE-2017-5448: Out-of-bounds write in ClearKeyDecryptor - MFSA 2017-11/CVE-2017-5446: Out-of-bounds read when HTTP/2 DATA frames are sent with incorrect data - MFSA 2017-11/CVE-2017-5447: Out-of-bounds read during glyph processing - MFSA 2017-11/CVE-2017-5444: Buffer overflow while parsing application/http-index-format content - MFSA 2017-11/CVE-2017-5445: Uninitialized values used while parsing application/http-index-format content - MFSA 2017-11/CVE-2017-5442: Use-after-free during style changes - MFSA 2017-11/CVE-2017-5443: Out-of-bounds write during BinHex decoding - MFSA 2017-11/CVE-2017-5440: Use-after-free in txExecutionState destructor during XSLT processing - MFSA 2017-11/CVE-2017-5441: Use-after-free with selection during scroll events - MFSA 2017-11/CVE-2017-5459: Buffer overflow in WebGL
Mozilla NSS was updated to 3.29.5, bringing new features and fixing bugs:
- Update to NSS 3.29.5: * MFSA 2017-11/CVE-2017-5461: Rare crashes in the base 64 decoder and encoder were fixed. * MFSA 2017-11/CVE-2017-5462: A carry over bug in the RNG was fixed. * CVE-2016-9574: Remote DoS during session handshake when using SessionTicket extention and ECDHE-ECDSA (bsc#1015499). * requires NSPR >= 4.13.1
- Update to NSS 3.29.3
* enables TLS 1.3 by default
- Fixed a bug in hash computation (and build with GCC 7 which complains about shifts of boolean values). (bsc#1030071, bmo#1348767)
- Update to NSS 3.28.3
This is a patch release to fix binary compatibility issues.
- Update to NSS 3.28.1
This is a patch release to update the list of root CA certificates.
* The following CA certificates were Removed
CN = Buypass Class 2 CA 1 CN = Root CA Generalitat Valenciana OU = RSA Security 2048 V3
* The following CA certificates were Added
OU = AC RAIZ FNMT-RCM CN = Amazon Root CA 1 CN = Amazon Root CA 2 CN = Amazon Root CA 3 CN = Amazon Root CA 4 CN = LuxTrust Global Root 2 CN = Symantec Class 1 Public Primary Certification Authority - G4 CN = Symantec Class 1 Public Primary Certification Authority - G6 CN = Symantec Class 2 Public Primary Certification Authority - G4 CN = Symantec Class 2 Public Primary Certification Authority - G6
* The version number of the updated root CA list has been set to 2.11
- Update to NSS 3.28
New functionality:
* NSS includes support for TLS 1.3 draft -18. This includes a number of improvements to TLS 1.3:
- The signed certificate timestamp, used in certificate transparency, is supported in TLS 1.3. - Key exporters for TLS 1.3 are supported. This includes the early key exporter, which can be used if 0-RTT is enabled. Note that there is a difference between TLS 1.3 and key exporters in older versions of TLS. TLS 1.3 does not distinguish between an empty context and no context. - The TLS 1.3 (draft) protocol can be enabled, by defining NSS_ENABLE_TLS_1_3=1 when building NSS. - NSS includes support for the X25519 key exchange algorithm, which is supported and enabled by default in all versions of TLS.
Notable Changes:
* NSS can no longer be compiled with support for additional elliptic curves. This was previously possible by replacing certain NSS source files. * NSS will now detect the presence of tokens that support additional elliptic curves and enable those curves for use in TLS. Note that this detection has a one-off performance cost, which can be avoided by using the SSL_NamedGroupConfig function to limit supported groups to those that NSS provides. * PKCS#11 bypass for TLS is no longer supported and has been removed. * Support for 'export' grade SSL/TLS cipher suites has been removed. * NSS now uses the signature schemes definition in TLS 1.3. This also affects TLS 1.2. NSS will now only generate signatures with the combinations of hash and signature scheme that are defined in TLS 1.3, even when negotiating TLS 1.2.
- This means that SHA-256 will only be used with P-256 ECDSA certificates, SHA-384 with P-384 certificates, and SHA-512 with P-521 certificates. SHA-1 is permitted (in TLS 1.2 only) with any certificate for backward compatibility reasons. - NSS will now no longer assume that default signature schemes are supported by a peer if there was no commonly supported signature scheme.
* NSS will now check if RSA-PSS signing is supported by the token that holds the private key prior to using it for TLS. * The certificate validation code contains checks to no longer trust certificates that are issued by old WoSign and StartCom CAs after October 21, 2016. This is equivalent to the behavior that Mozilla will release with Firefox 51.
- Update to NSS 3.27.2 * Fixed SSL_SetTrustAnchors leaks (bmo#1318561)
- raised the minimum softokn/freebl version to 3.28 as reported in (boo#1021636)
- Update to NSS 3.26.2
New Functionality:
* the selfserv test utility has been enhanced to support ALPN (HTTP/1.1) and 0-RTT * added support for the System-wide crypto policy available on Fedora Linux see http://fedoraproject.org/wiki/Changes/CryptoPolicy * introduced build flag NSS_DISABLE_LIBPKIX that allows compilation of NSS without the libpkix library
Notable Changes:
* The following CA certificate was Added CN = ISRG Root X1 * NPN is disabled and ALPN is enabled by default * the NSS test suite now completes with the experimental TLS 1.3 code enabled * several test improvements and additions, including a NIST known answer test
Changes in 3.26.2 * MD5 signature algorithms sent by the server in CertificateRequest messages are now properly ignored. Previously, with rare server configurations, an MD5 signature algorithm might have been selected for client authentication and caused the client to abort the connection soon after.
- Update to NSS 3.25
New functionality:
* Implemented DHE key agreement for TLS 1.3 * Added support for ChaCha with TLS 1.3 * Added support for TLS 1.2 ciphersuites that use SHA384 as the PRF * In previous versions, when using client authentication with TLS 1.2, NSS only supported certificate_verify messages that used the same signature hash algorithm as used by the PRF. This limitation has been removed.
Notable changes:
* An SSL socket can no longer be configured to allow both TLS 1.3 and SSLv3 * Regression fix: NSS no longer reports a failure if an application attempts to disable the SSLv2 protocol. * The list of trusted CA certificates has been updated to version 2.8 * The following CA certificate was Removed Sonera Class1 CA * The following CA certificates were Added Hellenic Academic and Research Institutions RootCA 2015 Hellenic Academic and Research Institutions ECC RootCA 2015 Certplus Root CA G1 Certplus Root CA G2 OpenTrust Root CA G1 OpenTrust Root CA G2 OpenTrust Root CA G3
- Update to NSS 3.24
New functionality:
* NSS softoken has been updated with the latest National Institute of Standards and Technology (NIST) guidance (as of 2015): - Software integrity checks and POST functions are executed on shared library load. These checks have been disabled by default, as they can cause a performance regression. To enable these checks, you must define symbol NSS_FORCE_FIPS when building NSS. - Counter mode and Galois/Counter Mode (GCM) have checks to prevent counter overflow. - Additional CSPs are zeroed in the code. - NSS softoken uses new guidance for how many Rabin-Miller tests are needed to verify a prime based on prime size. * NSS softoken has also been updated to allow NSS to run in FIPS Level 1 (no password). This mode is triggered by setting the database password to the empty string. In FIPS mode, you may move from Level 1 to Level 2 (by setting an appropriate password), but not the reverse. * A SSL_ConfigServerCert function has been added for configuring SSL/TLS server sockets with a certificate and private key. Use this new function in place of SSL_ConfigSecureServer, SSL_ConfigSecureServerWithCertChain, SSL_SetStapledOCSPResponses, and SSL_SetSignedCertTimestamps. SSL_ConfigServerCert automatically determines the certificate type from the certificate and private key. The caller is no longer required to use SSLKEAType explicitly to select a 'slot' into which the certificate is configured (which incorrectly identifies a key agreement type rather than a certificate). Separate functions for configuring Online Certificate Status Protocol (OCSP) responses or Signed Certificate Timestamps are not needed, since these can be added to the optional SSLExtraServerCertData struct provided to SSL_ConfigServerCert. Also, partial support for RSA Probabilistic Signature Scheme (RSA-PSS) certificates has been added. Although these certificates can be configured, they will not be used by NSS in this version. * Deprecate the member attribute authAlgorithm of type SSLCipherSuiteInfo. Instead, applications should use the newly added attribute authType. * Add a shared library (libfreeblpriv3) on Linux platforms that define FREEBL_LOWHASH. * Remove most code related to SSL v2, including the ability to actively send a SSLv2-compatible client hello. However, the server-side implementation of the SSL/TLS protocol still supports processing of received v2-compatible client hello messages. * Disable (by default) NSS support in optimized builds for logging SSL/TLS key material to a logfile if the SSLKEYLOGFILE environment variable is set. To enable the functionality in optimized builds, you must define the symbol NSS_ALLOW_SSLKEYLOGFILE when building NSS. * Update NSS to protect it against the Cachebleed attack. * Disable support for DTLS compression. * Improve support for TLS 1.3. This includes support for DTLS 1.3. Note that TLS 1.3 support is experimental and not suitable for production use.
- Update to NSS 3.23
New functionality:
* ChaCha20/Poly1305 cipher and TLS cipher suites now supported * Experimental-only support TLS 1.3 1-RTT mode (draft-11). This code is not ready for production use.
Notable changes:
* The list of TLS extensions sent in the TLS handshake has been reordered to increase compatibility of the Extended Master Secret with with servers * The build time environment variable NSS_ENABLE_ZLIB has been renamed to NSS_SSL_ENABLE_ZLIB * The build time environment variable NSS_DISABLE_CHACHAPOLY was added, which can be used to prevent compilation of the ChaCha20/Poly1305 code. * The following CA certificates were Removed
- Staat der Nederlanden Root CA - NetLock Minositett Kozjegyzoi (Class QA) Tanusitvanykiado - NetLock Kozjegyzoi (Class A) Tanusitvanykiado - NetLock Uzleti (Class B) Tanusitvanykiado - NetLock Expressz (Class C) Tanusitvanykiado - VeriSign Class 1 Public PCA - G2 - VeriSign Class 3 Public PCA - VeriSign Class 3 Public PCA - G2 - CA Disig
* The following CA certificates were Added
+ SZAFIR ROOT CA2 + Certum Trusted Network CA 2
* The following CA certificate had the Email trust bit turned on
+ Actalis Authentication Root CA
Security fixes: * CVE-2016-2834: Memory safety bugs (boo#983639) MFSA-2016-61 bmo#1206283 bmo#1221620 bmo#1241034 bmo#1241037
* - Update to NSS 3.22.3 * Increase compatibility of TLS extended master secret, don't send an empty TLS extension last in the handshake (bmo#1243641) * Fixed a heap-based buffer overflow related to the parsing of certain ASN.1 structures. An attacker could create a specially-crafted certificate which, when parsed by NSS, would cause a crash or execution of arbitrary code with the permissions of the user. (CVE-2016-1950, bmo#1245528)
- Update to NSS 3.22.2
New functionality:
* RSA-PSS signatures are now supported (bmo#1215295) * Pseudorandom functions based on hashes other than SHA-1 are now supported * Enforce an External Policy on NSS from a config file (bmo#1009429)
- CVE-2016-8635: Fix for DH small subgroup confinement attack (bsc#1015547)
Mozilla NSPR was updated to version 4.13.1:
The previously released version 4.13 had changed pipes to be nonblocking by default, and as a consequence, PollEvent was changed to not block on clear. The NSPR development team received reports that these changes caused regressions in some applications that use NSPR, and it has been decided to revert the changes made in NSPR 4.13. NSPR 4.13.1 restores the traditional behavior of pipes and PollEvent.
Mozilla NSPR update to version 4.13 had these changes:
- PL_strcmp (and others) were fixed to return consistent results when one of the arguments is NULL. - PollEvent was fixed to not block on clear. - Pipes are always nonblocking. - PR_GetNameForIdentity: added thread safety lock and bound checks. - Removed the PLArena freelist. - Avoid some integer overflows. - fixed several comments.
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1003017 1015499 1015547 1021636 1029547 1030071 1035082 1037603 1037624 1037930 1038293 1050241 1051791 1060031 1064990 1074293 1079036 1103040 1104457 1110723 1113668 1123522 1140120 657625 676086 684799 786522 796628 796895 846174 880892 885550 887082 889173 889842 892235 892490 896390 896391 906111 908009 909563 910647 910669 978209 983639 CVE-2010-4777 CVE-2012-4194 CVE-2012-4195 CVE-2012-4196 CVE-2012-5829 CVE-2013-0743 CVE-2013-0744 CVE-2013-0745 CVE-2013-0746 CVE-2013-0747 CVE-2013-0748 CVE-2013-0749 CVE-2013-0750 CVE-2013-0751 CVE-2013-0752 CVE-2013-0753 CVE-2013-0754 CVE-2013-0755 CVE-2013-0756 CVE-2013-0757 CVE-2013-0758 CVE-2013-0759 CVE-2013-0760 CVE-2013-0761 CVE-2013-0762 CVE-2013-0763 CVE-2013-0764 CVE-2013-0766 CVE-2013-0767 CVE-2013-0768 CVE-2013-0769 CVE-2013-0770 CVE-2013-0771 CVE-2013-2186 CVE-2014-1569 CVE-2014-1587 CVE-2014-1588 CVE-2014-1589 CVE-2014-1590 CVE-2014-1591 CVE-2014-1592 CVE-2014-1593 CVE-2014-1594 CVE-2014-1595 CVE-2014-3184 CVE-2014-3185 CVE-2014-4943 CVE-2014-5077 CVE-2014-5471 CVE-2014-5472 CVE-2014-8634 CVE-2014-8636 CVE-2014-8637 CVE-2014-8638 CVE-2014-8639 CVE-2014-8640 CVE-2014-8641 CVE-2016-1950 CVE-2016-2834 CVE-2016-5407 CVE-2016-8635 CVE-2016-9574 CVE-2017-12132 CVE-2017-12618 CVE-2017-14604 CVE-2017-5429 CVE-2017-5432 CVE-2017-5433 CVE-2017-5434 CVE-2017-5435 CVE-2017-5436 CVE-2017-5437 CVE-2017-5438 CVE-2017-5439 CVE-2017-5440 CVE-2017-5441 CVE-2017-5442 CVE-2017-5443 CVE-2017-5444 CVE-2017-5445 CVE-2017-5446 CVE-2017-5447 CVE-2017-5448 CVE-2017-5459 CVE-2017-5460 CVE-2017-5461 CVE-2017-5462 CVE-2017-5464 CVE-2017-5465 CVE-2017-5469 CVE-2017-7484 CVE-2017-7485 CVE-2017-7486 CVE-2017-7890 CVE-2017-8804 CVE-2018-1000001 CVE-2018-14680 CVE-2018-14681 CVE-2018-14682 CVE-2018-15378 CVE-2018-19131 CVE-2018-6485 CVE-2018-6551 CVE-2019-11038 CVE-2019-6978 SUSE-SU-2017:1175-1 SUSE-SU-2018:3441-1
|
Platform(s): | openSUSE Leap 42.3 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 Desktop 12 SP4 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 Live Patching 15 SUSE Linux Enterprise Module for Open Buildservice Development Tools 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 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-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 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 SP3 SUSE Linux Enterprise Server 12 SP4 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-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 7 SUSE OpenStack Cloud Crowbar 8
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.3 is installed AND Package Information
chromedriver-62.0.3202.75-118 is installed
OR chromium-62.0.3202.75-118 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
flash-player-11.2.202.440-31 is installed
OR flash-player-gnome-11.2.202.440-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dhcp-4.3.3-9 is installed
OR dhcp-client-4.3.3-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
libcares2-1.9.1-8 is installed
OR libcares2-32bit-1.9.1-8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND clamav-0.99.2-32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND ctags-5.8-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
glib2-2.54.3-4.7 is installed
OR glib2-devel-2.54.3-4.7 is installed
OR glib2-lang-2.54.3-4.7 is installed
OR glib2-tools-2.54.3-4.7 is installed
OR libgio-2_0-0-2.54.3-4.7 is installed
OR libgio-2_0-0-32bit-2.54.3-4.7 is installed
OR libglib-2_0-0-2.54.3-4.7 is installed
OR libglib-2_0-0-32bit-2.54.3-4.7 is installed
OR libgmodule-2_0-0-2.54.3-4.7 is installed
OR libgmodule-2_0-0-32bit-2.54.3-4.7 is installed
OR libgobject-2_0-0-2.54.3-4.7 is installed
OR libgobject-2_0-0-32bit-2.54.3-4.7 is installed
OR libgthread-2_0-0-2.54.3-4.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND python-setuptools-1.1.7-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libkpathsea6-6.2.3-11.8 is installed
OR libptexenc1-1.3.5-11.8 is installed
OR libsynctex1-1.18-11.8 is installed
OR libtexlua52-5-5.2.4-11.8 is installed
OR libtexluajit2-2.1.0beta2-11.8 is installed
OR perl-biber-2017.20170520.svn30357-11.8 is installed
OR texlive-2017.20170520-11.8 is installed
OR texlive-a2ping-bin-2017.20170520.svn27321-11.8 is installed
OR texlive-accfonts-bin-2017.20170520.svn12688-11.8 is installed
OR texlive-adhocfilelist-bin-2017.20170520.svn28038-11.8 is installed
OR texlive-afm2pl-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-aleph-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-amstex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-arara-bin-2017.20170520.svn29036-11.8 is installed
OR texlive-asymptote-bin-2017.20170520.svn43843-11.8 is installed
OR texlive-authorindex-bin-2017.20170520.svn18790-11.8 is installed
OR texlive-autosp-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-biber-bin-2017.20170520.svn42679-11.8 is installed
OR texlive-bibexport-bin-2017.20170520.svn16219-11.8 is installed
OR texlive-bibtex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-bibtex8-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-bibtexu-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-bin-devel-2017.20170520-11.8 is installed
OR texlive-bundledoc-bin-2017.20170520.svn17794-11.8 is installed
OR texlive-cachepic-bin-2017.20170520.svn15543-11.8 is installed
OR texlive-checkcites-bin-2017.20170520.svn25623-11.8 is installed
OR texlive-checklistings-bin-2017.20170520.svn38300-11.8 is installed
OR texlive-chktex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-cjk-gs-integrate-bin-2017.20170520.svn37223-11.8 is installed
OR texlive-cjkutils-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-context-bin-2017.20170520.svn34112-11.8 is installed
OR texlive-convbkmk-bin-2017.20170520.svn30408-11.8 is installed
OR texlive-crossrefware-bin-2017.20170520.svn43866-11.8 is installed
OR texlive-cslatex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-csplain-bin-2017.20170520.svn33902-11.8 is installed
OR texlive-ctanify-bin-2017.20170520.svn24061-11.8 is installed
OR texlive-ctanupload-bin-2017.20170520.svn23866-11.8 is installed
OR texlive-ctie-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-cweb-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-cyrillic-bin-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-de-macro-bin-2017.20170520.svn17399-11.8 is installed
OR texlive-detex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-diadia-bin-2017.20170520.svn37645-11.8 is installed
OR texlive-dosepsbin-bin-2017.20170520.svn24759-11.8 is installed
OR texlive-dtl-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dtxgen-bin-2017.20170520.svn29031-11.8 is installed
OR texlive-dviasm-bin-2017.20170520.svn8329-11.8 is installed
OR texlive-dvicopy-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvidvi-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dviinfox-bin-2017.20170520.svn44515-11.8 is installed
OR texlive-dviljk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvipdfmx-bin-2017.20170520.svn40273-11.8 is installed
OR texlive-dvipng-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvipos-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvips-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-dvisvgm-bin-2017.20170520.svn40987-11.8 is installed
OR texlive-ebong-bin-2017.20170520.svn21000-11.8 is installed
OR texlive-eplain-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-epspdf-bin-2017.20170520.svn29050-11.8 is installed
OR texlive-epstopdf-bin-2017.20170520.svn18336-11.8 is installed
OR texlive-exceltex-bin-2017.20170520.svn25860-11.8 is installed
OR texlive-fig4latex-bin-2017.20170520.svn14752-11.8 is installed
OR texlive-findhyph-bin-2017.20170520.svn14758-11.8 is installed
OR texlive-fontinst-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-fontools-bin-2017.20170520.svn25997-11.8 is installed
OR texlive-fontware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-fragmaster-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-getmap-bin-2017.20170520.svn34971-11.8 is installed
OR texlive-glossaries-bin-2017.20170520.svn37813-11.8 is installed
OR texlive-gregoriotex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-gsftopk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-jadetex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-kotex-utils-bin-2017.20170520.svn32101-11.8 is installed
OR texlive-kpathsea-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-kpathsea-devel-6.2.3-11.8 is installed
OR texlive-lacheck-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-latex-bin-bin-2017.20170520.svn14050-11.8 is installed
OR texlive-latex-git-log-bin-2017.20170520.svn30983-11.8 is installed
OR texlive-latex-papersize-bin-2017.20170520.svn42296-11.8 is installed
OR texlive-latex2man-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-latex2nemeth-bin-2017.20170520.svn42300-11.8 is installed
OR texlive-latexdiff-bin-2017.20170520.svn16420-11.8 is installed
OR texlive-latexfileversion-bin-2017.20170520.svn25012-11.8 is installed
OR texlive-latexindent-bin-2017.20170520.svn32150-11.8 is installed
OR texlive-latexmk-bin-2017.20170520.svn10937-11.8 is installed
OR texlive-latexpand-bin-2017.20170520.svn27025-11.8 is installed
OR texlive-lcdftypetools-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-lilyglyphs-bin-2017.20170520.svn31696-11.8 is installed
OR texlive-listbib-bin-2017.20170520.svn26126-11.8 is installed
OR texlive-listings-ext-bin-2017.20170520.svn15093-11.8 is installed
OR texlive-lollipop-bin-2017.20170520.svn41465-11.8 is installed
OR texlive-ltxfileinfo-bin-2017.20170520.svn29005-11.8 is installed
OR texlive-ltximg-bin-2017.20170520.svn32346-11.8 is installed
OR texlive-lua2dox-bin-2017.20170520.svn29053-11.8 is installed
OR texlive-luaotfload-bin-2017.20170520.svn34647-11.8 is installed
OR texlive-luatex-bin-2017.20170520.svn44549-11.8 is installed
OR texlive-lwarp-bin-2017.20170520.svn43292-11.8 is installed
OR texlive-m-tx-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-make4ht-bin-2017.20170520.svn37750-11.8 is installed
OR texlive-makedtx-bin-2017.20170520.svn38769-11.8 is installed
OR texlive-makeindex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-match_parens-bin-2017.20170520.svn23500-11.8 is installed
OR texlive-mathspic-bin-2017.20170520.svn23661-11.8 is installed
OR texlive-metafont-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-metapost-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-mex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-mf2pt1-bin-2017.20170520.svn23406-11.8 is installed
OR texlive-mflua-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-mfware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-mkgrkindex-bin-2017.20170520.svn14428-11.8 is installed
OR texlive-mkjobtexmf-bin-2017.20170520.svn8457-11.8 is installed
OR texlive-mkpic-bin-2017.20170520.svn33688-11.8 is installed
OR texlive-mltex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-mptopdf-bin-2017.20170520.svn18674-11.8 is installed
OR texlive-multibibliography-bin-2017.20170520.svn30534-11.8 is installed
OR texlive-musixtex-bin-2017.20170520.svn37026-11.8 is installed
OR texlive-musixtnt-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-omegaware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-patgen-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pax-bin-2017.20170520.svn10843-11.8 is installed
OR texlive-pdfbook2-bin-2017.20170520.svn37537-11.8 is installed
OR texlive-pdfcrop-bin-2017.20170520.svn14387-11.8 is installed
OR texlive-pdfjam-bin-2017.20170520.svn17868-11.8 is installed
OR texlive-pdflatexpicscale-bin-2017.20170520.svn41779-11.8 is installed
OR texlive-pdftex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pdftools-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pdfxup-bin-2017.20170520.svn40690-11.8 is installed
OR texlive-pedigree-perl-bin-2017.20170520.svn25962-11.8 is installed
OR texlive-perltex-bin-2017.20170520.svn16181-11.8 is installed
OR texlive-petri-nets-bin-2017.20170520.svn39165-11.8 is installed
OR texlive-pfarrei-bin-2017.20170520.svn29348-11.8 is installed
OR texlive-pkfix-bin-2017.20170520.svn13364-11.8 is installed
OR texlive-pkfix-helper-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-platex-bin-2017.20170520.svn22859-11.8 is installed
OR texlive-pmx-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pmxchords-bin-2017.20170520.svn32405-11.8 is installed
OR texlive-ps2pk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-pst-pdf-bin-2017.20170520.svn7838-11.8 is installed
OR texlive-pst2pdf-bin-2017.20170520.svn29333-11.8 is installed
OR texlive-pstools-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-ptex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-ptex-fontmaps-bin-2017.20170520.svn44206-11.8 is installed
OR texlive-ptex2pdf-bin-2017.20170520.svn29335-11.8 is installed
OR texlive-ptexenc-devel-1.3.5-11.8 is installed
OR texlive-purifyeps-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-pygmentex-bin-2017.20170520.svn34996-11.8 is installed
OR texlive-pythontex-bin-2017.20170520.svn31638-11.8 is installed
OR texlive-rubik-bin-2017.20170520.svn32919-11.8 is installed
OR texlive-seetexk-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-splitindex-bin-2017.20170520.svn29688-11.8 is installed
OR texlive-srcredact-bin-2017.20170520.svn38710-11.8 is installed
OR texlive-sty2dtx-bin-2017.20170520.svn21215-11.8 is installed
OR texlive-svn-multi-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-synctex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-synctex-devel-1.18-11.8 is installed
OR texlive-tetex-bin-2017.20170520.svn43957-11.8 is installed
OR texlive-tex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-tex4ebook-bin-2017.20170520.svn37771-11.8 is installed
OR texlive-tex4ht-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-texconfig-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-texcount-bin-2017.20170520.svn13013-11.8 is installed
OR texlive-texdef-bin-2017.20170520.svn21802-11.8 is installed
OR texlive-texdiff-bin-2017.20170520.svn15506-11.8 is installed
OR texlive-texdirflatten-bin-2017.20170520.svn12782-11.8 is installed
OR texlive-texdoc-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-texfot-bin-2017.20170520.svn33155-11.8 is installed
OR texlive-texliveonfly-bin-2017.20170520.svn24062-11.8 is installed
OR texlive-texloganalyser-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-texlua-devel-5.2.4-11.8 is installed
OR texlive-texluajit-devel-2.1.0beta2-11.8 is installed
OR texlive-texosquery-bin-2017.20170520.svn43596-11.8 is installed
OR texlive-texsis-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-texware-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-thumbpdf-bin-2017.20170520.svn6898-11.8 is installed
OR texlive-tie-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-tpic2pdftex-bin-2017.20170520.svn29741-11.8 is installed
OR texlive-ttfutils-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-typeoutfileinfo-bin-2017.20170520.svn25648-11.8 is installed
OR texlive-ulqda-bin-2017.20170520.svn13663-11.8 is installed
OR texlive-uplatex-bin-2017.20170520.svn26326-11.8 is installed
OR texlive-uptex-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-urlbst-bin-2017.20170520.svn23262-11.8 is installed
OR texlive-velthuis-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-vlna-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-vpe-bin-2017.20170520.svn6897-11.8 is installed
OR texlive-web-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-xdvi-bin-2017.20170520.svn44143-11.8 is installed
OR texlive-xetex-bin-2017.20170520.svn44361-11.8 is installed
OR texlive-xmltex-bin-2017.20170520.svn3006-11.8 is installed
OR texlive-yplan-bin-2017.20170520.svn34398-11.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
git-2.16.4-3.9 is installed
OR git-arch-2.16.4-3.9 is installed
OR git-cvs-2.16.4-3.9 is installed
OR git-daemon-2.16.4-3.9 is installed
OR git-doc-2.16.4-3.9 is installed
OR git-email-2.16.4-3.9 is installed
OR git-gui-2.16.4-3.9 is installed
OR git-svn-2.16.4-3.9 is installed
OR git-web-2.16.4-3.9 is installed
OR gitk-2.16.4-3.9 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.41-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.41-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.41-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.41-46 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-livepatch-4_12_14-25_6-default-6-2 is installed
OR kernel-livepatch-SLE15_Update_2-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
python-2.7.14-7.6 is installed
OR python-demo-2.7.14-7.6 is installed
OR python-doc-2.7.14-7.6 is installed
OR python-doc-pdf-2.7.14-7.6 is installed
OR python-idle-2.7.14-7.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.61-52.101 is installed
OR kernel-ec2-devel-3.12.61-52.101 is installed
OR kernel-ec2-extra-3.12.61-52.101 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-33 is installed
OR php5-5.5.14-33 is installed
OR php5-bcmath-5.5.14-33 is installed
OR php5-bz2-5.5.14-33 is installed
OR php5-calendar-5.5.14-33 is installed
OR php5-ctype-5.5.14-33 is installed
OR php5-curl-5.5.14-33 is installed
OR php5-dba-5.5.14-33 is installed
OR php5-dom-5.5.14-33 is installed
OR php5-enchant-5.5.14-33 is installed
OR php5-exif-5.5.14-33 is installed
OR php5-fastcgi-5.5.14-33 is installed
OR php5-fileinfo-5.5.14-33 is installed
OR php5-fpm-5.5.14-33 is installed
OR php5-ftp-5.5.14-33 is installed
OR php5-gd-5.5.14-33 is installed
OR php5-gettext-5.5.14-33 is installed
OR php5-gmp-5.5.14-33 is installed
OR php5-iconv-5.5.14-33 is installed
OR php5-intl-5.5.14-33 is installed
OR php5-json-5.5.14-33 is installed
OR php5-ldap-5.5.14-33 is installed
OR php5-mbstring-5.5.14-33 is installed
OR php5-mcrypt-5.5.14-33 is installed
OR php5-mysql-5.5.14-33 is installed
OR php5-odbc-5.5.14-33 is installed
OR php5-opcache-5.5.14-33 is installed
OR php5-openssl-5.5.14-33 is installed
OR php5-pcntl-5.5.14-33 is installed
OR php5-pdo-5.5.14-33 is installed
OR php5-pear-5.5.14-33 is installed
OR php5-pgsql-5.5.14-33 is installed
OR php5-posix-5.5.14-33 is installed
OR php5-pspell-5.5.14-33 is installed
OR php5-shmop-5.5.14-33 is installed
OR php5-snmp-5.5.14-33 is installed
OR php5-soap-5.5.14-33 is installed
OR php5-sockets-5.5.14-33 is installed
OR php5-sqlite-5.5.14-33 is installed
OR php5-suhosin-5.5.14-33 is installed
OR php5-sysvmsg-5.5.14-33 is installed
OR php5-sysvsem-5.5.14-33 is installed
OR php5-sysvshm-5.5.14-33 is installed
OR php5-tokenizer-5.5.14-33 is installed
OR php5-wddx-5.5.14-33 is installed
OR php5-xmlreader-5.5.14-33 is installed
OR php5-xmlrpc-5.5.14-33 is installed
OR php5-xmlwriter-5.5.14-33 is installed
OR php5-xsl-5.5.14-33 is installed
OR php5-zip-5.5.14-33 is installed
OR php5-zlib-5.5.14-33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.9.0esr-71 is installed
OR MozillaFirefox-translations-45.9.0esr-71 is installed
OR libfreebl3-3.29.5-46 is installed
OR libsoftokn3-3.29.5-46 is installed
OR mozilla-nspr-4.13.1-32 is installed
OR mozilla-nss-3.29.5-46 is installed
OR mozilla-nss-tools-3.29.5-46 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
apache2-2.2.10-2.23.22 is installed
OR apache2-doc-2.2.10-2.23.22 is installed
OR apache2-example-pages-2.2.10-2.23.22 is installed
OR apache2-prefork-2.2.10-2.23.22 is installed
OR apache2-utils-2.2.10-2.23.22 is installed
OR apache2-worker-2.2.10-2.23.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
apache2-2.2.10-2.23.22 is installed
OR apache2-doc-2.2.10-2.23.22 is installed
OR apache2-example-pages-2.2.10-2.23.22 is installed
OR apache2-prefork-2.2.10-2.23.22 is installed
OR apache2-utils-2.2.10-2.23.22 is installed
OR apache2-worker-2.2.10-2.23.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
perl-5.10.0-64.55 is installed
OR perl-32bit-5.10.0-64.55 is installed
OR perl-base-5.10.0-64.55 is installed
OR perl-doc-5.10.0-64.55 is installed
OR perl-x86-5.10.0-64.55 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
perl-5.10.0-64.55 is installed
OR perl-32bit-5.10.0-64.55 is installed
OR perl-base-5.10.0-64.55 is installed
OR perl-doc-5.10.0-64.55 is installed
OR perl-x86-5.10.0-64.55 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
perl-5.10.0-64.55 is installed
OR perl-32bit-5.10.0-64.55 is installed
OR perl-base-5.10.0-64.55 is installed
OR perl-doc-5.10.0-64.55 is installed
OR perl-x86-5.10.0-64.55 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.8.0esr-0.3 is installed
OR MozillaFirefox-translations-24.8.0esr-0.3 is installed
OR libfreebl3-3.16.4-0.3 is installed
OR libfreebl3-32bit-3.16.4-0.3 is installed
OR mozilla-nspr-4.10.7-0.3 is installed
OR mozilla-nspr-32bit-4.10.7-0.3 is installed
OR mozilla-nss-3.16.4-0.3 is installed
OR mozilla-nss-32bit-3.16.4-0.3 is installed
OR mozilla-nss-tools-3.16.4-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA 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 mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-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 Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA 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 mozilla-nspr-4.9.4-0.3 is installed
OR mozilla-nspr-32bit-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
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND kbd-1.14.1-16.31 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
bash-3.2-147.22 is installed
OR bash-doc-3.2-147.22 is installed
OR bash-x86-3.2-147.22 is installed
OR libreadline5-5.2-147.22 is installed
OR libreadline5-32bit-5.2-147.22 is installed
OR libreadline5-x86-5.2-147.22 is installed
OR readline-doc-5.2-147.22 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bash-3.2-147.22 is installed
OR bash-doc-3.2-147.22 is installed
OR bash-x86-3.2-147.22 is installed
OR libreadline5-5.2-147.22 is installed
OR libreadline5-32bit-5.2-147.22 is installed
OR libreadline5-x86-5.2-147.22 is installed
OR readline-doc-5.2-147.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
bash-3.2-147.22 is installed
OR bash-doc-3.2-147.22 is installed
OR bash-x86-3.2-147.22 is installed
OR libreadline5-5.2-147.22 is installed
OR libreadline5-32bit-5.2-147.22 is installed
OR libreadline5-x86-5.2-147.22 is installed
OR readline-doc-5.2-147.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bash-3.2-147.22 is installed
OR bash-doc-3.2-147.22 is installed
OR bash-x86-3.2-147.22 is installed
OR libreadline5-5.2-147.22 is installed
OR libreadline5-32bit-5.2-147.22 is installed
OR libreadline5-x86-5.2-147.22 is installed
OR readline-doc-5.2-147.22 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
bash-3.2-147.22 is installed
OR bash-doc-3.2-147.22 is installed
OR bash-x86-3.2-147.22 is installed
OR libreadline5-5.2-147.22 is installed
OR libreadline5-32bit-5.2-147.22 is installed
OR libreadline5-x86-5.2-147.22 is installed
OR readline-doc-5.2-147.22 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_14-18 is installed
OR xen-doc-html-4.2.5_14-18 is installed
OR xen-doc-pdf-4.2.5_14-18 is installed
OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
OR xen-libs-4.2.5_14-18 is installed
OR xen-libs-32bit-4.2.5_14-18 is installed
OR xen-tools-4.2.5_14-18 is installed
OR xen-tools-domU-4.2.5_14-18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
cpp43-4.3.4_20091019-37.9 is installed
OR gcc43-4.3.4_20091019-37.9 is installed
OR gcc43-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-c++-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-info-4.3.4_20091019-37.9 is installed
OR gcc43-locale-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-37.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
cpp43-4.3.4_20091019-37.9 is installed
OR gcc43-4.3.4_20091019-37.9 is installed
OR gcc43-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-c++-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-info-4.3.4_20091019-37.9 is installed
OR gcc43-locale-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-37.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
cpp43-4.3.4_20091019-37.9 is installed
OR gcc43-4.3.4_20091019-37.9 is installed
OR gcc43-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-c++-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-info-4.3.4_20091019-37.9 is installed
OR gcc43-locale-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-37.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
cpp43-4.3.4_20091019-37.9 is installed
OR gcc43-4.3.4_20091019-37.9 is installed
OR gcc43-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-c++-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-4.3.4_20091019-37.9 is installed
OR gcc43-fortran-32bit-4.3.4_20091019-37.9 is installed
OR gcc43-info-4.3.4_20091019-37.9 is installed
OR gcc43-locale-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-4.3.4_20091019-37.9 is installed
OR libstdc++43-devel-32bit-4.3.4_20091019-37.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-3.0.101-0.47.106.50 is installed
OR kernel-default-base-3.0.101-0.47.106.50 is installed
OR kernel-default-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-man-3.0.101-0.47.106.50 is installed
OR kernel-ec2-3.0.101-0.47.106.50 is installed
OR kernel-ec2-base-3.0.101-0.47.106.50 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.50 is installed
OR kernel-pae-3.0.101-0.47.106.50 is installed
OR kernel-pae-base-3.0.101-0.47.106.50 is installed
OR kernel-pae-devel-3.0.101-0.47.106.50 is installed
OR kernel-source-3.0.101-0.47.106.50 is installed
OR kernel-syms-3.0.101-0.47.106.50 is installed
OR kernel-trace-3.0.101-0.47.106.50 is installed
OR kernel-trace-base-3.0.101-0.47.106.50 is installed
OR kernel-trace-devel-3.0.101-0.47.106.50 is installed
OR kernel-xen-3.0.101-0.47.106.50 is installed
OR kernel-xen-base-3.0.101-0.47.106.50 is installed
OR kernel-xen-devel-3.0.101-0.47.106.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-bigsmp-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-base-3.0.101-0.47.106.50 is installed
OR kernel-bigsmp-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-3.0.101-0.47.106.50 is installed
OR kernel-default-base-3.0.101-0.47.106.50 is installed
OR kernel-default-devel-3.0.101-0.47.106.50 is installed
OR kernel-default-man-3.0.101-0.47.106.50 is installed
OR kernel-ec2-3.0.101-0.47.106.50 is installed
OR kernel-ec2-base-3.0.101-0.47.106.50 is installed
OR kernel-ec2-devel-3.0.101-0.47.106.50 is installed
OR kernel-pae-3.0.101-0.47.106.50 is installed
OR kernel-pae-base-3.0.101-0.47.106.50 is installed
OR kernel-pae-devel-3.0.101-0.47.106.50 is installed
OR kernel-source-3.0.101-0.47.106.50 is installed
OR kernel-syms-3.0.101-0.47.106.50 is installed
OR kernel-trace-3.0.101-0.47.106.50 is installed
OR kernel-trace-base-3.0.101-0.47.106.50 is installed
OR kernel-trace-devel-3.0.101-0.47.106.50 is installed
OR kernel-xen-3.0.101-0.47.106.50 is installed
OR kernel-xen-base-3.0.101-0.47.106.50 is installed
OR kernel-xen-devel-3.0.101-0.47.106.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.8 is installed
OR libMagickCore1-6.4.3.6-7.78.8 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.8 is installed
OR libMagickCore1-6.4.3.6-7.78.8 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
bind-9.9.6P1-0.44 is installed
OR bind-chrootenv-9.9.6P1-0.44 is installed
OR bind-doc-9.9.6P1-0.44 is installed
OR bind-libs-9.9.6P1-0.44 is installed
OR bind-libs-32bit-9.9.6P1-0.44 is installed
OR bind-libs-x86-9.9.6P1-0.44 is installed
OR bind-utils-9.9.6P1-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
bind-9.9.6P1-0.44 is installed
OR bind-chrootenv-9.9.6P1-0.44 is installed
OR bind-doc-9.9.6P1-0.44 is installed
OR bind-libs-9.9.6P1-0.44 is installed
OR bind-libs-32bit-9.9.6P1-0.44 is installed
OR bind-libs-x86-9.9.6P1-0.44 is installed
OR bind-utils-9.9.6P1-0.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
elfutils-0.152-4.9 is installed
OR libasm1-0.152-4.9 is installed
OR libasm1-32bit-0.152-4.9 is installed
OR libdw1-0.152-4.9 is installed
OR libdw1-32bit-0.152-4.9 is installed
OR libdw1-x86-0.152-4.9 is installed
OR libebl1-0.152-4.9 is installed
OR libebl1-32bit-0.152-4.9 is installed
OR libebl1-x86-0.152-4.9 is installed
OR libelf1-0.152-4.9 is installed
OR libelf1-32bit-0.152-4.9 is installed
OR libelf1-x86-0.152-4.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND Package Information
curl-openssl1-7.19.7-1.55 is installed
OR libcurl4-openssl1-7.19.7-1.55 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.55 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
libarchive-3.1.2-9 is installed
OR libarchive13-3.1.2-9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
libarchive-3.1.2-9 is installed
OR libarchive13-3.1.2-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
libudisks2-0-2.1.3-1 is installed
OR udisks2-2.1.3-1 is installed
OR udisks2-lang-2.1.3-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libtiff5-4.0.6-31 is installed
OR libtiff5-32bit-4.0.6-31 is installed
OR tiff-4.0.6-31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libtiff5-4.0.6-31 is installed
OR libtiff5-32bit-4.0.6-31 is installed
OR tiff-4.0.6-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR alsa-docs-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND unrar-5.0.14-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND unrar-5.0.14-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_62-60_64_8-default-9-3 is installed
OR kgraft-patch-3_12_62-60_64_8-xen-9-3 is installed
OR kgraft-patch-SLE12-SP1_Update_8-9-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libpython3_4m1_0-3.4.1-12 is installed
OR python3-base-3.4.1-12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
cpio-2.11-35 is installed
OR cpio-lang-2.11-35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND apache2-mod_perl-2.0.8-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
evince-3.10.3-2.3 is installed
OR evince-lang-3.10.3-2.3 is installed
OR libevdocument3-4-3.10.3-2.3 is installed
OR libevview3-3-3.10.3-2.3 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-6-3 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_74-92_32-default-8-2 is installed
OR kgraft-patch-SLE12-SP2_Update_11-8-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libreoffice-5.0.2.2-13 is installed
OR libreoffice-base-5.0.2.2-13 is installed
OR libreoffice-base-drivers-mysql-5.0.2.2-13 is installed
OR libreoffice-base-drivers-postgresql-5.0.2.2-13 is installed
OR libreoffice-calc-5.0.2.2-13 is installed
OR libreoffice-calc-extensions-5.0.2.2-13 is installed
OR libreoffice-draw-5.0.2.2-13 is installed
OR libreoffice-filters-optional-5.0.2.2-13 is installed
OR libreoffice-gnome-5.0.2.2-13 is installed
OR libreoffice-icon-theme-tango-5.0.2.2-13 is installed
OR libreoffice-impress-5.0.2.2-13 is installed
OR libreoffice-l10n-af-5.0.2.2-13 is installed
OR libreoffice-l10n-ar-5.0.2.2-13 is installed
OR libreoffice-l10n-ca-5.0.2.2-13 is installed
OR libreoffice-l10n-cs-5.0.2.2-13 is installed
OR libreoffice-l10n-da-5.0.2.2-13 is installed
OR libreoffice-l10n-de-5.0.2.2-13 is installed
OR libreoffice-l10n-en-5.0.2.2-13 is installed
OR libreoffice-l10n-es-5.0.2.2-13 is installed
OR libreoffice-l10n-fi-5.0.2.2-13 is installed
OR libreoffice-l10n-fr-5.0.2.2-13 is installed
OR libreoffice-l10n-gu-5.0.2.2-13 is installed
OR libreoffice-l10n-hi-5.0.2.2-13 is installed
OR libreoffice-l10n-hu-5.0.2.2-13 is installed
OR libreoffice-l10n-it-5.0.2.2-13 is installed
OR libreoffice-l10n-ja-5.0.2.2-13 is installed
OR libreoffice-l10n-ko-5.0.2.2-13 is installed
OR libreoffice-l10n-nb-5.0.2.2-13 is installed
OR libreoffice-l10n-nl-5.0.2.2-13 is installed
OR libreoffice-l10n-nn-5.0.2.2-13 is installed
OR libreoffice-l10n-pl-5.0.2.2-13 is installed
OR libreoffice-l10n-pt-BR-5.0.2.2-13 is installed
OR libreoffice-l10n-pt-PT-5.0.2.2-13 is installed
OR libreoffice-l10n-ru-5.0.2.2-13 is installed
OR libreoffice-l10n-sk-5.0.2.2-13 is installed
OR libreoffice-l10n-sv-5.0.2.2-13 is installed
OR libreoffice-l10n-xh-5.0.2.2-13 is installed
OR libreoffice-l10n-zh-Hans-5.0.2.2-13 is installed
OR libreoffice-l10n-zh-Hant-5.0.2.2-13 is installed
OR libreoffice-l10n-zu-5.0.2.2-13 is installed
OR libreoffice-mailmerge-5.0.2.2-13 is installed
OR libreoffice-math-5.0.2.2-13 is installed
OR libreoffice-officebean-5.0.2.2-13 is installed
OR libreoffice-pyuno-5.0.2.2-13 is installed
OR libreoffice-writer-5.0.2.2-13 is installed
OR libreoffice-writer-extensions-5.0.2.2-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND telepathy-gabble-0.18.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libreoffice-5.2.5.1-42 is installed
OR libreoffice-base-5.2.5.1-42 is installed
OR libreoffice-base-drivers-mysql-5.2.5.1-42 is installed
OR libreoffice-base-drivers-postgresql-5.2.5.1-42 is installed
OR libreoffice-calc-5.2.5.1-42 is installed
OR libreoffice-calc-extensions-5.2.5.1-42 is installed
OR libreoffice-draw-5.2.5.1-42 is installed
OR libreoffice-filters-optional-5.2.5.1-42 is installed
OR libreoffice-gnome-5.2.5.1-42 is installed
OR libreoffice-icon-theme-galaxy-5.2.5.1-42 is installed
OR libreoffice-icon-theme-tango-5.2.5.1-42 is installed
OR libreoffice-impress-5.2.5.1-42 is installed
OR libreoffice-l10n-af-5.2.5.1-42 is installed
OR libreoffice-l10n-ar-5.2.5.1-42 is installed
OR libreoffice-l10n-bg-5.2.5.1-42 is installed
OR libreoffice-l10n-ca-5.2.5.1-42 is installed
OR libreoffice-l10n-cs-5.2.5.1-42 is installed
OR libreoffice-l10n-da-5.2.5.1-42 is installed
OR libreoffice-l10n-de-5.2.5.1-42 is installed
OR libreoffice-l10n-en-5.2.5.1-42 is installed
OR libreoffice-l10n-es-5.2.5.1-42 is installed
OR libreoffice-l10n-fi-5.2.5.1-42 is installed
OR libreoffice-l10n-fr-5.2.5.1-42 is installed
OR libreoffice-l10n-gu-5.2.5.1-42 is installed
OR libreoffice-l10n-hi-5.2.5.1-42 is installed
OR libreoffice-l10n-hr-5.2.5.1-42 is installed
OR libreoffice-l10n-hu-5.2.5.1-42 is installed
OR libreoffice-l10n-it-5.2.5.1-42 is installed
OR libreoffice-l10n-ja-5.2.5.1-42 is installed
OR libreoffice-l10n-ko-5.2.5.1-42 is installed
OR libreoffice-l10n-lt-5.2.5.1-42 is installed
OR libreoffice-l10n-nb-5.2.5.1-42 is installed
OR libreoffice-l10n-nl-5.2.5.1-42 is installed
OR libreoffice-l10n-nn-5.2.5.1-42 is installed
OR libreoffice-l10n-pl-5.2.5.1-42 is installed
OR libreoffice-l10n-pt_BR-5.2.5.1-42 is installed
OR libreoffice-l10n-pt_PT-5.2.5.1-42 is installed
OR libreoffice-l10n-ro-5.2.5.1-42 is installed
OR libreoffice-l10n-ru-5.2.5.1-42 is installed
OR libreoffice-l10n-sk-5.2.5.1-42 is installed
OR libreoffice-l10n-sv-5.2.5.1-42 is installed
OR libreoffice-l10n-uk-5.2.5.1-42 is installed
OR libreoffice-l10n-xh-5.2.5.1-42 is installed
OR libreoffice-l10n-zh_CN-5.2.5.1-42 is installed
OR libreoffice-l10n-zh_TW-5.2.5.1-42 is installed
OR libreoffice-l10n-zu-5.2.5.1-42 is installed
OR libreoffice-mailmerge-5.2.5.1-42 is installed
OR libreoffice-math-5.2.5.1-42 is installed
OR libreoffice-officebean-5.2.5.1-42 is installed
OR libreoffice-pyuno-5.2.5.1-42 is installed
OR libreoffice-writer-5.2.5.1-42 is installed
OR libreoffice-writer-extensions-5.2.5.1-42 is installed
OR libreofficekit-5.2.5.1-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND lcms-1.19-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
libraw-0.18.9-3.8 is installed
OR libraw-devel-0.18.9-3.8 is installed
OR libraw16-0.18.9-3.8 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 7 is installed
AND Package Information
nodejs-common-1.0-2 is installed
OR nodejs6-6.11.1-11.5 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud Crowbar 8 is installed
AND slf4j-1.7.12-3.3 is installed
|