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



Mozilla Firefox has been updated to the 10.0.11 ESR security release, which fixes various bugs and security issues.

*

MFSA 2012-106: Security researcher miaubiz used the Address Sanitizer tool to discover a series critically rated of use-after-free, buffer overflow, and memory corruption issues in shipped software. These issues are potentially exploitable, allowing for remote code execution. We would also like to thank miaubiz for reporting two additional use-after-free and memory corruption issues introduced during Firefox development that have been fixed before general release.

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. References

The following issues have been fixed in Firefox 17 and ESR 10.0.11:

o use-after-free when loading html file on osx (CVE-2012-5830) o Mesa crashes on certain texImage2D calls involving level>0 (CVE-2012-5833) o integer overflow, invalid write w/webgl bufferdata (CVE-2012-5835)

The following issues have been fixed in Firefox 17:

o crash in copyTexImage2D with image dimensions too large for given level (CVE-2012-5838) *

MFSA 2012-105: Security researcher Abhishek Arya (Inferno) of the Google Chrome Security Team discovered a series critically rated of use-after-free and buffer overflow issues using the Address Sanitizer tool in shipped software. These issues are potentially exploitable, allowing for remote code execution. We would also like to thank Abhishek for reporting five additional use-after-free, out of bounds read, and buffer overflow flaws introduced during Firefox development that have been fixed before general release.

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. References

The following issues have been fixed in Firefox 17 and ESR 10.0.11:

* o Heap-use-after-free in nsTextEditorState::PrepareEditor (CVE-2012-4214) o Heap-use-after-free in nsPlaintextEditor::FireClipboardEvent (CVE-2012-4215) o Heap-use-after-free in gfxFont::GetFontEntry (CVE-2012-4216) o Heap-buffer-overflow in nsWindow::OnExposeEvent (CVE-2012-5829) o heap-buffer-overflow in gfxShapedWord::CompressedGlyph::IsClusterStart o CVE-2012-5839 o Heap-use-after-free in nsTextEditorState::PrepareEditor (CVE-2012-5840)

The following issues have been fixed in Firefox 17:

o Heap-use-after-free in XPCWrappedNative::Mark (CVE-2012-4212) o Heap-use-after-free in nsEditor::FindNextLeafNode (CVE-2012-4213) o Heap-use-after-free in nsViewManager::ProcessPendingUpdates (CVE-2012-4217) o Heap-use-after-free BuildTextRunsScanner::BreakSink::SetBreaks (CVE-2012-4218) *

MFSA 2012-104 / CVE-2012-4210: Security researcher Mariusz Mlynski reported that when a maliciously crafted stylesheet is inspected in the Style Inspector, HTML and CSS can run in a chrome privileged context without being properly sanitized first. This can lead to arbitrary code execution.

*

MFSA 2012-103 / CVE-2012-4209: Security researcher Mariusz Mlynski reported that the location property can be accessed by binary plugins through top.location with a frame whose name attribute's value is set to 'top'. This can allow for possible cross-site scripting (XSS) attacks through plugins.

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.

*

MFSA 2012-102 / CVE-2012-5837: Security researcher Masato Kinugawa reported that when script is entered into the Developer Toolbar, it runs in a chrome privileged context. This allows for arbitrary code execution or cross-site scripting (XSS) if a user can be convinced to paste malicious code into the Developer Toolbar.

*

MFSA 2012-101 / CVE-2012-4207: Security researcher Masato Kinugawa found when HZ-GB-2312 charset encoding is used for text, the '~' character will destroy another character near the chunk delimiter. This can lead to a cross-site scripting (XSS) attack in pages encoded in HZ-GB-2312.

*

MFSA 2012-100 / CVE-2012-5841: Mozilla developer Bobby Holley reported that security wrappers filter at the time of property access, but once a function is returned, the caller can use this function without further security checks. This affects cross-origin wrappers, allowing for write actions on objects when only read actions should be properly allowed. This can lead to cross-site scripting (XSS) attacks.

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.

*

MFSA 2012-99 / CVE-2012-4208: Mozilla developer Peter Van der Beken discovered that same-origin XrayWrappers expose chrome-only properties even when not in a chrome compartment. This can allow web content to get properties of DOM objects that are intended to be chrome-only.

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.

*

MFSA 2012-98 / CVE-2012-4206: Security researcher Robert Kugler reported that when a specifically named DLL file on a Windows computer is placed in the default downloads directory with the Firefox installer, the Firefox installer will load this DLL when it is launched. In circumstances where the installer is run by an administrator privileged account, this allows for the downloaded DLL file to be run with administrator privileges. This can lead to arbitrary code execution from a privileged account.

*

MFSA 2012-97 / CVE-2012-4205: Mozilla developer Gabor Krizsanits discovered that XMLHttpRequest objects created within sandboxes have the system principal instead of the sandbox principal. This can lead to cross-site request forgery (CSRF) or information theft via an add-on running untrusted code in a sandbox.

*

MFSA 2012-96 / CVE-2012-4204: Security researcher Scott Bell of Security-Assessment.com used the Address Sanitizer tool to discover a memory corruption in str_unescape in the Javascript engine. This could potentially lead to arbitrary code execution.

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.

*

