Oval Definition:oval:org.opensuse.security:def:30492
Revision Date:2020-12-01Version:1
Title:Security update for Mozilla Firefox
Description:



MozillaFirefox was updated to 10.0.7ESR release, fixing a lot of bugs and security problems.

The following security issues have been addressed:

*

MFSA 2012-57: Mozilla developers identified and fixed several memory safety bugs in the browser engine used in Firefox and other Mozilla-based products. Some of these bugs showed evidence of memory corruption under certain circumstances, and we presume that with enough effort at least some of these could be exploited to run arbitrary code.

In general these flaws cannot be exploited through email in the Thunderbird and SeaMonkey products because scripting is disabled, but are potentially a risk in browser or browser-like contexts in those products.

*

CVE-2012-1971: Gary Kwong, Christian Holler, Jesse Ruderman, Steve Fink, Bob Clary, Andrew Sutherland, and Jason Smith reported memory safety problems and crashes that affect Firefox 14.

*

CVE-2012-1970: Gary Kwong, Christian Holler, Jesse Ruderman, John Schoenick, Vladimir Vukicevic and Daniel Holbert reported memory safety problems and crashes that affect Firefox ESR 10 and Firefox 14.

*

MFSA 2012-58: Security researcher Abhishek Arya (Inferno) of Google Chrome Security Team discovered a series of use-after-free issues using the Address Sanitizer tool. Many of these issues are potentially exploitable, allowing for remote code execution.

o Heap-use-after-free in nsHTMLEditor::CollapseAdjacentTextNodes CVE-2012-1972 o Heap-use-after-free in nsObjectLoadingContent::LoadObject CVE-2012-1973 o Heap-use-after-free in gfxTextRun::CanBreakLineBefore CVE-2012-1974 o Heap-use-after-free in PresShell::CompleteMove CVE-2012-1975 o Heap-use-after-free in nsHTMLSelectElement::SubmitNamesValues CVE-2012-1976 o Heap-use-after-free in MediaStreamGraphThreadRunnable::Run() CVE-2012-3956 o Heap-buffer-overflow in nsBlockFrame::MarkLineDirty CVE-2012-3957 o Heap-use-after-free in nsHTMLEditRules::DeleteNonTableElements CVE-2012-3958 o Heap-use-after-free in nsRangeUpdater::SelAdjDeleteNode CVE-2012-3959 o Heap-use-after-free in mozSpellChecker::SetCurrentDictionary CVE-2012-3960 o Heap-use-after-free in RangeData::~RangeData CVE-2012-3961 o Bad iterator in text runs CVE-2012-3962 o use after free in js::gc::MapAllocToTraceKind CVE-2012-3963 o Heap-use-after-free READ 8 in gfxTextRun::GetUserData CVE-2012-3964 *

MFSA 2012-59 / CVE-2012-1956: Security researcher Mariusz Mlynski reported that it is possible to shadow the location object using Object.defineProperty. This could be used to confuse the current location to plugins, allowing for possible cross-site scripting (XSS) attacks.

*

MFSA 2012-60 / CVE-2012-3965: Security researcher Mariusz Mlynski reported that when a page opens a new tab, a subsequent window can then be opened that can be navigated to about:newtab, a chrome privileged page. Once about:newtab is loaded, the special context can potentially be used to escalate privilege, allowing for arbitrary code execution on the local system in a maliciously crafted attack.

*

MFSA 2012-61 / CVE-2012-3966: Security researcher Frederic Hoguin reported two related issues with the decoding of bitmap (.BMP) format images embedded in icon (.ICO) format files. When processing a negative 'height' header value for the bitmap image, a memory corruption can be induced, allowing an attacker to write random memory and cause a crash. This crash may be potentially exploitable.

*

MFSA 2012-62: Security researcher miaubiz used the Address Sanitizer tool to discover two WebGL issues. The first issue is a use-after-free when WebGL shaders are called after being destroyed. The second issue exposes a problem with Mesa drivers on Linux, leading to a potentially exploitable crash.

o

use after free, webgl fragment shader deleted by accessor CVE-2012-3968

o

stack scribbling with 4-byte values choosable among a few values, when using more than 16 sampler uniforms, on Mesa, with all drivers CVE-2012-3967

*

MFSA 2012-63: Security researcher Arthur Gerkis used the Address Sanitizer tool to find two issues involving Scalable Vector Graphics (SVG) files. The first issue is a buffer overflow in Gecko's SVG filter code when the sum of two values is too large to be stored as a signed 32-bit integer, causing the function to write past the end of an array. The second issue is a use-after-free when an element with a 'requiredFeatures' attribute is moved between documents. In that situation, the internal representation of the 'requiredFeatures' value could be freed prematurely. Both issues are potentially exploitable.

o

Heap-buffer-overflow in nsSVGFEMorphologyElement::Filter CVE-2012-3969

o

Heap-use-after-free in nsTArray_base::Length() CVE-2012-3970

*

