Revision Date: | 2020-12-01 | Version: | 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: | unix | Class: | patch |
Status: | | Reference(s): | 1002626 1010457 1015332 1020868 1020873 1020875 1020877 1020882 1020884 1020885 1020890 1020891 1020894 1020896 1022428 1031246 1032309 1033843 1035111 1040883 1040889 1040891 1049255 1049621 1051644 1092283 1104129 1109160 1126068 1126069 1133185 1171740 1172220 1172680 777588 817008 829857 833483 838638 840997 842417 843835 846849 848014 848657 849665 849667 849668 851386 857490 873705 935158 941500 963329 963331 963332 975394 979688 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-2013-1922 CVE-2013-2007 CVE-2013-4132 CVE-2013-4133 CVE-2013-4296 CVE-2013-4375 CVE-2013-4416 CVE-2013-4494 CVE-2013-4551 CVE-2013-4553 CVE-2013-4554 CVE-2013-4566 CVE-2013-6456 CVE-2014-0179 CVE-2014-3566 CVE-2015-3813 CVE-2015-4652 CVE-2015-6241 CVE-2015-6242 CVE-2015-6243 CVE-2015-6244 CVE-2015-6245 CVE-2015-6246 CVE-2015-6247 CVE-2015-6248 CVE-2015-6249 CVE-2015-7576 CVE-2016-0751 CVE-2016-0752 CVE-2016-1246 CVE-2016-1249 CVE-2016-6294 CVE-2016-9586 CVE-2017-1000100 CVE-2017-11406 CVE-2017-11407 CVE-2017-11408 CVE-2017-11410 CVE-2017-11411 CVE-2017-3238 CVE-2017-3243 CVE-2017-3244 CVE-2017-3258 CVE-2017-3265 CVE-2017-3291 CVE-2017-3312 CVE-2017-3313 CVE-2017-3317 CVE-2017-3318 CVE-2017-7272 CVE-2017-7407 CVE-2017-9224 CVE-2017-9226 CVE-2017-9227 CVE-2018-5740 CVE-2018-5741 CVE-2018-5743 CVE-2018-5745 CVE-2019-6465 CVE-2020-8616 CVE-2020-8617 SUSE-SU-2015:1676-2 SUSE-SU-2016:0618-1 SUSE-SU-2016:2329-1 SUSE-SU-2017:0122-1 SUSE-SU-2017:0408-1 SUSE-SU-2017:1585-1 SUSE-SU-2017:2032-1 SUSE-SU-2017:2312-1 SUSE-SU-2019:14074-1 SUSE-SU-2020:14400-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 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 Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Containers 15 SP1 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Desktop Applications 15 SP1 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for High Performance Computing 15 SUSE Linux Enterprise Module for Legacy Software 12 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 Module for Web Scripting 15 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 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-CLIENT-TOOLS 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-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 6
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND Package Information
MozillaFirefox-60.0-lp150.2.2 is installed
OR MozillaFirefox-translations-common-60.0-lp150.2.2 is installed
OR MozillaFirefox-translations-other-60.0-lp150.2.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
libvlc5-2.2.6-3 is installed
OR libvlccore8-2.2.6-3 is installed
OR vlc-2.2.6-3 is installed
OR vlc-codec-gstreamer-2.2.6-3 is installed
OR vlc-devel-2.2.6-3 is installed
OR vlc-lang-2.2.6-3 is installed
OR vlc-noX-2.2.6-3 is installed
OR vlc-qt-2.2.6-3 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND python-setuptools-1.1.7-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
libwebkit-1_0-2-1.2.7-0.15 is installed
OR libwebkit-lang-1.2.7-0.15 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 wireshark-1.12.7-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
evince-3.10.3-1 is installed
OR evince-lang-3.10.3-1 is installed
OR libevdocument3-4-3.10.3-1 is installed
OR libevview3-3-3.10.3-1 is installed
OR typelib-1_0-EvinceDocument-3_0-3.10.3-1 is installed
OR typelib-1_0-EvinceView-3_0-3.10.3-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
accountsservice-0.6.35-3 is installed
OR accountsservice-lang-0.6.35-3 is installed
OR libaccountsservice0-0.6.35-3 is installed
OR typelib-1_0-AccountsService-1_0-0.6.35-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-32bit-1.7.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
dbus-1-1.12.2-1 is installed
OR dbus-1-devel-1.12.2-1 is installed
OR dbus-1-x11-1.12.2-1 is installed
OR libdbus-1-3-1.12.2-1 is installed
OR libdbus-1-3-32bit-1.12.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-1.6.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 15 SP1 is installed
AND Package Information
podman-1.4.4-4.11 is installed
OR podman-cni-config-1.4.4-4.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
ImageMagick-7.0.7.34-3.9 is installed
OR ImageMagick-devel-7.0.7.34-3.9 is installed
OR libMagick++-7_Q16HDRI4-7.0.7.34-3.9 is installed
OR libMagick++-devel-7.0.7.34-3.9 is installed
OR libMagickCore-7_Q16HDRI6-7.0.7.34-3.9 is installed
OR libMagickWand-7_Q16HDRI6-7.0.7.34-3.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 SP1 is installed
AND Package Information
libmodplug-devel-0.3.19-2.10 is installed
OR libmodplug1-0.3.19-2.10 is installed
OR libopenmpt-0.3.19-2.10 is installed
OR libopenmpt-devel-0.3.19-2.10 is installed
OR libopenmpt0-0.3.19-2.10 is installed
OR libopenmpt_modplug1-0.3.19-2.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
kernel-docs-4.12.14-25.13 is installed
OR kernel-obs-build-4.12.14-25.13 is installed
OR kernel-source-4.12.14-25.13 is installed
OR kernel-syms-4.12.14-25.13 is installed
OR kernel-vanilla-4.12.14-25.13 is installed
OR kernel-vanilla-base-4.12.14-25.13 is installed
OR lttng-modules-2.10.0-5.4 is installed
OR lttng-modules-kmp-default-2.10.0_k4.12.14_25.13-5.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for High Performance Computing 15 is installed
AND Package Information
libpmi0-17.11.7-6.3 is installed
OR libslurm32-17.11.7-6.3 is installed
OR perl-slurm-17.11.7-6.3 is installed
OR slurm-17.11.7-6.3 is installed
OR slurm-auth-none-17.11.7-6.3 is installed
OR slurm-config-17.11.7-6.3 is installed
OR slurm-devel-17.11.7-6.3 is installed
OR slurm-doc-17.11.7-6.3 is installed
OR slurm-lua-17.11.7-6.3 is installed
OR slurm-munge-17.11.7-6.3 is installed
OR slurm-node-17.11.7-6.3 is installed
OR slurm-pam_slurm-17.11.7-6.3 is installed
OR slurm-plugins-17.11.7-6.3 is installed
OR slurm-slurmdbd-17.11.7-6.3 is installed
OR slurm-sql-17.11.7-6.3 is installed
OR slurm-torque-17.11.7-6.3 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.25-34 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.25-34 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.25-34 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.25-34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
AND Package Information
libepubgen-0.1.1-3.3 is installed
OR libepubgen-devel-doc-0.1.1-3.3 is installed
OR liblangtag-0.6.2-3.3 is installed
OR liblangtag-doc-0.6.2-3.3 is installed
OR libmwaw-0.3.14-4.3 is installed
OR libmwaw-devel-0.3.14-4.3 is installed
OR libmwaw-devel-doc-0.3.14-4.3 is installed
OR libmwaw-tools-0.3.14-4.3 is installed
OR libstaroffice-0.0.6-3.3 is installed
OR libstaroffice-devel-0.0.6-3.3 is installed
OR libstaroffice-devel-doc-0.0.6-3.3 is installed
OR libstaroffice-tools-0.0.6-3.3 is installed
OR libwps-0.4.9-3.3 is installed
OR libwps-tools-0.4.9-3.3 is installed
OR libxmlsec1-gcrypt1-1.2.26-3.3 is installed
OR libxmlsec1-gnutls1-1.2.26-3.3 is installed
OR libxmlsec1-openssl1-1.2.26-3.3 is installed
OR myspell-af_NA-20181025-3.6 is installed
OR myspell-an-20181025-3.6 is installed
OR myspell-an_ES-20181025-3.6 is installed
OR myspell-ar_AE-20181025-3.6 is installed
OR myspell-ar_BH-20181025-3.6 is installed
OR myspell-ar_DZ-20181025-3.6 is installed
OR myspell-ar_EG-20181025-3.6 is installed
OR myspell-ar_IQ-20181025-3.6 is installed
OR myspell-ar_JO-20181025-3.6 is installed
OR myspell-ar_KW-20181025-3.6 is installed
OR myspell-ar_LB-20181025-3.6 is installed
OR myspell-ar_LY-20181025-3.6 is installed
OR myspell-ar_MA-20181025-3.6 is installed
OR myspell-ar_OM-20181025-3.6 is installed
OR myspell-ar_QA-20181025-3.6 is installed
OR myspell-ar_SA-20181025-3.6 is installed
OR myspell-ar_SD-20181025-3.6 is installed
OR myspell-ar_SY-20181025-3.6 is installed
OR myspell-ar_TN-20181025-3.6 is installed
OR myspell-ar_YE-20181025-3.6 is installed
OR myspell-be_BY-20181025-3.6 is installed
OR myspell-bn_IN-20181025-3.6 is installed
OR myspell-bo-20181025-3.6 is installed
OR myspell-bo_CN-20181025-3.6 is installed
OR myspell-bo_IN-20181025-3.6 is installed
OR myspell-bs-20181025-3.6 is installed
OR myspell-bs_BA-20181025-3.6 is installed
OR myspell-ca_AD-20181025-3.6 is installed
OR myspell-ca_ES-20181025-3.6 is installed
OR myspell-ca_ES_valencia-20181025-3.6 is installed
OR myspell-ca_FR-20181025-3.6 is installed
OR myspell-ca_IT-20181025-3.6 is installed
OR myspell-de_AT-20181025-3.6 is installed
OR myspell-de_CH-20181025-3.6 is installed
OR myspell-dictionaries-20181025-3.6 is installed
OR myspell-en_AU-20181025-3.6 is installed
OR myspell-en_BS-20181025-3.6 is installed
OR myspell-en_BZ-20181025-3.6 is installed
OR myspell-en_CA-20181025-3.6 is installed
OR myspell-en_GB-20181025-3.6 is installed
OR myspell-en_GH-20181025-3.6 is installed
OR myspell-en_IE-20181025-3.6 is installed
OR myspell-en_IN-20181025-3.6 is installed
OR myspell-en_JM-20181025-3.6 is installed
OR myspell-en_MW-20181025-3.6 is installed
OR myspell-en_NA-20181025-3.6 is installed
OR myspell-en_NZ-20181025-3.6 is installed
OR myspell-en_PH-20181025-3.6 is installed
OR myspell-en_TT-20181025-3.6 is installed
OR myspell-en_ZA-20181025-3.6 is installed
OR myspell-en_ZW-20181025-3.6 is installed
OR myspell-es_AR-20181025-3.6 is installed
OR myspell-es_BO-20181025-3.6 is installed
OR myspell-es_CL-20181025-3.6 is installed
OR myspell-es_CO-20181025-3.6 is installed
OR myspell-es_CR-20181025-3.6 is installed
OR myspell-es_CU-20181025-3.6 is installed
OR myspell-es_DO-20181025-3.6 is installed
OR myspell-es_EC-20181025-3.6 is installed
OR myspell-es_GT-20181025-3.6 is installed
OR myspell-es_HN-20181025-3.6 is installed
OR myspell-es_MX-20181025-3.6 is installed
OR myspell-es_NI-20181025-3.6 is installed
OR myspell-es_PA-20181025-3.6 is installed
OR myspell-es_PE-20181025-3.6 is installed
OR myspell-es_PR-20181025-3.6 is installed
OR myspell-es_PY-20181025-3.6 is installed
OR myspell-es_SV-20181025-3.6 is installed
OR myspell-es_UY-20181025-3.6 is installed
OR myspell-es_VE-20181025-3.6 is installed
OR myspell-fr_BE-20181025-3.6 is installed
OR myspell-fr_CA-20181025-3.6 is installed
OR myspell-fr_CH-20181025-3.6 is installed
OR myspell-fr_LU-20181025-3.6 is installed
OR myspell-fr_MC-20181025-3.6 is installed
OR myspell-gd_GB-20181025-3.6 is installed
OR myspell-gl_ES-20181025-3.6 is installed
OR myspell-gug-20181025-3.6 is installed
OR myspell-gug_PY-20181025-3.6 is installed
OR myspell-is-20181025-3.6 is installed
OR myspell-is_IS-20181025-3.6 is installed
OR myspell-kmr_Latn-20181025-3.6 is installed
OR myspell-kmr_Latn_SY-20181025-3.6 is installed
OR myspell-kmr_Latn_TR-20181025-3.6 is installed
OR myspell-lo_LA-20181025-3.6 is installed
OR myspell-ne_NP-20181025-3.6 is installed
OR myspell-nl_BE-20181025-3.6 is installed
OR myspell-nn_NO-20181025-3.6 is installed
OR myspell-oc_FR-20181025-3.6 is installed
OR myspell-pt_AO-20181025-3.6 is installed
OR myspell-sq_AL-20181025-3.6 is installed
OR myspell-sr_CS-20181025-3.6 is installed
OR myspell-sr_Latn_CS-20181025-3.6 is installed
OR myspell-sr_Latn_RS-20181025-3.6 is installed
OR myspell-sr_RS-20181025-3.6 is installed
OR myspell-sv_FI-20181025-3.6 is installed
OR myspell-sw_TZ-20181025-3.6 is installed
OR myspell-te-20181025-3.6 is installed
OR myspell-vi-20181025-3.6 is installed
OR myspell-vi_VN-20181025-3.6 is installed
OR xmlsec1-1.2.26-3.3 is installed
OR xmlsec1-gcrypt-devel-1.2.26-3.3 is installed
OR xmlsec1-gnutls-devel-1.2.26-3.3 is installed
OR xmlsec1-openssl-devel-1.2.26-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.44-52.18 is installed
OR kernel-ec2-devel-3.12.44-52.18 is installed
OR kernel-ec2-extra-3.12.44-52.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND Package Information
dpdk-17.11.2-1 is installed
OR dpdk-devel-17.11.2-1 is installed
OR dpdk-kmp-default-17.11.2_k4.12.14_23-1 is installed
OR dpdk-tools-17.11.2-1 is installed
OR libdpdk-17_11-0-17.11.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-15 is installed
OR php7-7.0.7-15 is installed
OR php7-bcmath-7.0.7-15 is installed
OR php7-bz2-7.0.7-15 is installed
OR php7-calendar-7.0.7-15 is installed
OR php7-ctype-7.0.7-15 is installed
OR php7-curl-7.0.7-15 is installed
OR php7-dba-7.0.7-15 is installed
OR php7-dom-7.0.7-15 is installed
OR php7-enchant-7.0.7-15 is installed
OR php7-exif-7.0.7-15 is installed
OR php7-fastcgi-7.0.7-15 is installed
OR php7-fileinfo-7.0.7-15 is installed
OR php7-fpm-7.0.7-15 is installed
OR php7-ftp-7.0.7-15 is installed
OR php7-gd-7.0.7-15 is installed
OR php7-gettext-7.0.7-15 is installed
OR php7-gmp-7.0.7-15 is installed
OR php7-iconv-7.0.7-15 is installed
OR php7-imap-7.0.7-15 is installed
OR php7-intl-7.0.7-15 is installed
OR php7-json-7.0.7-15 is installed
OR php7-ldap-7.0.7-15 is installed
OR php7-mbstring-7.0.7-15 is installed
OR php7-mcrypt-7.0.7-15 is installed
OR php7-mysql-7.0.7-15 is installed
OR php7-odbc-7.0.7-15 is installed
OR php7-opcache-7.0.7-15 is installed
OR php7-openssl-7.0.7-15 is installed
OR php7-pcntl-7.0.7-15 is installed
OR php7-pdo-7.0.7-15 is installed
OR php7-pear-7.0.7-15 is installed
OR php7-pear-Archive_Tar-7.0.7-15 is installed
OR php7-pgsql-7.0.7-15 is installed
OR php7-phar-7.0.7-15 is installed
OR php7-posix-7.0.7-15 is installed
OR php7-pspell-7.0.7-15 is installed
OR php7-shmop-7.0.7-15 is installed
OR php7-snmp-7.0.7-15 is installed
OR php7-soap-7.0.7-15 is installed
OR php7-sockets-7.0.7-15 is installed
OR php7-sqlite-7.0.7-15 is installed
OR php7-sysvmsg-7.0.7-15 is installed
OR php7-sysvsem-7.0.7-15 is installed
OR php7-sysvshm-7.0.7-15 is installed
OR php7-tokenizer-7.0.7-15 is installed
OR php7-wddx-7.0.7-15 is installed
OR php7-xmlreader-7.0.7-15 is installed
OR php7-xmlrpc-7.0.7-15 is installed
OR php7-xmlwriter-7.0.7-15 is installed
OR php7-xsl-7.0.7-15 is installed
OR php7-zip-7.0.7-15 is installed
OR php7-zlib-7.0.7-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND Package Information
tomcat-9.0.10-3.7 is installed
OR tomcat-admin-webapps-9.0.10-3.7 is installed
OR tomcat-el-3_0-api-9.0.10-3.7 is installed
OR tomcat-jsp-2_3-api-9.0.10-3.7 is installed
OR tomcat-lib-9.0.10-3.7 is installed
OR tomcat-servlet-4_0-api-9.0.10-3.7 is installed
OR tomcat-webapps-9.0.10-3.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND apache2-mod_nss-1.0.14-0.4.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.14 is installed
OR kernel-rt-base-3.0.101.rt130-69.14 is installed
OR kernel-rt-devel-3.0.101.rt130-69.14 is installed
OR kernel-rt_trace-3.0.101.rt130-69.14 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.14 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.14 is installed
OR kernel-source-rt-3.0.101.rt130-69.14 is installed
OR kernel-syms-rt-3.0.101.rt130-69.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
libMagickCore1-6.4.3.6-7.19 is installed
OR libMagickCore1-32bit-6.4.3.6-7.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
libMagickCore1-6.4.3.6-7.19 is installed
OR libMagickCore1-32bit-6.4.3.6-7.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
btrfs-kmp-default-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-pae-0_2.6.32.59_0.3-0.3 is installed
OR btrfs-kmp-xen-0_2.6.32.59_0.3-0.3 is installed
OR ext4dev-kmp-default-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-pae-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-ppc64-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-trace-0_2.6.32.59_0.3-7.9 is installed
OR ext4dev-kmp-xen-0_2.6.32.59_0.3-7.9 is installed
OR hyper-v-kmp-default-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-pae-0_2.6.32.59_0.3-0.18 is installed
OR hyper-v-kmp-trace-0_2.6.32.59_0.3-0.18 is installed
OR iscsitarget-kmp-default-1.4.19_2.6.32.19_0.3-0.7 is installed
OR kernel-default-2.6.32.59-0.7 is installed
OR kernel-default-base-2.6.32.59-0.7 is installed
OR kernel-default-devel-2.6.32.59-0.7 is installed
OR kernel-default-man-2.6.32.59-0.7 is installed
OR kernel-ec2-2.6.32.59-0.3 is installed
OR kernel-ec2-base-2.6.32.59-0.3 is installed
OR kernel-ec2-devel-2.6.32.59-0.7 is installed
OR kernel-pae-2.6.32.59-0.7 is installed
OR kernel-pae-base-2.6.32.59-0.7 is installed
OR kernel-pae-devel-2.6.32.59-0.7 is installed
OR kernel-ppc64-2.6.32.59-0.7 is installed
OR kernel-ppc64-base-2.6.32.59-0.7 is installed
OR kernel-ppc64-devel-2.6.32.59-0.7 is installed
OR kernel-source-2.6.32.59-0.7 is installed
OR kernel-syms-2.6.32.59-0.7 is installed
OR kernel-trace-2.6.32.59-0.7 is installed
OR kernel-trace-base-2.6.32.59-0.7 is installed
OR kernel-trace-devel-2.6.32.59-0.7 is installed
OR kernel-xen-2.6.32.59-0.7 is installed
OR kernel-xen-base-2.6.32.59-0.7 is installed
OR kernel-xen-devel-2.6.32.59-0.7 is installed
OR oracleasm-kmp-default-2.0.5_2.6.32.19_0.3-7.10 is installed
OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.15-0.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
fuse-2.7.2-61.23 is installed
OR libblkid1-2.16-6.11 is installed
OR libfuse2-2.7.2-61.23 is installed
OR libuuid1-2.16-6.11 is installed
OR libuuid1-32bit-2.16-6.11 is installed
OR libuuid1-x86-2.16-6.11 is installed
OR util-linux-2.16-6.11 is installed
OR util-linux-lang-2.16-6.11 is installed
OR uuid-runtime-2.16-6.11 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
fuse-2.7.2-61.23 is installed
OR libblkid1-2.16-6.11 is installed
OR libfuse2-2.7.2-61.23 is installed
OR libuuid1-2.16-6.11 is installed
OR libuuid1-32bit-2.16-6.11 is installed
OR libuuid1-x86-2.16-6.11 is installed
OR util-linux-2.16-6.11 is installed
OR util-linux-lang-2.16-6.11 is installed
OR uuid-runtime-2.16-6.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
fuse-2.7.2-61.23 is installed
OR libblkid1-2.16-6.11 is installed
OR libfuse2-2.7.2-61.23 is installed
OR libuuid1-2.16-6.11 is installed
OR libuuid1-32bit-2.16-6.11 is installed
OR libuuid1-x86-2.16-6.11 is installed
OR util-linux-2.16-6.11 is installed
OR util-linux-lang-2.16-6.11 is installed
OR uuid-runtime-2.16-6.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
boost-license-1.36.0-11 is installed
OR libboost_program_options1_36_0-1.36.0-11 is installed
OR libboost_regex1_36_0-1.36.0-11 is installed
OR libboost_signals1_36_0-1.36.0-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhnmd-5.3.7-0.9 is installed
OR spacewalk-backend-libs-1.2.74-0.20 is installed
OR spacewalk-certs-tools-1.2.2-0.16 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhnmd-5.3.7-0.9 is installed
OR spacewalk-backend-libs-1.2.74-0.20 is installed
OR spacewalk-certs-tools-1.2.2-0.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.22 is installed
OR libMagickCore1-6.4.3.6-7.78.22 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
boost-license-1.36.0-11 is installed
OR libboost_program_options1_36_0-1.36.0-11 is installed
OR libboost_regex1_36_0-1.36.0-11 is installed
OR libboost_signals1_36_0-1.36.0-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
xen-4.1.6_08-17 is installed
OR xen-devel-4.1.6_08-17 is installed
OR xen-doc-html-4.1.6_08-17 is installed
OR xen-doc-pdf-4.1.6_08-17 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-libs-4.1.6_08-17 is installed
OR xen-libs-32bit-4.1.6_08-17 is installed
OR xen-tools-4.1.6_08-17 is installed
OR xen-tools-domU-4.1.6_08-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
xen-4.1.6_08-17 is installed
OR xen-devel-4.1.6_08-17 is installed
OR xen-doc-html-4.1.6_08-17 is installed
OR xen-doc-pdf-4.1.6_08-17 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
OR xen-libs-4.1.6_08-17 is installed
OR xen-libs-32bit-4.1.6_08-17 is installed
OR xen-tools-4.1.6_08-17 is installed
OR xen-tools-domU-4.1.6_08-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
PolicyKit-0.9-14.41 is installed
OR PolicyKit-32bit-0.9-14.41 is installed
OR PolicyKit-doc-0.9-14.39 is installed
OR PolicyKit-x86-0.9-14.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.8.0esr-40 is installed
OR MozillaFirefox-translations-38.8.0esr-40 is installed
OR libfreebl3-3.20.2-30 is installed
OR libfreebl3-32bit-3.20.2-30 is installed
OR libsoftokn3-3.20.2-30 is installed
OR libsoftokn3-32bit-3.20.2-30 is installed
OR mozilla-nspr-4.12-26 is installed
OR mozilla-nspr-32bit-4.12-26 is installed
OR mozilla-nss-3.20.2-30 is installed
OR mozilla-nss-32bit-3.20.2-30 is installed
OR mozilla-nss-tools-3.20.2-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND kvm-1.4.2-53.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.6.1esr-34 is installed
OR MozillaFirefox-translations-38.6.1esr-34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
MozillaFirefox-38.6.1esr-34 is installed
OR MozillaFirefox-translations-38.6.1esr-34 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-52.6.0esr-72.20 is installed
OR MozillaFirefox-translations-52.6.0esr-72.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-52.6.0esr-72.20 is installed
OR MozillaFirefox-translations-52.6.0esr-72.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND LibVNCServer-0.9.1-154 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.6 is installed
OR koan-2.2.2-0.68.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND clamav-0.100.3-0.20.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND clamav-0.100.3-0.20.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.70.3 is installed
OR libcurl4-openssl1-x86-7.19.7-1.70.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11-SECURITY is installed
AND sblim-sfcb-openssl1-1.3.11-0.28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
DirectFB-1.7.1-4 is installed
OR lib++dfb-1_7-1-1.7.1-4 is installed
OR libdirectfb-1_7-1-1.7.1-4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
DirectFB-1.7.1-4 is installed
OR lib++dfb-1_7-1-1.7.1-4 is installed
OR libdirectfb-1_7-1-1.7.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache2-2.4.10-6 is installed
OR apache2-doc-2.4.10-6 is installed
OR apache2-example-pages-2.4.10-6 is installed
OR apache2-prefork-2.4.10-6 is installed
OR apache2-utils-2.4.10-6 is installed
OR apache2-worker-2.4.10-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
ibus-chewing-1.4.10.1-2 is installed
OR ibus-pinyin-1.5.0-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kernel-default-3.12.74-60.64.63 is installed
OR kernel-default-base-3.12.74-60.64.63 is installed
OR kernel-default-devel-3.12.74-60.64.63 is installed
OR kernel-default-man-3.12.74-60.64.63 is installed
OR kernel-devel-3.12.74-60.64.63 is installed
OR kernel-macros-3.12.74-60.64.63 is installed
OR kernel-source-3.12.74-60.64.63 is installed
OR kernel-syms-3.12.74-60.64.63 is installed
OR kernel-xen-3.12.74-60.64.63 is installed
OR kernel-xen-base-3.12.74-60.64.63 is installed
OR kernel-xen-devel-3.12.74-60.64.63 is installed
OR kgraft-patch-3_12_74-60_64_63-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND iputils-s20121221-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libfpm_pb0-1.1.1-17.3 is installed
OR libospf0-1.1.1-17.3 is installed
OR libospfapiclient0-1.1.1-17.3 is installed
OR libquagga_pb0-1.1.1-17.3 is installed
OR libzebra1-1.1.1-17.3 is installed
OR quagga-1.1.1-17.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libfpm_pb0-1.1.1-17.3 is installed
OR libospf0-1.1.1-17.3 is installed
OR libospfapiclient0-1.1.1-17.3 is installed
OR libquagga_pb0-1.1.1-17.3 is installed
OR libzebra1-1.1.1-17.3 is installed
OR quagga-1.1.1-17.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
accountsservice-0.6.42-14 is installed
OR accountsservice-lang-0.6.42-14 is installed
OR libaccountsservice0-0.6.42-14 is installed
OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
dbus-1-glib-0.100.2-3 is installed
OR dbus-1-glib-32bit-0.100.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
curl-7.37.0-28 is installed
OR libcurl4-7.37.0-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.41 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.41 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
kgraft-patch-3_12_69-60_64_35-default-7-2 is installed
OR kgraft-patch-3_12_69-60_64_35-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_14-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_114-92_64-default-6-2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-6-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-18.24.9 is installed
OR openldap2-2.4.41-18.24.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
mozilla-nspr-devel-4.9.2-0.6 is installed
OR mozilla-nss-devel-3.13.6-0.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
libmysql55client_r18-32bit-5.5.54-0.35 is installed
OR libmysql55client_r18-x86-5.5.54-0.35 is installed
OR mysql-5.5.54-0.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.3.2-6 is installed
OR libreoffice-base-4.3.3.2-6 is installed
OR libreoffice-base-drivers-mysql-4.3.3.2-6 is installed
OR libreoffice-base-drivers-postgresql-4.3.3.2-6 is installed
OR libreoffice-calc-4.3.3.2-6 is installed
OR libreoffice-calc-extensions-4.3.3.2-6 is installed
OR libreoffice-draw-4.3.3.2-6 is installed
OR libreoffice-filters-optional-4.3.3.2-6 is installed
OR libreoffice-gnome-4.3.3.2-6 is installed
OR libreoffice-icon-theme-tango-4.3.3.2-6 is installed
OR libreoffice-impress-4.3.3.2-6 is installed
OR libreoffice-l10n-af-4.3.3.2-6 is installed
OR libreoffice-l10n-ar-4.3.3.2-6 is installed
OR libreoffice-l10n-ca-4.3.3.2-6 is installed
OR libreoffice-l10n-cs-4.3.3.2-6 is installed
OR libreoffice-l10n-da-4.3.3.2-6 is installed
OR libreoffice-l10n-de-4.3.3.2-6 is installed
OR libreoffice-l10n-en-4.3.3.2-6 is installed
OR libreoffice-l10n-es-4.3.3.2-6 is installed
OR libreoffice-l10n-fi-4.3.3.2-6 is installed
OR libreoffice-l10n-fr-4.3.3.2-6 is installed
OR libreoffice-l10n-gu-4.3.3.2-6 is installed
OR libreoffice-l10n-hi-4.3.3.2-6 is installed
OR libreoffice-l10n-hu-4.3.3.2-6 is installed
OR libreoffice-l10n-it-4.3.3.2-6 is installed
OR libreoffice-l10n-ja-4.3.3.2-6 is installed
OR libreoffice-l10n-ko-4.3.3.2-6 is installed
OR libreoffice-l10n-nb-4.3.3.2-6 is installed
OR libreoffice-l10n-nl-4.3.3.2-6 is installed
OR libreoffice-l10n-nn-4.3.3.2-6 is installed
OR libreoffice-l10n-pl-4.3.3.2-6 is installed
OR libreoffice-l10n-pt-BR-4.3.3.2-6 is installed
OR libreoffice-l10n-pt-PT-4.3.3.2-6 is installed
OR libreoffice-l10n-ru-4.3.3.2-6 is installed
OR libreoffice-l10n-sk-4.3.3.2-6 is installed
OR libreoffice-l10n-sv-4.3.3.2-6 is installed
OR libreoffice-l10n-xh-4.3.3.2-6 is installed
OR libreoffice-l10n-zh-Hans-4.3.3.2-6 is installed
OR libreoffice-l10n-zh-Hant-4.3.3.2-6 is installed
OR libreoffice-l10n-zu-4.3.3.2-6 is installed
OR libreoffice-mailmerge-4.3.3.2-6 is installed
OR libreoffice-math-4.3.3.2-6 is installed
OR libreoffice-officebean-4.3.3.2-6 is installed
OR libreoffice-pyuno-4.3.3.2-6 is installed
OR libreoffice-writer-4.3.3.2-6 is installed
OR libreoffice-writer-extensions-4.3.3.2-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
imap-2007e_suse-19 is installed
OR libc-client2007e_suse-2007e_suse-19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libuuid-devel-2.28-42 is installed
OR util-linux-2.28-42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libmysqlclient_r18-10.0.30-28 is installed
OR libmysqlclient_r18-32bit-10.0.30-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND libgadu3-1.11.4-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
MozillaThunderbird-52.8-1 is installed
OR MozillaThunderbird-devel-52.8-1 is installed
OR MozillaThunderbird-translations-common-52.8-1 is installed
OR MozillaThunderbird-translations-other-52.8-1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND Package Information
openvswitch-2.5.1-6.4 is installed
OR openvswitch-kmp-default-2.5.1_k3.12.74_60.64.69-6.4 is installed
OR openvswitch-kmp-xen-2.5.1_k3.12.74_60.64.69-6.4 is installed
OR openvswitch-switch-2.5.1-6.4 is installed
|