MFSA 2012-95 / CVE-2012-4203: Security researcher kakzz.ng@gmail.com reported that if a javascript: URL is selected from the list of Firefox 'new tab' page, the script will inherit the privileges of the privileged 'new tab' page. This allows for the execution of locally installed programs if a user can be convinced to save a bookmark of a malicious javascript: URL.

*

MFSA 2012-94 / CVE-2012-5836: Security researcher Jonathan Stephens discovered that combining SVG text on a path with the setting of CSS properties could lead to a potentially exploitable crash.

*

MFSA 2012-93 / CVE-2012-4201: Mozilla security researcher moz_bug_r_a4 reported that if code executed by the evalInSandbox function sets location.href, it can get the wrong subject principal for the URL check, ignoring the sandbox's Javascript context and gaining the context of evalInSandbox object. This can lead to malicious web content being able to perform a cross-site scripting (XSS) attack or stealing a copy of a local file if the user has installed an add-on vulnerable to this attack.

*

MFSA 2012-92 / CVE-2012-4202: Security researcher Atte Kettunen from OUSPG used the Address Sanitizer tool to discover a buffer overflow while rendering GIF format images. This issue is potentially exploitable and could lead to arbitrary code execution.

*

MFSA 2012-91: 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. References

* Gary Kwong, Jesse Ruderman, Christian Holler, Bob Clary, Kyle Huey, Ed Morley, Chris Lord, Boris Zbarsky, Julian Seward, and Bill McCloskey reported memory safety problems and crashes that affect Firefox 16. (CVE-2012-5843)

* Jesse Ruderman, Andrew McCreight, Bob Clary, and Kyle Huey reported memory safety problems and crashes that affect Firefox ESR 10 and Firefox 16. (CVE-2012-5842)