MFSA 2012-64 / CVE-2012-3971: Using the Address Sanitizer tool, Mozilla security researcher Christoph Diehl discovered two memory corruption issues involving the Graphite 2 library used in Mozilla products. Both of these issues can cause a potentially exploitable crash. These problems were fixed in the Graphite 2 library, which has been updated for Mozilla products.

*

MFSA 2012-65 / CVE-2012-3972: Security research Nicolas Gregoire used the Address Sanitizer tool to discover an out-of-bounds read in the format-number feature of XSLT, which can cause inaccurate formatting of numbers and information leakage. This is not directly exploitable.

*

MFSA 2012-66 / CVE-2012-3973: Mozilla security researcher Mark Goodwin discovered an issue with the Firefox developer tools' debugger. If remote debugging is disabled, but the experimental HTTPMonitor extension has been installed and enabled, a remote user can connect to and use the remote debugging service through the port used by HTTPMonitor. A remote-enabled flag has been added to resolve this problem and close the port unless debugging is explicitly enabled.

*

MFSA 2012-67 / CVE-2012-3974: Security researcher Masato Kinugawa reported that if a crafted executable is placed in the root partition on a Windows file system, the Firefox and Thunderbird installer will launch this program after a standard installation instead of Firefox or Thunderbird, running this program with the user's privileges.

*

MFSA 2012-68 / CVE-2012-3975: Security researcher vsemozhetbyt reported that when the DOMParser is used to parse text/html data in a Firefox extension, linked resources within this HTML data will be loaded. If the data being parsed in the extension is untrusted, it could lead to information leakage and can potentially be combined with other attacks to become exploitable.

*

MFSA 2012-69 / CVE-2012-3976: Security researcher Mark Poticha reported an issue where incorrect SSL certificate information can be displayed on the addressbar, showing the SSL data for a previous site while another has been loaded. This is caused by two onLocationChange events being fired out of the expected order, leading to the displayed certificate data to not be updated. This can be used for phishing attacks by allowing the user to input form or other data on a newer, attacking, site while the credentials of an older site appear on the addressbar.

*

MFSA 2012-70 / CVE-2012-3978: Mozilla security researcher moz_bug_r_a4 reported that certain security checks in the location object can be bypassed if chrome code is called content in a specific manner. This allowed for the loading of restricted content. This can be combined with other issues to become potentially exploitable.

*

MFSA 2012-71 / CVE-2012-3979: Mozilla developer Blake Kaplan reported that __android_log_print is called insecurely in places. If a malicious web page used a dump() statement with a specially crafted string, it can trigger a potentially exploitable crash.

This vulnerability only affects Firefox for Android.

*

MFSA 2012-72 / CVE-2012-3980: Security researcher Colby Russell discovered that eval in the web console can execute injected code with chrome privileges, leading to the running of malicious code in a privileged context. This allows for arbitrary code execution through a malicious web page if the web console is invoked by the user.

Family:unixClass:patch
Status:Reference(s):1024287
1027908
1032261
1038505
1053431
1055825
1056058
1057660
1060445
1061005
1061075
1061081
1061086
1063123
1065363
1068187
1068191
1085687
1095735
1110194
1128829
1128963
1154862
777588
935540
936844
938895
941939
967017
968222
979261
979906
983549
983638
983639
983643
983646
983651
983652
983653
983655
984006
985659
990592
CVE-2012-1956
CVE-2012-1970
CVE-2012-1971
CVE-2012-1972
CVE-2012-1973
CVE-2012-1974
CVE-2012-1975
CVE-2012-1976
CVE-2012-3956
CVE-2012-3957
CVE-2012-3958
CVE-2012-3959
CVE-2012-3960
CVE-2012-3961
CVE-2012-3962
CVE-2012-3963
CVE-2012-3964
CVE-2012-3965
CVE-2012-3966
CVE-2012-3967
CVE-2012-3968
CVE-2012-3969
CVE-2012-3970
CVE-2012-3971
CVE-2012-3972
CVE-2012-3973
CVE-2012-3974
CVE-2012-3975
CVE-2012-3976
CVE-2012-3978
CVE-2012-3979
CVE-2012-3980
CVE-2015-1931
CVE-2015-2590
CVE-2015-2601
CVE-2015-2621
CVE-2015-2625
CVE-2015-2632
CVE-2015-2637
CVE-2015-2638
CVE-2015-2664
CVE-2015-2808
CVE-2015-4000
CVE-2015-4731
CVE-2015-4732
CVE-2015-4733
CVE-2015-4748
CVE-2015-4749
CVE-2015-4760
CVE-2015-7560
CVE-2016-1000031
CVE-2016-2815
CVE-2016-2818
CVE-2016-2819
CVE-2016-2821
CVE-2016-2822
CVE-2016-2824
CVE-2016-2828
CVE-2016-2831
CVE-2016-2834
CVE-2016-4574
CVE-2016-4579
CVE-2016-9840
CVE-2016-9841
CVE-2016-9842
CVE-2016-9843
CVE-2017-10053
CVE-2017-10067
CVE-2017-10074
CVE-2017-10081
CVE-2017-10087
CVE-2017-10089
CVE-2017-10090
CVE-2017-10096
CVE-2017-10101
CVE-2017-10102
CVE-2017-10105
CVE-2017-10107
CVE-2017-10108
CVE-2017-10109
CVE-2017-10110
CVE-2017-10111
CVE-2017-10115
CVE-2017-10116
CVE-2017-10125
CVE-2017-10243
CVE-2017-1289
CVE-2017-15289
CVE-2017-15592
CVE-2017-15595
CVE-2017-15597
CVE-2017-2581
CVE-2017-3509
CVE-2017-3511
CVE-2017-3533
CVE-2017-3539
CVE-2017-3544
CVE-2017-3735
CVE-2017-5715
CVE-2017-7793
CVE-2017-7805
CVE-2017-7810
CVE-2017-7814
CVE-2017-7818
CVE-2017-7819
CVE-2017-7823
CVE-2017-7824
CVE-2017-7825
CVE-2018-18384
CVE-2018-5146
CVE-2019-17498
SUSE-SU-2015:1509-1
SUSE-SU-2016:1799-1
SUSE-SU-2017:1387-1
SUSE-SU-2017:2281-1
SUSE-SU-2017:2872-2
SUSE-SU-2019:14044-1
Platform(s):openSUSE Leap 15.0
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 Desktop 12 SP4
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-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 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-TERADATA
SUSE Linux Enterprise Server 12 SP4
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-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
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-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND binutils-2.29.1-lp150.4 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND dnsmasq-2.76-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • strongswan-4.4.0-6.21 is installed
  • OR strongswan-doc-4.4.0-6.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • acroread-9.5.5-0.5.5 is installed
  • OR acroread-cmaps-9.4.6-0.4.5 is installed
  • OR acroread-fonts-ja-9.4.6-0.4.5 is installed
  • OR acroread-fonts-ko-9.4.6-0.4.5 is installed
  • OR acroread-fonts-zh_CN-9.4.6-0.4.5 is installed
  • OR acroread-fonts-zh_TW-9.4.6-0.4.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libfreebl3-3.19.2.2-22 is installed
  • OR libfreebl3-32bit-3.19.2.2-22 is installed
  • OR libsoftokn3-3.19.2.2-22 is installed
  • OR libsoftokn3-32bit-3.19.2.2-22 is installed
  • OR mozilla-nss-3.19.2.2-22 is installed
  • OR mozilla-nss-32bit-3.19.2.2-22 is installed
  • OR mozilla-nss-tools-3.19.2.2-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • curl-7.37.0-15 is installed
  • OR libcurl4-7.37.0-15 is installed
  • OR libcurl4-32bit-7.37.0-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-33 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-33 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-33 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-33 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-33 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • java-1_7_0-openjdk-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • bind-libs-9.9.9P1-62 is installed
  • OR bind-libs-32bit-9.9.9P1-62 is installed
  • OR bind-utils-9.9.9P1-62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.222-27.35 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • ruby2.1-rubygem-passenger-5.0.18-12.5 is installed
  • OR rubygem-passenger-5.0.18-12.5 is installed
  • OR rubygem-passenger-apache2-5.0.18-12.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-paramiko-1.15.2-2.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-30 is installed
  • OR php5-5.5.14-30 is installed
  • OR php5-bcmath-5.5.14-30 is installed
  • OR php5-bz2-5.5.14-30 is installed
  • OR php5-calendar-5.5.14-30 is installed
  • OR php5-ctype-5.5.14-30 is installed
  • OR php5-curl-5.5.14-30 is installed
  • OR php5-dba-5.5.14-30 is installed
  • OR php5-dom-5.5.14-30 is installed
  • OR php5-enchant-5.5.14-30 is installed
  • OR php5-exif-5.5.14-30 is installed
  • OR php5-fastcgi-5.5.14-30 is installed
  • OR php5-fileinfo-5.5.14-30 is installed
  • OR php5-fpm-5.5.14-30 is installed
  • OR php5-ftp-5.5.14-30 is installed
  • OR php5-gd-5.5.14-30 is installed
  • OR php5-gettext-5.5.14-30 is installed
  • OR php5-gmp-5.5.14-30 is installed
  • OR php5-iconv-5.5.14-30 is installed
  • OR php5-intl-5.5.14-30 is installed
  • OR php5-json-5.5.14-30 is installed
  • OR php5-ldap-5.5.14-30 is installed
  • OR php5-mbstring-5.5.14-30 is installed
  • OR php5-mcrypt-5.5.14-30 is installed
  • OR php5-mysql-5.5.14-30 is installed
  • OR php5-odbc-5.5.14-30 is installed
  • OR php5-openssl-5.5.14-30 is installed
  • OR php5-pcntl-5.5.14-30 is installed
  • OR php5-pdo-5.5.14-30 is installed
  • OR php5-pear-5.5.14-30 is installed
  • OR php5-pgsql-5.5.14-30 is installed
  • OR php5-pspell-5.5.14-30 is installed
  • OR php5-shmop-5.5.14-30 is installed
  • OR php5-snmp-5.5.14-30 is installed
  • OR php5-soap-5.5.14-30 is installed
  • OR php5-sockets-5.5.14-30 is installed
  • OR php5-sqlite-5.5.14-30 is installed
  • OR php5-suhosin-5.5.14-30 is installed
  • OR php5-sysvmsg-5.5.14-30 is installed
  • OR php5-sysvsem-5.5.14-30 is installed
  • OR php5-sysvshm-5.5.14-30 is installed
  • OR php5-tokenizer-5.5.14-30 is installed
  • OR php5-wddx-5.5.14-30 is installed
  • OR php5-xmlreader-5.5.14-30 is installed
  • OR php5-xmlrpc-5.5.14-30 is installed
  • OR php5-xmlwriter-5.5.14-30 is installed
  • OR php5-xsl-5.5.14-30 is installed
  • OR php5-zip-5.5.14-30 is installed
  • OR php5-zlib-5.5.14-30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • evolution-data-server-2.24.1.1-11.12 is installed
  • OR evolution-data-server-32bit-2.24.1.1-11.12 is installed
  • OR evolution-data-server-lang-2.24.1.1-11.12 is installed
  • OR evolution-data-server-x86-2.24.1.1-11.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • evolution-data-server-2.24.1.1-11.12 is installed
  • OR evolution-data-server-32bit-2.24.1.1-11.12 is installed
  • OR evolution-data-server-lang-2.24.1.1-11.12 is installed
  • OR evolution-data-server-x86-2.24.1.1-11.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • expat-2.0.1-88.34 is installed
  • OR libexpat1-2.0.1-88.34 is installed
  • OR libexpat1-32bit-2.0.1-88.34 is installed
  • OR libexpat1-x86-2.0.1-88.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • expat-2.0.1-88.34 is installed
  • OR libexpat1-2.0.1-88.34 is installed
  • OR libexpat1-32bit-2.0.1-88.34 is installed
  • OR libexpat1-x86-2.0.1-88.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • expat-2.0.1-88.34 is installed
  • OR libexpat1-2.0.1-88.34 is installed
  • OR libexpat1-32bit-2.0.1-88.34 is installed
  • OR libexpat1-x86-2.0.1-88.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • expat-2.0.1-88.34 is installed
  • OR libexpat1-2.0.1-88.34 is installed
  • OR libexpat1-32bit-2.0.1-88.34 is installed
  • OR libexpat1-x86-2.0.1-88.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • pcsc-ccid-1.3.8-3.15 is installed
  • OR pcsc-lite-1.4.102-1.37 is installed
  • OR pcsc-lite-32bit-1.4.102-1.37 is installed
  • OR pcsc-lite-x86-1.4.102-1.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • pcsc-ccid-1.3.8-3.15 is installed
  • OR pcsc-lite-1.4.102-1.37 is installed
  • OR pcsc-lite-32bit-1.4.102-1.37 is installed
  • OR pcsc-lite-x86-1.4.102-1.37 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • pcsc-ccid-1.3.8-3.15 is installed
  • OR pcsc-lite-1.4.102-1.37 is installed
  • OR pcsc-lite-32bit-1.4.102-1.37 is installed
  • OR pcsc-lite-x86-1.4.102-1.37 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND cron-4.1-194.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • SDL-1.2.13-106.11 is installed
  • OR SDL-32bit-1.2.13-106.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • SDL-1.2.13-106.11 is installed
  • OR SDL-32bit-1.2.13-106.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • MozillaFirefox-17.0.9esr-0.3 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.7-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.7-0.3 is installed
  • OR libfreebl3-3.13.6-0.5 is installed
  • OR libfreebl3-32bit-3.13.6-0.5 is installed
  • OR libfreebl3-x86-3.13.6-0.5 is installed
  • OR mozilla-nspr-4.9.2-0.6 is installed
  • OR mozilla-nspr-32bit-4.9.2-0.6 is installed
  • OR mozilla-nspr-x86-4.9.2-0.6 is installed
  • OR mozilla-nss-3.13.6-0.5 is installed
  • OR mozilla-nss-32bit-3.13.6-0.5 is installed
  • OR mozilla-nss-tools-3.13.6-0.5 is installed
  • OR mozilla-nss-x86-3.13.6-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.7-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.7-0.3 is installed
  • OR libfreebl3-3.13.6-0.5 is installed
  • OR libfreebl3-32bit-3.13.6-0.5 is installed
  • OR libfreebl3-x86-3.13.6-0.5 is installed
  • OR mozilla-nspr-4.9.2-0.6 is installed
  • OR mozilla-nspr-32bit-4.9.2-0.6 is installed
  • OR mozilla-nspr-x86-4.9.2-0.6 is installed
  • OR mozilla-nss-3.13.6-0.5 is installed
  • OR mozilla-nss-32bit-3.13.6-0.5 is installed
  • OR mozilla-nss-tools-3.13.6-0.5 is installed
  • OR mozilla-nss-x86-3.13.6-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.7-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.7-0.3 is installed
  • OR libfreebl3-3.13.6-0.5 is installed
  • OR libfreebl3-32bit-3.13.6-0.5 is installed
  • OR libfreebl3-x86-3.13.6-0.5 is installed
  • OR mozilla-nspr-4.9.2-0.6 is installed
  • OR mozilla-nspr-32bit-4.9.2-0.6 is installed
  • OR mozilla-nspr-x86-4.9.2-0.6 is installed
  • OR mozilla-nss-3.13.6-0.5 is installed
  • OR mozilla-nss-32bit-3.13.6-0.5 is installed
  • OR mozilla-nss-tools-3.13.6-0.5 is installed
  • OR mozilla-nss-x86-3.13.6-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • java-1_4_2-ibm-1.4.2_sr13.10-0.4 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13.10-0.4 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13.10-0.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libvirt-1.0.5.9-0.9 is installed
  • OR libvirt-client-1.0.5.9-0.9 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.9 is installed
  • OR libvirt-doc-1.0.5.9-0.9 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
  • OR libvirt-python-1.0.5.9-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libvirt-1.0.5.9-0.9 is installed
  • OR libvirt-client-1.0.5.9-0.9 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.9 is installed
  • OR libvirt-doc-1.0.5.9-0.9 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
  • OR libvirt-python-1.0.5.9-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libvirt-1.0.5.9-0.9 is installed
  • OR libvirt-client-1.0.5.9-0.9 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.9 is installed
  • OR libvirt-doc-1.0.5.9-0.9 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
  • OR libvirt-python-1.0.5.9-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libvirt-1.0.5.9-0.9 is installed
  • OR libvirt-client-1.0.5.9-0.9 is installed
  • OR libvirt-client-32bit-1.0.5.9-0.9 is installed
  • OR libvirt-doc-1.0.5.9-0.9 is installed
  • OR libvirt-lock-sanlock-1.0.5.9-0.9 is installed
  • OR libvirt-python-1.0.5.9-0.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • NetworkManager-0.7.1_git20090811-3.28 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.29 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.29 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-default-3.0.101-0.47.106.29 is installed
  • OR kernel-default-base-3.0.101-0.47.106.29 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-default-man-3.0.101-0.47.106.29 is installed
  • OR kernel-ec2-3.0.101-0.47.106.29 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.29 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-pae-3.0.101-0.47.106.29 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.29 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-source-3.0.101-0.47.106.29 is installed
  • OR kernel-syms-3.0.101-0.47.106.29 is installed
  • OR kernel-trace-3.0.101-0.47.106.29 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.29 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-xen-3.0.101-0.47.106.29 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.29 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.29 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.29 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.29 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-default-3.0.101-0.47.106.29 is installed
  • OR kernel-default-base-3.0.101-0.47.106.29 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-default-man-3.0.101-0.47.106.29 is installed
  • OR kernel-ec2-3.0.101-0.47.106.29 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.29 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-pae-3.0.101-0.47.106.29 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.29 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-source-3.0.101-0.47.106.29 is installed
  • OR kernel-syms-3.0.101-0.47.106.29 is installed
  • OR kernel-trace-3.0.101-0.47.106.29 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.29 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.29 is installed
  • OR kernel-xen-3.0.101-0.47.106.29 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.29 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND libksba-1.0.4-1.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND libksba-1.0.4-1.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-45.2.0esr-45 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45 is installed
  • OR firefox-fontconfig-2.11.0-2 is installed
  • OR libfreebl3-3.21.1-35 is installed
  • OR libfreebl3-32bit-3.21.1-35 is installed
  • OR libfreebl3-x86-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-x86-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nspr-x86-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR mozilla-nss-x86-3.21.1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-45.2.0esr-45 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45 is installed
  • OR firefox-fontconfig-2.11.0-2 is installed
  • OR libfreebl3-3.21.1-35 is installed
  • OR libfreebl3-32bit-3.21.1-35 is installed
  • OR libfreebl3-x86-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-x86-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nspr-x86-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR mozilla-nss-x86-3.21.1-35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • g3utils-1.1.36-26 is installed
  • OR mgetty-1.1.36-26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • jakarta-commons-fileupload-1.1.1-1.37.3 is installed
  • OR jakarta-commons-fileupload-javadoc-1.1.1-1.37.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • jakarta-commons-fileupload-1.1.1-1.37.3 is installed
  • OR jakarta-commons-fileupload-javadoc-1.1.1-1.37.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libcurl4-openssl1-7.19.7-0.38 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-0.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • rsyslog-8.4.0-5 is installed
  • OR rsyslog-diag-tools-8.4.0-5 is installed
  • OR rsyslog-doc-8.4.0-5 is installed
  • OR rsyslog-module-gssapi-8.4.0-5 is installed
  • OR rsyslog-module-gtls-8.4.0-5 is installed
  • OR rsyslog-module-mysql-8.4.0-5 is installed
  • OR rsyslog-module-pgsql-8.4.0-5 is installed
  • OR rsyslog-module-relp-8.4.0-5 is installed
  • OR rsyslog-module-snmp-8.4.0-5 is installed
  • OR rsyslog-module-udpspoof-8.4.0-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • rsyslog-8.4.0-5 is installed
  • OR rsyslog-diag-tools-8.4.0-5 is installed
  • OR rsyslog-doc-8.4.0-5 is installed
  • OR rsyslog-module-gssapi-8.4.0-5 is installed
  • OR rsyslog-module-gtls-8.4.0-5 is installed
  • OR rsyslog-module-mysql-8.4.0-5 is installed
  • OR rsyslog-module-pgsql-8.4.0-5 is installed
  • OR rsyslog-module-relp-8.4.0-5 is installed
  • OR rsyslog-module-snmp-8.4.0-5 is installed
  • OR rsyslog-module-udpspoof-8.4.0-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • cups-filters-1.0.58-2 is installed
  • OR cups-filters-cups-browsed-1.0.58-2 is installed
  • OR cups-filters-foomatic-rip-1.0.58-2 is installed
  • OR cups-filters-ghostscript-1.0.58-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • ldb-1.1.24-4 is installed
  • OR libdcerpc-binding0-4.2.4-6 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-6 is installed
  • OR libdcerpc0-4.2.4-6 is installed
  • OR libdcerpc0-32bit-4.2.4-6 is installed
  • OR libgensec0-4.2.4-6 is installed
  • OR libgensec0-32bit-4.2.4-6 is installed
  • OR libldb1-1.1.24-4 is installed
  • OR libldb1-32bit-1.1.24-4 is installed
  • OR libndr-krb5pac0-4.2.4-6 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-6 is installed
  • OR libndr-nbt0-4.2.4-6 is installed
  • OR libndr-nbt0-32bit-4.2.4-6 is installed
  • OR libndr-standard0-4.2.4-6 is installed
  • OR libndr-standard0-32bit-4.2.4-6 is installed
  • OR libndr0-4.2.4-6 is installed
  • OR libndr0-32bit-4.2.4-6 is installed
  • OR libnetapi0-4.2.4-6 is installed
  • OR libnetapi0-32bit-4.2.4-6 is installed
  • OR libregistry0-4.2.4-6 is installed
  • OR libsamba-credentials0-4.2.4-6 is installed
  • OR libsamba-credentials0-32bit-4.2.4-6 is installed
  • OR libsamba-hostconfig0-4.2.4-6 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-6 is installed
  • OR libsamba-passdb0-4.2.4-6 is installed
  • OR libsamba-passdb0-32bit-4.2.4-6 is installed
  • OR libsamba-util0-4.2.4-6 is installed
  • OR libsamba-util0-32bit-4.2.4-6 is installed
  • OR libsamdb0-4.2.4-6 is installed
  • OR libsamdb0-32bit-4.2.4-6 is installed
  • OR libsmbclient-raw0-4.2.4-6 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-6 is installed
  • OR libsmbclient0-4.2.4-6 is installed
  • OR libsmbclient0-32bit-4.2.4-6 is installed
  • OR libsmbconf0-4.2.4-6 is installed
  • OR libsmbconf0-32bit-4.2.4-6 is installed
  • OR libsmbldap0-4.2.4-6 is installed
  • OR libsmbldap0-32bit-4.2.4-6 is installed
  • OR libtalloc2-2.1.5-4 is installed
  • OR libtalloc2-32bit-2.1.5-4 is installed
  • OR libtdb1-1.3.8-4 is installed
  • OR libtdb1-32bit-1.3.8-4 is installed
  • OR libtevent-util0-4.2.4-6 is installed
  • OR libtevent-util0-32bit-4.2.4-6 is installed
  • OR libtevent0-0.9.26-4 is installed
  • OR libtevent0-32bit-0.9.26-4 is installed
  • OR libwbclient0-4.2.4-6 is installed
  • OR libwbclient0-32bit-4.2.4-6 is installed
  • OR pytalloc-2.1.5-4 is installed
  • OR pytalloc-32bit-2.1.5-4 is installed
  • OR samba-4.2.4-6 is installed
  • OR samba-32bit-4.2.4-6 is installed
  • OR samba-client-4.2.4-6 is installed
  • OR samba-client-32bit-4.2.4-6 is installed
  • OR samba-doc-4.2.4-6 is installed
  • OR samba-libs-4.2.4-6 is installed
  • OR samba-libs-32bit-4.2.4-6 is installed
  • OR samba-winbind-4.2.4-6 is installed
  • OR samba-winbind-32bit-4.2.4-6 is installed
  • OR talloc-2.1.5-4 is installed
  • OR tdb-1.3.8-4 is installed
  • OR tdb-tools-1.3.8-4 is installed
  • OR tevent-0.9.26-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • ldb-1.1.24-4 is installed
  • OR libdcerpc-binding0-4.2.4-6 is installed
  • OR libdcerpc-binding0-32bit-4.2.4-6 is installed
  • OR libdcerpc0-4.2.4-6 is installed
  • OR libdcerpc0-32bit-4.2.4-6 is installed
  • OR libgensec0-4.2.4-6 is installed
  • OR libgensec0-32bit-4.2.4-6 is installed
  • OR libldb1-1.1.24-4 is installed
  • OR libldb1-32bit-1.1.24-4 is installed
  • OR libndr-krb5pac0-4.2.4-6 is installed
  • OR libndr-krb5pac0-32bit-4.2.4-6 is installed
  • OR libndr-nbt0-4.2.4-6 is installed
  • OR libndr-nbt0-32bit-4.2.4-6 is installed
  • OR libndr-standard0-4.2.4-6 is installed
  • OR libndr-standard0-32bit-4.2.4-6 is installed
  • OR libndr0-4.2.4-6 is installed
  • OR libndr0-32bit-4.2.4-6 is installed
  • OR libnetapi0-4.2.4-6 is installed
  • OR libnetapi0-32bit-4.2.4-6 is installed
  • OR libregistry0-4.2.4-6 is installed
  • OR libsamba-credentials0-4.2.4-6 is installed
  • OR libsamba-credentials0-32bit-4.2.4-6 is installed
  • OR libsamba-hostconfig0-4.2.4-6 is installed
  • OR libsamba-hostconfig0-32bit-4.2.4-6 is installed
  • OR libsamba-passdb0-4.2.4-6 is installed
  • OR libsamba-passdb0-32bit-4.2.4-6 is installed
  • OR libsamba-util0-4.2.4-6 is installed
  • OR libsamba-util0-32bit-4.2.4-6 is installed
  • OR libsamdb0-4.2.4-6 is installed
  • OR libsamdb0-32bit-4.2.4-6 is installed
  • OR libsmbclient-raw0-4.2.4-6 is installed
  • OR libsmbclient-raw0-32bit-4.2.4-6 is installed
  • OR libsmbclient0-4.2.4-6 is installed
  • OR libsmbclient0-32bit-4.2.4-6 is installed
  • OR libsmbconf0-4.2.4-6 is installed
  • OR libsmbconf0-32bit-4.2.4-6 is installed
  • OR libsmbldap0-4.2.4-6 is installed
  • OR libsmbldap0-32bit-4.2.4-6 is installed
  • OR libtalloc2-2.1.5-4 is installed
  • OR libtalloc2-32bit-2.1.5-4 is installed
  • OR libtdb1-1.3.8-4 is installed
  • OR libtdb1-32bit-1.3.8-4 is installed
  • OR libtevent-util0-4.2.4-6 is installed
  • OR libtevent-util0-32bit-4.2.4-6 is installed
  • OR libtevent0-0.9.26-4 is installed
  • OR libtevent0-32bit-0.9.26-4 is installed
  • OR libwbclient0-4.2.4-6 is installed
  • OR libwbclient0-32bit-4.2.4-6 is installed
  • OR pytalloc-2.1.5-4 is installed
  • OR pytalloc-32bit-2.1.5-4 is installed
  • OR samba-4.2.4-6 is installed
  • OR samba-32bit-4.2.4-6 is installed
  • OR samba-client-4.2.4-6 is installed
  • OR samba-client-32bit-4.2.4-6 is installed
  • OR samba-doc-4.2.4-6 is installed
  • OR samba-libs-4.2.4-6 is installed
  • OR samba-libs-32bit-4.2.4-6 is installed
  • OR samba-winbind-4.2.4-6 is installed
  • OR samba-winbind-32bit-4.2.4-6 is installed
  • OR talloc-2.1.5-4 is installed
  • OR tdb-1.3.8-4 is installed
  • OR tdb-tools-1.3.8-4 is installed
  • OR tevent-0.9.26-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • MozillaFirefox-38.4.0esr-51 is installed
  • OR MozillaFirefox-translations-38.4.0esr-51 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.48 is installed
  • OR kernel-default-base-3.12.74-60.64.48 is installed
  • OR kernel-default-devel-3.12.74-60.64.48 is installed
  • OR kernel-default-man-3.12.74-60.64.48 is installed
  • OR kernel-devel-3.12.74-60.64.48 is installed
  • OR kernel-macros-3.12.74-60.64.48 is installed
  • OR kernel-source-3.12.74-60.64.48 is installed
  • OR kernel-syms-3.12.74-60.64.48 is installed
  • OR kernel-xen-3.12.74-60.64.48 is installed
  • OR kernel-xen-base-3.12.74-60.64.48 is installed
  • OR kernel-xen-devel-3.12.74-60.64.48 is installed
  • OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kernel-default-3.12.74-60.64.48 is installed
  • OR kernel-default-base-3.12.74-60.64.48 is installed
  • OR kernel-default-devel-3.12.74-60.64.48 is installed
  • OR kernel-default-man-3.12.74-60.64.48 is installed
  • OR kernel-devel-3.12.74-60.64.48 is installed
  • OR kernel-macros-3.12.74-60.64.48 is installed
  • OR kernel-source-3.12.74-60.64.48 is installed
  • OR kernel-syms-3.12.74-60.64.48 is installed
  • OR kernel-xen-3.12.74-60.64.48 is installed
  • OR kernel-xen-base-3.12.74-60.64.48 is installed
  • OR kernel-xen-devel-3.12.74-60.64.48 is installed
  • OR kgraft-patch-3_12_74-60_64_48-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-1-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • jasper-1.900.14-181 is installed
  • OR libjasper1-1.900.14-181 is installed
  • OR libjasper1-32bit-1.900.14-181 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • jasper-1.900.14-181 is installed
  • OR libjasper1-1.900.14-181 is installed
  • OR libjasper1-32bit-1.900.14-181 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND ant-1.9.4-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • git-2.12.3-27.14 is installed
  • OR git-core-2.12.3-27.14 is installed
  • OR git-doc-2.12.3-27.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • git-2.12.3-27.14 is installed
  • OR git-core-2.12.3-27.14 is installed
  • OR git-doc-2.12.3-27.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • kgraft-patch-4_4_114-92_64-default-8-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr4.10-30.5 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr4.10-30.5 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr4.10-30.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr4.10-30.5 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr4.10-30.5 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr4.10-30.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libgssglue1-0.4-3 is installed
  • OR libgssglue1-32bit-0.4-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libdcerpc-binding0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libdcerpc-binding0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libdcerpc0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libdcerpc0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-krb5pac0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-krb5pac0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-nbt0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-nbt0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-standard0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-standard0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libnetapi0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libnetapi0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-credentials0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-credentials0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-errors0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-errors0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-hostconfig0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-hostconfig0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-passdb0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-passdb0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-util0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-util0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamdb0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamdb0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbclient0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbclient0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbconf0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbconf0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbldap0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbldap0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libtevent-util0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libtevent-util0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libwbclient0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libwbclient0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-client-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-client-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-doc-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-libs-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-libs-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-winbind-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-winbind-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libdcerpc-binding0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libdcerpc-binding0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libdcerpc0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libdcerpc0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-krb5pac0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-krb5pac0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-nbt0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-nbt0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-standard0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr-standard0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libndr0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libnetapi0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libnetapi0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-credentials0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-credentials0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-errors0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-errors0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-hostconfig0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-hostconfig0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-passdb0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-passdb0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-util0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamba-util0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamdb0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsamdb0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbclient0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbclient0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbconf0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbconf0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbldap0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libsmbldap0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libtevent-util0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libtevent-util0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libwbclient0-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR libwbclient0-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-client-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-client-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-doc-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-libs-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-libs-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-winbind-4.6.16+git.124.aee309c5c18-3.32 is installed
  • OR samba-winbind-32bit-4.6.16+git.124.aee309c5c18-3.32 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • MozillaFirefox-60.3.0-109.50 is installed
  • OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • MozillaFirefox-60.3.0-109.50 is installed
  • OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_80-default-3-2 is installed
  • OR kgraft-patch-3_12_61-52_80-xen-3-2 is installed
  • OR kgraft-patch-SLE12_Update_23-3-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_80-default-3-2 is installed
  • OR kgraft-patch-3_12_61-52_80-xen-3-2 is installed
  • OR kgraft-patch-SLE12_Update_23-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • qemu-2.6.2-31 is installed
  • OR qemu-arm-2.6.2-31 is installed
  • OR qemu-block-curl-2.6.2-31 is installed
  • OR qemu-block-rbd-2.6.2-31 is installed
  • OR qemu-block-ssh-2.6.2-31 is installed
  • OR qemu-guest-agent-2.6.2-31 is installed
  • OR qemu-ipxe-1.0.0-31 is installed
  • OR qemu-lang-2.6.2-31 is installed
  • OR qemu-tools-2.6.2-31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • openssh-6.6p1-52 is installed
  • OR openssh-askpass-gnome-6.6p1-52 is installed
  • OR openssh-fips-6.6p1-52 is installed
  • OR openssh-helpers-6.6p1-52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • MozillaFirefox-52.2.0esr-108 is installed
  • OR MozillaFirefox-branding-SLE-52-31 is installed
  • OR MozillaFirefox-devel-52.2.0esr-108 is installed
  • OR MozillaFirefox-translations-52.2.0esr-108 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • res-signingkeys-3.0.37-52.23 is installed
  • OR smt-3.0.37-52.23 is installed
  • OR smt-support-3.0.37-52.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-106.12 is installed
  • OR libopenssl0_9_8-0.9.8j-106.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libtag1-32bit-1.9.1-1 is installed
  • OR libtag_c0-32bit-1.9.1-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • libmysql55client18-5.5.52-0.27 is installed
  • OR libmysql55client18-32bit-5.5.52-0.27 is installed
  • OR libmysql55client_r18-5.5.52-0.27 is installed
  • OR mysql-5.5.52-0.27 is installed
  • OR mysql-client-5.5.52-0.27 is installed
  • OR mysql-tools-5.5.52-0.27 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND python-tablib-0.9.11-3 is installed
  • BACK