Family:unixClass:patch
Status:Reference(s):1000751
1010977
1010979
1011830
1012530
1015400
1015422
1015993
1018088
1020353
1021868
1027147
1029497
1057460
1062458
1067336
1076390
1082810
1083292
1085449
1089152
1089635
1090820
1090822
1090823
1093311
1104789
1110018
1111331
1113534
1113652
1137338
1137443
790140
850148
901882
929900
938945
966304
992537
CVE-2012-4201
CVE-2012-4202
CVE-2012-4203
CVE-2012-4204
CVE-2012-4205
CVE-2012-4206
CVE-2012-4207
CVE-2012-4208
CVE-2012-4209
CVE-2012-4210
CVE-2012-4212
CVE-2012-4213
CVE-2012-4214
CVE-2012-4215
CVE-2012-4216
CVE-2012-4217
CVE-2012-4218
CVE-2012-5829
CVE-2012-5830
CVE-2012-5833
CVE-2012-5835
CVE-2012-5836
CVE-2012-5837
CVE-2012-5838
CVE-2012-5839
CVE-2012-5840
CVE-2012-5841
CVE-2012-5842
CVE-2012-5843
CVE-2013-1741
CVE-2013-5605
CVE-2013-5606
CVE-2013-5607
CVE-2014-3566
CVE-2014-8184
CVE-2015-4000
CVE-2016-10251
CVE-2016-3485
CVE-2016-8610
CVE-2016-8654
CVE-2016-9395
CVE-2016-9398
CVE-2016-9560
CVE-2016-9583
CVE-2016-9591
CVE-2016-9600
CVE-2016-9893
CVE-2016-9895
CVE-2016-9897
CVE-2016-9898
CVE-2016-9899
CVE-2016-9900
CVE-2016-9901
CVE-2016-9902
CVE-2016-9904
CVE-2016-9905
CVE-2017-15101
CVE-2017-2619
CVE-2017-5498
CVE-2017-6850
CVE-2018-0734
CVE-2018-10471
CVE-2018-10472
CVE-2018-12126
CVE-2018-12127
CVE-2018-12130
CVE-2018-1417
CVE-2018-2579
CVE-2018-2582
CVE-2018-2588
CVE-2018-2599
CVE-2018-2602
CVE-2018-2603
CVE-2018-2618
CVE-2018-2633
CVE-2018-2634
CVE-2018-2637
CVE-2018-2641
CVE-2018-2657
CVE-2018-2663
CVE-2018-2677
CVE-2018-2678
CVE-2018-2783
CVE-2018-2790
CVE-2018-2794
CVE-2018-2795
CVE-2018-2796
CVE-2018-2797
CVE-2018-2798
CVE-2018-2799
CVE-2018-2800
CVE-2018-2814
CVE-2018-5407
CVE-2018-7550
CVE-2018-8897
CVE-2019-11091
CVE-2019-12735
SUSE-SU-2016:2348-1
SUSE-SU-2016:3210-1
SUSE-SU-2017:0946-1
SUSE-SU-2018:0630-1
SUSE-SU-2018:1203-1
SUSE-SU-2018:1447-1
SUSE-SU-2019:14114-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-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 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-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 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 Package Information
  • bzip2-1.0.6-lp150.3 is installed
  • OR libbz2-1-1.0.6-lp150.3 is installed
  • OR libbz2-1-32bit-1.0.6-lp150.3 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND drm-kmp-default-4.9.33_k4.4.76_1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND telepathy-idle-0.1.5-1.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-24.6.0esr-0.8 is installed
  • OR MozillaFirefox-branding-SLED-24-0.7 is installed
  • OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
  • OR libfreebl3-3.16.1-0.8 is installed
  • OR libfreebl3-32bit-3.16.1-0.8 is installed
  • OR libsoftokn3-3.16.1-0.8 is installed
  • OR libsoftokn3-32bit-3.16.1-0.8 is installed
  • OR mozilla-nspr-4.10.6-0.3 is installed
  • OR mozilla-nspr-32bit-4.10.6-0.3 is installed
  • OR mozilla-nss-3.16.1-0.8 is installed
  • OR mozilla-nss-32bit-3.16.1-0.8 is installed
  • OR mozilla-nss-tools-3.16.1-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libmysql55client18-5.5.47-0.17 is installed
  • OR libmysql55client18-32bit-5.5.47-0.17 is installed
  • OR libmysql55client_r18-5.5.47-0.17 is installed
  • OR libmysql55client_r18-32bit-5.5.47-0.17 is installed
  • OR mysql-5.5.47-0.17 is installed
  • OR mysql-client-5.5.47-0.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND patch-2.7.5-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND ctags-5.8-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libpcre1-8.39-5 is installed
  • OR libpcre1-32bit-8.39-5 is installed
  • OR libpcre16-0-8.39-5 is installed
  • OR libpcrecpp0-8.39-5 is installed
  • OR libpcrecpp0-32bit-8.39-5 is installed
  • OR pcre-8.39-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND busybox-1.21.1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • evince-3.20.2-6.27 is installed
  • OR evince-browser-plugin-3.20.2-6.27 is installed
  • OR evince-lang-3.20.2-6.27 is installed
  • OR evince-plugin-djvudocument-3.20.2-6.27 is installed
  • OR evince-plugin-dvidocument-3.20.2-6.27 is installed
  • OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
  • OR evince-plugin-psdocument-3.20.2-6.27 is installed
  • OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
  • OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
  • OR libevdocument3-4-3.20.2-6.27 is installed
  • OR libevview3-3-3.20.2-6.27 is installed
  • OR nautilus-evince-3.20.2-6.27 is installed
  • OR typelib-1_0-EvinceDocument-3_0-3.20.2-6.27 is installed
  • OR typelib-1_0-EvinceView-3_0-3.20.2-6.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • docker-distribution-2.6.2-13.6 is installed
  • OR docker-distribution-registry-2.6.2-13.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.74-60.64.99 is installed
  • OR kernel-ec2-devel-3.12.74-60.64.99 is installed
  • OR kernel-ec2-extra-3.12.74-60.64.99 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-15 is installed
  • OR php5-5.5.14-15 is installed
  • OR php5-bcmath-5.5.14-15 is installed
  • OR php5-bz2-5.5.14-15 is installed
  • OR php5-calendar-5.5.14-15 is installed
  • OR php5-ctype-5.5.14-15 is installed
  • OR php5-curl-5.5.14-15 is installed
  • OR php5-dba-5.5.14-15 is installed
  • OR php5-dom-5.5.14-15 is installed
  • OR php5-enchant-5.5.14-15 is installed
  • OR php5-exif-5.5.14-15 is installed
  • OR php5-fastcgi-5.5.14-15 is installed
  • OR php5-fileinfo-5.5.14-15 is installed
  • OR php5-fpm-5.5.14-15 is installed
  • OR php5-ftp-5.5.14-15 is installed
  • OR php5-gd-5.5.14-15 is installed
  • OR php5-gettext-5.5.14-15 is installed
  • OR php5-gmp-5.5.14-15 is installed
  • OR php5-iconv-5.5.14-15 is installed
  • OR php5-intl-5.5.14-15 is installed
  • OR php5-json-5.5.14-15 is installed
  • OR php5-ldap-5.5.14-15 is installed
  • OR php5-mbstring-5.5.14-15 is installed
  • OR php5-mcrypt-5.5.14-15 is installed
  • OR php5-mysql-5.5.14-15 is installed
  • OR php5-odbc-5.5.14-15 is installed
  • OR php5-openssl-5.5.14-15 is installed
  • OR php5-pcntl-5.5.14-15 is installed
  • OR php5-pdo-5.5.14-15 is installed
  • OR php5-pear-5.5.14-15 is installed
  • OR php5-pgsql-5.5.14-15 is installed
  • OR php5-pspell-5.5.14-15 is installed
  • OR php5-shmop-5.5.14-15 is installed
  • OR php5-snmp-5.5.14-15 is installed
  • OR php5-soap-5.5.14-15 is installed
  • OR php5-sockets-5.5.14-15 is installed
  • OR php5-sqlite-5.5.14-15 is installed
  • OR php5-suhosin-5.5.14-15 is installed
  • OR php5-sysvmsg-5.5.14-15 is installed
  • OR php5-sysvsem-5.5.14-15 is installed
  • OR php5-sysvshm-5.5.14-15 is installed
  • OR php5-tokenizer-5.5.14-15 is installed
  • OR php5-wddx-5.5.14-15 is installed
  • OR php5-xmlreader-5.5.14-15 is installed
  • OR php5-xmlrpc-5.5.14-15 is installed
  • OR php5-xmlwriter-5.5.14-15 is installed
  • OR php5-xsl-5.5.14-15 is installed
  • OR php5-zip-5.5.14-15 is installed
  • OR php5-zlib-5.5.14-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • cdparanoia-IIIalpha9.8-691 is installed
  • OR cdparanoia-32bit-IIIalpha9.8-691 is installed
  • OR cdparanoia-x86-IIIalpha9.8-691 is installed
  • OR desktop-file-utils-0.15-1 is installed
  • OR fam-2.7.0-130 is installed
  • OR fam-32bit-2.7.0-130 is installed
  • OR fam-x86-2.7.0-130 is installed
  • OR gnome-vfs2-2.24.0-7 is installed
  • OR gnome-vfs2-32bit-2.24.0-7 is installed
  • OR gnome-vfs2-x86-2.24.0-7 is installed
  • OR gstreamer-0_10-0.10.21-3 is installed
  • OR libogg0-1.1.3-87 is installed
  • OR libogg0-32bit-1.1.3-87 is installed
  • OR libogg0-x86-1.1.3-87 is installed
  • OR liboil-0.3.15-3 is installed
  • OR liboil-32bit-0.3.15-3 is installed
  • OR liboil-x86-0.3.15-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • cdparanoia-IIIalpha9.8-691 is installed
  • OR cdparanoia-32bit-IIIalpha9.8-691 is installed
  • OR cdparanoia-x86-IIIalpha9.8-691 is installed
  • OR desktop-file-utils-0.15-1 is installed
  • OR fam-2.7.0-130 is installed
  • OR fam-32bit-2.7.0-130 is installed
  • OR fam-x86-2.7.0-130 is installed
  • OR gnome-vfs2-2.24.0-7 is installed
  • OR gnome-vfs2-32bit-2.24.0-7 is installed
  • OR gnome-vfs2-x86-2.24.0-7 is installed
  • OR gstreamer-0_10-0.10.21-3 is installed
  • OR libogg0-1.1.3-87 is installed
  • OR libogg0-32bit-1.1.3-87 is installed
  • OR libogg0-x86-1.1.3-87 is installed
  • OR liboil-0.3.15-3 is installed
  • OR liboil-32bit-0.3.15-3 is installed
  • OR liboil-x86-0.3.15-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • strongswan-4.4.0-6.13 is installed
  • OR strongswan-doc-4.4.0-6.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • strongswan-4.4.0-6.13 is installed
  • OR strongswan-doc-4.4.0-6.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • strongswan-4.4.0-6.13 is installed
  • OR strongswan-doc-4.4.0-6.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • strongswan-4.4.0-6.13 is installed
  • OR strongswan-doc-4.4.0-6.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • strongswan-4.4.0-6.13 is installed
  • OR strongswan-doc-4.4.0-6.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • strongswan-4.4.0-6.13 is installed
  • OR strongswan-doc-4.4.0-6.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • puppet-2.6.17-0.3 is installed
  • OR puppet-server-2.6.17-0.3 is installed
  • OR pwdutils-3.2.8-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • puppet-2.6.17-0.3 is installed
  • OR puppet-server-2.6.17-0.3 is installed
  • OR pwdutils-3.2.8-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • puppet-2.6.17-0.3 is installed
  • OR puppet-server-2.6.17-0.3 is installed
  • OR pwdutils-3.2.8-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • puppet-2.6.17-0.3 is installed
  • OR puppet-server-2.6.17-0.3 is installed
  • OR pwdutils-3.2.8-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • perl-5.10.0-64.55 is installed
  • OR perl-32bit-5.10.0-64.55 is installed
  • OR perl-base-5.10.0-64.55 is installed
  • OR perl-doc-5.10.0-64.55 is installed
  • OR perl-x86-5.10.0-64.55 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • perl-5.10.0-64.55 is installed
  • OR perl-32bit-5.10.0-64.55 is installed
  • OR perl-base-5.10.0-64.55 is installed
  • OR perl-doc-5.10.0-64.55 is installed
  • OR perl-x86-5.10.0-64.55 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • perl-5.10.0-64.55 is installed
  • OR perl-32bit-5.10.0-64.55 is installed
  • OR perl-base-5.10.0-64.55 is installed
  • OR perl-doc-5.10.0-64.55 is installed
  • OR perl-x86-5.10.0-64.55 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • cyrus-imapd-2.3.11-60.21 is installed
  • OR perl-Cyrus-IMAP-2.3.11-60.21 is installed
  • OR perl-Cyrus-SIEVE-managesieve-2.3.11-60.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND amanda-2.5.2.1-188.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND amanda-2.5.2.1-188.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.11-0.3 is installed
  • OR MozillaFirefox-translations-10.0.11-0.3 is installed
  • OR libfreebl3-3.14-0.3 is installed
  • OR libfreebl3-32bit-3.14-0.3 is installed
  • OR libfreebl3-x86-3.14-0.3 is installed
  • OR mozilla-nss-3.14-0.3 is installed
  • OR mozilla-nss-32bit-3.14-0.3 is installed
  • OR mozilla-nss-tools-3.14-0.3 is installed
  • OR mozilla-nss-x86-3.14-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.11-0.3 is installed
  • OR MozillaFirefox-translations-10.0.11-0.3 is installed
  • OR libfreebl3-3.14-0.3 is installed
  • OR libfreebl3-32bit-3.14-0.3 is installed
  • OR libfreebl3-x86-3.14-0.3 is installed
  • OR mozilla-nss-3.14-0.3 is installed
  • OR mozilla-nss-32bit-3.14-0.3 is installed
  • OR mozilla-nss-tools-3.14-0.3 is installed
  • OR mozilla-nss-x86-3.14-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.11-0.3 is installed
  • OR MozillaFirefox-translations-10.0.11-0.3 is installed
  • OR libfreebl3-3.14-0.3 is installed
  • OR libfreebl3-32bit-3.14-0.3 is installed
  • OR libfreebl3-x86-3.14-0.3 is installed
  • OR mozilla-nss-3.14-0.3 is installed
  • OR mozilla-nss-32bit-3.14-0.3 is installed
  • OR mozilla-nss-tools-3.14-0.3 is installed
  • OR mozilla-nss-x86-3.14-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • kde4-kgreeter-plugins-4.3.5-0.10 is installed
  • OR kdebase4-wallpapers-4.3.5-0.8 is installed
  • OR kdebase4-workspace-4.3.5-0.10 is installed
  • OR kdebase4-workspace-ksysguardd-4.3.5-0.10 is installed
  • OR kdm-4.3.5-0.10 is installed
  • OR kwin-4.3.5-0.10 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.30-75 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75 is installed
  • 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.30-75 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libwsman1-2.2.3-0.8 is installed
  • OR openwsman-client-2.2.3-0.8 is installed
  • OR openwsman-server-2.2.3-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libwsman1-2.2.3-0.8 is installed
  • OR openwsman-client-2.2.3-0.8 is installed
  • OR openwsman-server-2.2.3-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libwsman1-2.2.3-0.8 is installed
  • OR openwsman-client-2.2.3-0.8 is installed
  • OR openwsman-server-2.2.3-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libwsman1-2.2.3-0.8 is installed
  • OR openwsman-client-2.2.3-0.8 is installed
  • OR openwsman-server-2.2.3-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libwsman1-2.2.3-0.8 is installed
  • OR openwsman-client-2.2.3-0.8 is installed
  • OR openwsman-server-2.2.3-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • PackageKit-0.3.14-2.28 is installed
  • OR PackageKit-lang-0.3.14-2.28 is installed
  • OR hal-0.5.12-23.68 is installed
  • OR hal-32bit-0.5.12-23.68 is installed
  • OR hal-doc-0.5.12-23.68 is installed
  • OR hal-x86-0.5.12-23.68 is installed
  • OR libpackagekit-glib10-0.3.14-2.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.36 is installed
  • OR bind-chrootenv-9.9.6P1-0.36 is installed
  • OR bind-doc-9.9.6P1-0.36 is installed
  • OR bind-libs-9.9.6P1-0.36 is installed
  • OR bind-libs-32bit-9.9.6P1-0.36 is installed
  • OR bind-utils-9.9.6P1-0.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.36 is installed
  • OR bind-chrootenv-9.9.6P1-0.36 is installed
  • OR bind-doc-9.9.6P1-0.36 is installed
  • OR bind-libs-9.9.6P1-0.36 is installed
  • OR bind-libs-32bit-9.9.6P1-0.36 is installed
  • OR bind-utils-9.9.6P1-0.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.36 is installed
  • OR bind-chrootenv-9.9.6P1-0.36 is installed
  • OR bind-doc-9.9.6P1-0.36 is installed
  • OR bind-libs-9.9.6P1-0.36 is installed
  • OR bind-libs-32bit-9.9.6P1-0.36 is installed
  • OR bind-utils-9.9.6P1-0.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.36 is installed
  • OR bind-chrootenv-9.9.6P1-0.36 is installed
  • OR bind-doc-9.9.6P1-0.36 is installed
  • OR bind-libs-9.9.6P1-0.36 is installed
  • OR bind-libs-32bit-9.9.6P1-0.36 is installed
  • OR bind-utils-9.9.6P1-0.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.22 is installed
  • OR xen-doc-html-4.2.5_21-45.22 is installed
  • OR xen-doc-pdf-4.2.5_21-45.22 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-libs-4.2.5_21-45.22 is installed
  • OR xen-libs-32bit-4.2.5_21-45.22 is installed
  • OR xen-tools-4.2.5_21-45.22 is installed
  • OR xen-tools-domU-4.2.5_21-45.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.22 is installed
  • OR xen-doc-html-4.2.5_21-45.22 is installed
  • OR xen-doc-pdf-4.2.5_21-45.22 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.19-45.22 is installed
  • OR xen-libs-4.2.5_21-45.22 is installed
  • OR xen-libs-32bit-4.2.5_21-45.22 is installed
  • OR xen-tools-4.2.5_21-45.22 is installed
  • OR xen-tools-domU-4.2.5_21-45.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND apache2-mod_nss-1.0.14-0.4.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • liblouis-1.7.0-1.3.6 is installed
  • OR liblouis0-1.7.0-1.3.6 is installed
  • OR python-louis-1.7.0-1.3.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • liblouis-1.7.0-1.3.6 is installed
  • OR liblouis0-1.7.0-1.3.6 is installed
  • OR python-louis-1.7.0-1.3.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-45.6.0esr-62 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-45.6.0esr-62 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • Mesa-9.0.3-0.28.29 is installed
  • OR Mesa-32bit-9.0.3-0.28.29 is installed
  • OR Mesa-x86-9.0.3-0.28.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-60.7.0esr-78.40 is installed
  • OR MozillaFirefox-branding-SLED-60-21.6 is installed
  • OR MozillaFirefox-translations-common-60.7.0esr-78.40 is installed
  • OR MozillaFirefox-translations-other-60.7.0esr-78.40 is installed
  • OR firefox-at-spi2-atk-2.10.2-2.6 is installed
  • OR firefox-at-spi2-core-2.10.2-2.6 is installed
  • OR firefox-at-spi2-core-lang-2.10.2-2.6 is installed
  • OR firefox-atk-2.26.1-2.5 is installed
  • OR firefox-atk-lang-2.26.1-2.5 is installed
  • OR firefox-cairo-1.15.10-2.8 is installed
  • OR firefox-dbus-1-glib-0.76-34.2.4 is installed
  • OR firefox-freetype2-2.9-2.4 is installed
  • OR firefox-gcc5-5.3.1+r233831-10 is installed
  • OR firefox-gdk-pixbuf-2.36.11-2.5 is installed
  • OR firefox-gdk-pixbuf-lang-2.36.11-2.5 is installed
  • OR firefox-gdk-pixbuf-query-loaders-2.36.11-2.5 is installed
  • OR firefox-gdk-pixbuf-thumbnailer-2.36.11-2.5 is installed
  • OR firefox-gio-branding-upstream-2.54.3-2.4 is installed
  • OR firefox-glib2-2.54.3-2.4 is installed
  • OR firefox-glib2-lang-2.54.3-2.4 is installed
  • OR firefox-glib2-tools-2.54.3-2.4 is installed
  • OR firefox-gtk3-3.10.9-2.8 is installed
  • OR firefox-gtk3-branding-upstream-3.10.9-2.8 is installed
  • OR firefox-gtk3-data-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-amharic-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-inuktitut-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-multipress-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-thai-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-vietnamese-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-xim-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodules-tigrigna-3.10.9-2.8 is installed
  • OR firefox-gtk3-lang-3.10.9-2.8 is installed
  • OR firefox-gtk3-tools-3.10.9-2.8 is installed
  • OR firefox-harfbuzz-1.7.5-2.4 is installed
  • OR firefox-libatk-1_0-0-2.26.1-2.5 is installed
  • OR firefox-libatk-bridge-2_0-0-2.10.2-2.6 is installed
  • OR firefox-libatspi0-2.10.2-2.6 is installed
  • OR firefox-libcairo-gobject2-1.15.10-2.8 is installed
  • OR firefox-libcairo2-1.15.10-2.8 is installed
  • OR firefox-libfreetype6-2.9-2.4 is installed
  • OR firefox-libgcc_s1-5.3.1+r233831-10 is installed
  • OR firefox-libgdk_pixbuf-2_0-0-2.36.11-2.5 is installed
  • OR firefox-libgtk-3-0-3.10.9-2.8 is installed
  • OR firefox-libharfbuzz0-1.7.5-2.4 is installed
  • OR firefox-libpango-1_0-0-1.40.14-2.4 is installed
  • OR firefox-libpixman-1-0-0.34.0-2.5 is installed
  • OR firefox-libstdc++6-5.3.1+r233831-10 is installed
  • OR firefox-pango-1.40.14-2.4 is installed
  • OR firefox-pixman-0.34.0-2.5 is installed
  • OR libfirefox-gio-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-glib-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-gmodule-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-gobject-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-gthread-2_0-0-2.54.3-2.4 is installed
  • OR libfreebl3-3.41.1-38.6 is installed
  • OR libfreebl3-32bit-3.41.1-38.6 is installed
  • OR libsoftokn3-3.41.1-38.6 is installed
  • OR libsoftokn3-32bit-3.41.1-38.6 is installed
  • OR mozilla-nspr-4.20-29.3 is installed
  • OR mozilla-nspr-32bit-4.20-29.3 is installed
  • OR mozilla-nspr-devel-4.20-29.3 is installed
  • OR mozilla-nss-3.41.1-38.6 is installed
  • OR mozilla-nss-32bit-3.41.1-38.6 is installed
  • OR mozilla-nss-certs-3.41.1-38.6 is installed
  • OR mozilla-nss-certs-32bit-3.41.1-38.6 is installed
  • OR mozilla-nss-devel-3.41.1-38.6 is installed
  • OR mozilla-nss-tools-3.41.1-38.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-60.7.0esr-78.40 is installed
  • OR MozillaFirefox-branding-SLED-60-21.6 is installed
  • OR MozillaFirefox-translations-common-60.7.0esr-78.40 is installed
  • OR MozillaFirefox-translations-other-60.7.0esr-78.40 is installed
  • OR firefox-at-spi2-atk-2.10.2-2.6 is installed
  • OR firefox-at-spi2-core-2.10.2-2.6 is installed
  • OR firefox-at-spi2-core-lang-2.10.2-2.6 is installed
  • OR firefox-atk-2.26.1-2.5 is installed
  • OR firefox-atk-lang-2.26.1-2.5 is installed
  • OR firefox-cairo-1.15.10-2.8 is installed
  • OR firefox-dbus-1-glib-0.76-34.2.4 is installed
  • OR firefox-freetype2-2.9-2.4 is installed
  • OR firefox-gcc5-5.3.1+r233831-10 is installed
  • OR firefox-gdk-pixbuf-2.36.11-2.5 is installed
  • OR firefox-gdk-pixbuf-lang-2.36.11-2.5 is installed
  • OR firefox-gdk-pixbuf-query-loaders-2.36.11-2.5 is installed
  • OR firefox-gdk-pixbuf-thumbnailer-2.36.11-2.5 is installed
  • OR firefox-gio-branding-upstream-2.54.3-2.4 is installed
  • OR firefox-glib2-2.54.3-2.4 is installed
  • OR firefox-glib2-lang-2.54.3-2.4 is installed
  • OR firefox-glib2-tools-2.54.3-2.4 is installed
  • OR firefox-gtk3-3.10.9-2.8 is installed
  • OR firefox-gtk3-branding-upstream-3.10.9-2.8 is installed
  • OR firefox-gtk3-data-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-amharic-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-inuktitut-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-multipress-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-thai-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-vietnamese-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodule-xim-3.10.9-2.8 is installed
  • OR firefox-gtk3-immodules-tigrigna-3.10.9-2.8 is installed
  • OR firefox-gtk3-lang-3.10.9-2.8 is installed
  • OR firefox-gtk3-tools-3.10.9-2.8 is installed
  • OR firefox-harfbuzz-1.7.5-2.4 is installed
  • OR firefox-libatk-1_0-0-2.26.1-2.5 is installed
  • OR firefox-libatk-bridge-2_0-0-2.10.2-2.6 is installed
  • OR firefox-libatspi0-2.10.2-2.6 is installed
  • OR firefox-libcairo-gobject2-1.15.10-2.8 is installed
  • OR firefox-libcairo2-1.15.10-2.8 is installed
  • OR firefox-libfreetype6-2.9-2.4 is installed
  • OR firefox-libgcc_s1-5.3.1+r233831-10 is installed
  • OR firefox-libgdk_pixbuf-2_0-0-2.36.11-2.5 is installed
  • OR firefox-libgtk-3-0-3.10.9-2.8 is installed
  • OR firefox-libharfbuzz0-1.7.5-2.4 is installed
  • OR firefox-libpango-1_0-0-1.40.14-2.4 is installed
  • OR firefox-libpixman-1-0-0.34.0-2.5 is installed
  • OR firefox-libstdc++6-5.3.1+r233831-10 is installed
  • OR firefox-pango-1.40.14-2.4 is installed
  • OR firefox-pixman-0.34.0-2.5 is installed
  • OR libfirefox-gio-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-glib-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-gmodule-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-gobject-2_0-0-2.54.3-2.4 is installed
  • OR libfirefox-gthread-2_0-0-2.54.3-2.4 is installed
  • OR libfreebl3-3.41.1-38.6 is installed
  • OR libfreebl3-32bit-3.41.1-38.6 is installed
  • OR libsoftokn3-3.41.1-38.6 is installed
  • OR libsoftokn3-32bit-3.41.1-38.6 is installed
  • OR mozilla-nspr-4.20-29.3 is installed
  • OR mozilla-nspr-32bit-4.20-29.3 is installed
  • OR mozilla-nspr-devel-4.20-29.3 is installed
  • OR mozilla-nss-3.41.1-38.6 is installed
  • OR mozilla-nss-32bit-3.41.1-38.6 is installed
  • OR mozilla-nss-certs-3.41.1-38.6 is installed
  • OR mozilla-nss-certs-32bit-3.41.1-38.6 is installed
  • OR mozilla-nss-devel-3.41.1-38.6 is installed
  • OR mozilla-nss-tools-3.41.1-38.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND libslp1-openssl1-1.2.0-172.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libpython2_7-1_0-2.7.7-9 is installed
  • OR libpython2_7-1_0-32bit-2.7.7-9 is installed
  • OR python-2.7.7-9 is installed
  • OR python-32bit-2.7.7-9 is installed
  • OR python-base-2.7.7-9 is installed
  • OR python-base-32bit-2.7.7-9 is installed
  • OR python-curses-2.7.7-9 is installed
  • OR python-demo-2.7.7-9 is installed
  • OR python-doc-2.7.7-9 is installed
  • OR python-doc-pdf-2.7.7-9 is installed
  • OR python-gdbm-2.7.7-9 is installed
  • OR python-idle-2.7.7-9 is installed
  • OR python-tk-2.7.7-9 is installed
  • OR python-xml-2.7.7-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libpython2_7-1_0-2.7.7-9 is installed
  • OR libpython2_7-1_0-32bit-2.7.7-9 is installed
  • OR python-2.7.7-9 is installed
  • OR python-32bit-2.7.7-9 is installed
  • OR python-base-2.7.7-9 is installed
  • OR python-base-32bit-2.7.7-9 is installed
  • OR python-curses-2.7.7-9 is installed
  • OR python-demo-2.7.7-9 is installed
  • OR python-doc-2.7.7-9 is installed
  • OR python-doc-pdf-2.7.7-9 is installed
  • OR python-gdbm-2.7.7-9 is installed
  • OR python-idle-2.7.7-9 is installed
  • OR python-tk-2.7.7-9 is installed
  • OR python-xml-2.7.7-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • cvs-1.12.12-181 is installed
  • OR cvs-doc-1.12.12-181 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • kernel-default-3.12.59-60.41 is installed
  • OR kernel-default-base-3.12.59-60.41 is installed
  • OR kernel-default-devel-3.12.59-60.41 is installed
  • OR kernel-default-man-3.12.59-60.41 is installed
  • OR kernel-devel-3.12.59-60.41 is installed
  • OR kernel-macros-3.12.59-60.41 is installed
  • OR kernel-source-3.12.59-60.41 is installed
  • OR kernel-syms-3.12.59-60.41 is installed
  • OR kernel-xen-3.12.59-60.41 is installed
  • OR kernel-xen-base-3.12.59-60.41 is installed
  • OR kernel-xen-devel-3.12.59-60.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • kernel-default-3.12.59-60.41 is installed
  • OR kernel-default-base-3.12.59-60.41 is installed
  • OR kernel-default-devel-3.12.59-60.41 is installed
  • OR kernel-default-man-3.12.59-60.41 is installed
  • OR kernel-devel-3.12.59-60.41 is installed
  • OR kernel-macros-3.12.59-60.41 is installed
  • OR kernel-source-3.12.59-60.41 is installed
  • OR kernel-syms-3.12.59-60.41 is installed
  • OR kernel-xen-3.12.59-60.41 is installed
  • OR kernel-xen-base-3.12.59-60.41 is installed
  • OR kernel-xen-devel-3.12.59-60.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • alsa-1.0.27.2-11 is installed
  • OR alsa-docs-1.0.27.2-11 is installed
  • OR libasound2-1.0.27.2-11 is installed
  • OR libasound2-32bit-1.0.27.2-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND sudo-1.8.10p3-2.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND sudo-1.8.10p3-2.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libpython3_4m1_0-3.4.5-19 is installed
  • OR python3-3.4.5-19 is installed
  • OR python3-base-3.4.5-19 is installed
  • OR python3-curses-3.4.5-19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libpython3_4m1_0-3.4.5-19 is installed
  • OR python3-3.4.5-19 is installed
  • OR python3-base-3.4.5-19 is installed
  • OR python3-curses-3.4.5-19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND apache-commons-httpclient-3.1-4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND ucode-intel-20180425-13.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND ucode-intel-20180425-13.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • kernel-default-4.4.82-6.3 is installed
  • OR kernel-default-base-4.4.82-6.3 is installed
  • OR kernel-default-devel-4.4.82-6.3 is installed
  • OR kernel-default-man-4.4.82-6.3 is installed
  • OR kernel-devel-4.4.82-6.3 is installed
  • OR kernel-macros-4.4.82-6.3 is installed
  • OR kernel-source-4.4.82-6.3 is installed
  • OR kernel-syms-4.4.82-6.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • kernel-default-4.4.82-6.3 is installed
  • OR kernel-default-base-4.4.82-6.3 is installed
  • OR kernel-default-devel-4.4.82-6.3 is installed
  • OR kernel-default-man-4.4.82-6.3 is installed
  • OR kernel-devel-4.4.82-6.3 is installed
  • OR kernel-macros-4.4.82-6.3 is installed
  • OR kernel-source-4.4.82-6.3 is installed
  • OR kernel-syms-4.4.82-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-36 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • fuse-2.9.3-6.3 is installed
  • OR libfuse2-2.9.3-6.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • fuse-2.9.3-6.3 is installed
  • OR libfuse2-2.9.3-6.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND squid-3.5.21-26.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND squid-3.5.21-26.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_60-default-8-2 is installed
  • OR kgraft-patch-3_12_60-52_60-xen-8-2 is installed
  • OR kgraft-patch-SLE12_Update_17-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_60-default-8-2 is installed
  • OR kgraft-patch-3_12_60-52_60-xen-8-2 is installed
  • OR kgraft-patch-SLE12_Update_17-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • tar-1.27.1-11 is installed
  • OR tar-lang-1.27.1-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • libopenssl1_0_0-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-27.21 is installed
  • OR openssl-1.0.1i-27.21 is installed
  • OR openssl-doc-1.0.1i-27.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • bind-9.9.9P1-62 is installed
  • OR bind-chrootenv-9.9.9P1-62 is installed
  • OR bind-devel-9.9.9P1-62 is installed
  • OR bind-doc-9.9.9P1-62 is installed
  • OR bind-libs-9.9.9P1-62 is installed
  • OR bind-libs-32bit-9.9.9P1-62 is installed
  • OR bind-utils-9.9.9P1-62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • qemu-2.6.2-41.43 is installed
  • OR qemu-block-curl-2.6.2-41.43 is installed
  • OR qemu-block-rbd-2.6.2-41.43 is installed
  • OR qemu-block-ssh-2.6.2-41.43 is installed
  • OR qemu-guest-agent-2.6.2-41.43 is installed
  • OR qemu-ipxe-1.0.0-41.43 is installed
  • OR qemu-kvm-2.6.2-41.43 is installed
  • OR qemu-lang-2.6.2-41.43 is installed
  • OR qemu-ppc-2.6.2-41.43 is installed
  • OR qemu-seabios-1.9.1-41.43 is installed
  • OR qemu-sgabios-8-41.43 is installed
  • OR qemu-tools-2.6.2-41.43 is installed
  • OR qemu-vgabios-1.9.1-41.43 is installed
  • OR qemu-x86-2.6.2-41.43 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-106.6 is installed
  • OR libopenssl0_9_8-0.9.8j-106.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libvpx1-32bit-1.3.0-3.3 is installed
  • OR vpx-tools-1.3.0-3.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.34 is installed
  • OR libMagickCore1-6.4.3.6-7.34 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND python-XStatic-jquery-ui-1.11.0.1-2.3 is installed
  • BACK