Oval Definition:oval:org.opensuse.security:def:23006
Revision Date:2020-12-01Version:1
Title:Security update for tiff (Moderate)
Description:

This update for tiff to version 4.0.8 fixes a several bugs and security issues:

These security issues were fixed:

- CVE-2017-7595: The JPEGSetupEncode function allowed remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted image (bsc#1033127). - CVE-2016-10371: The TIFFWriteDirectoryTagCheckedRational function allowed remote attackers to cause a denial of service (assertion failure and application exit) via a crafted TIFF file (bsc#1038438). - CVE-2017-7598: Error in tif_dirread.c allowed remote attackers to cause a denial of service (divide-by-zero error and application crash) via a crafted image (bsc#1033118). - CVE-2017-7596: Undefined behavior because of floats outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033126). - CVE-2017-7597: Undefined behavior because of floats outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033120). - CVE-2017-7599: Undefined behavior because of shorts outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033113). - CVE-2017-7600: Undefined behavior because of chars outside their expected value range, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033112). - CVE-2017-7601: Because of a shift exponent too large for 64-bit type long undefined behavior was caused, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033111). - CVE-2017-7602: Prevent signed integer overflow, which allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033109). - CVE-2017-7592: The putagreytile function had a left-shift undefined behavior issue, which might allowed remote attackers to cause a denial of service (application crash) or possibly have unspecified other impact via a crafted image (bsc#1033131). - CVE-2017-7593: Ensure that tif_rawdata is properly initialized, to prevent remote attackers to obtain sensitive information from process memory via a crafted image (bsc#1033129). - CVE-2017-7594: The OJPEGReadHeaderInfoSecTablesDcTable function allowed remote attackers to cause a denial of service (memory leak) via a crafted image (bsc#1033128). - CVE-2017-9403: Prevent memory leak in function TIFFReadDirEntryLong8Array, which allowed attackers to cause a denial of service via a crafted file (bsc#1042805). - CVE-2017-9404: Fixed memory leak vulnerability in function OJPEGReadHeaderInfoSecTablesQTable, which allowed attackers to cause a denial of service via a crafted file (bsc#1042804).

These various other issues were fixed:

- Fix uint32 overflow in TIFFReadEncodedStrip() that caused an integer division by zero. Reported by Agostino Sarubbo. - fix heap-based buffer overflow on generation of PixarLog / LUV compressed files, with ColorMap, TransferFunction attached and nasty plays with bitspersample. The fix for LUV has not been tested, but suffers from the same kind of issue of PixarLog. - modify ChopUpSingleUncompressedStrip() to instanciate compute ntrips as TIFFhowmany_32(td->td_imagelength, rowsperstrip), instead of a logic based on the total size of data. Which is faulty is the total size of data is not sufficient to fill the whole image, and thus results in reading outside of the StripByCounts/StripOffsets arrays when using TIFFReadScanline() - make OJPEGDecode() early exit in case of failure in OJPEGPreDecode(). This will avoid a divide by zero, and potential other issues. - fix misleading indentation as warned by GCC. - revert change done on 2016-01-09 that made Param member of TIFFFaxTabEnt structure a uint16 to reduce size of the binary. It happens that the Hylafax software uses the tables that follow this typedef (TIFFFaxMainTable, TIFFFaxWhiteTable, TIFFFaxBlackTable), although they are not in a public libtiff header. - add TIFFReadRGBAStripExt() and TIFFReadRGBATileExt() variants of the functions without ext, with an extra argument to control the stop_on_error behaviour. - fix potential memory leaks in error code path of TIFFRGBAImageBegin(). - increase libjpeg max memory usable to 10 MB instead of libjpeg 1MB default. This helps when creating files with 'big' tile, without using libjpeg temporary files. - add _TIFFcalloc() - return 0 in Encode functions instead of -1 when TIFFFlushData1() fails. - only run JPEGFixupTagsSubsampling() if the YCbCrSubsampling tag is not explicitly present. This helps a bit to reduce the I/O amount when the tag is present (especially on cloud hosted files). - in LZWPostEncode(), increase, if necessary, the code bit-width after flushing the remaining code and before emitting the EOI code. - fix memory leak in error code path of PixarLogSetupDecode(). - fix potential memory leak in OJPEGReadHeaderInfoSecTablesQTable, OJPEGReadHeaderInfoSecTablesDcTable and OJPEGReadHeaderInfoSecTablesAcTable - avoid crash in Fax3Close() on empty file. - TIFFFillStrip(): add limitation to the number of bytes read in case td_stripbytecount[strip] is bigger than reasonable, so as to avoid excessive memory allocation. - fix memory leak when the underlying codec (ZIP, PixarLog) succeeds its setupdecode() method, but PredictorSetup fails. - TIFFFillStrip() and TIFFFillTile(): avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds and non-mapped cases. - TIFFFillStripPartial() / TIFFSeek(), avoid potential integer overflows with read_ahead in CHUNKY_STRIP_READ_SUPPORT mode. - avoid excessive memory allocation in case of shorten files. Only effective on 64 bit builds. - update tif_rawcc in CHUNKY_STRIP_READ_SUPPORT mode with tif_rawdataloaded when calling TIFFStartStrip() or TIFFFillStripPartial(). - avoid potential int32 overflow in TIFFYCbCrToRGBInit() Fixes - avoid potential int32 overflows in multiply_ms() and add_ms(). - fix out-of-buffer read in PackBitsDecode() Fixes - LogL16InitState(): avoid excessive memory allocation when RowsPerStrip tag is missing. - update dec_bitsleft at beginning of LZWDecode(), and update tif_rawcc at end of LZWDecode(). This is needed to properly work with the latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. - PixarLogDecode(): resync tif_rawcp with next_in and tif_rawcc with avail_in at beginning and end of function, similarly to what is done in LZWDecode(). Likely needed so that it works properly with latest chnges in tif_read.c in CHUNKY_STRIP_READ_SUPPORT mode. - initYCbCrConversion(): add basic validation of luma and refBlackWhite coefficients (just check they are not NaN for now), to avoid potential float to int overflows. - _TIFFVSetField(): fix outside range cast of double to float. - initYCbCrConversion(): check luma[1] is not zero to avoid division by zero - _TIFFVSetField(): fix outside range cast of double to float. - initYCbCrConversion(): check luma[1] is not zero to avoid division by zero. - initYCbCrConversion(): stricter validation for refBlackWhite coefficients values. - avoid uint32 underflow in cpDecodedStrips that can cause various issues, such as buffer overflows in the library. - fix readContigStripsIntoBuffer() in -i (ignore) mode so that the output buffer is correctly incremented to avoid write outside bounds. - add 3 extra bytes at end of strip buffer in readSeparateStripsIntoBuffer() to avoid read outside of heap allocated buffer. - fix integer division by zero when BitsPerSample is missing. - fix null pointer dereference in -r mode when the image has no StripByteCount tag. - avoid potential division by zero is BitsPerSamples tag is missing. - when TIFFGetField(, TIFFTAG_NUMBEROFINKS, ) is called, limit the return number of inks to SamplesPerPixel, so that code that parses ink names doesn't go past the end of the buffer. - avoid potential division by zero is BitsPerSamples tag is missing. - fix uint32 underflow/overflow that can cause heap-based buffer overflow. - replace assert( (bps % 8) == 0 ) by a non assert check. - fix 2 heap-based buffer overflows (in PSDataBW and PSDataColorContig). - prevent heap-based buffer overflow in -j mode on a paletted image. - fix wrong usage of memcpy() that can trigger unspecified behaviour. - avoid potential invalid memory read in t2p_writeproc. - avoid potential heap-based overflow in t2p_readwrite_pdf_image_tile(). - remove extraneous TIFFClose() in error code path, that caused double free. - error out cleanly in cpContig2SeparateByRow and cpSeparate2ContigByRow if BitsPerSample != 8 to avoid heap based overflow. - avoid integer division by zero. - call TIFFClose() in error code paths. - emit appropriate message if the input file is empty. - close TIFF handle in error code path.
Family:unixClass:patch
Status:Reference(s):1009966
1033109
1033111
1033112
1033113
1033118
1033120
1033126
1033127
1033128
1033129
1033131
1038438
1040311
1040312
1040313
1042804
1042805
1050577
1050578
1050579
1050581
1055960
1063269
1098545
1098546
1101689
1110746
1110747
1111069
1111072
1113160
1117951
1134195
1138034
1138822
1139073
1141035
1141661
1142038
1143913
1145604
1148177
1151021
1153090
1153277
1154940
1154968
1155372
1155988
1158328
1158809
1160163
1163871
1165921
1168310
1170231
1170557
1171687
1172462
1174633
1174635
1174638
1176012
1176072
1176382
1176896
1176931
1177914
910252
910253
913650
913651
917152
996511
CVE-2014-8116
CVE-2014-8117
CVE-2014-9620
CVE-2014-9621
CVE-2014-9653
CVE-2016-10371
CVE-2017-11624
CVE-2017-11625
CVE-2017-11626
CVE-2017-11627
CVE-2017-12595
CVE-2017-13058
CVE-2017-18379
CVE-2017-7592
CVE-2017-7593
CVE-2017-7594
CVE-2017-7595
CVE-2017-7596
CVE-2017-7597
CVE-2017-7598
CVE-2017-7599
CVE-2017-7600
CVE-2017-7601
CVE-2017-7602
CVE-2017-9208
CVE-2017-9209
CVE-2017-9210
CVE-2017-9403
CVE-2017-9404
CVE-2018-12599
CVE-2018-12600
CVE-2018-1333
CVE-2018-17965
CVE-2018-17966
CVE-2018-18016
CVE-2018-18024
CVE-2019-10164
CVE-2019-10215
CVE-2019-11135
CVE-2019-11139
CVE-2019-11745
CVE-2019-13722
CVE-2019-14835
CVE-2019-15043
CVE-2019-1551
CVE-2019-17005
CVE-2019-17008
CVE-2019-17009
CVE-2019-17010
CVE-2019-17011
CVE-2019-17012
CVE-2020-0429
CVE-2020-0431
CVE-2020-12245
CVE-2020-13379
CVE-2020-14345
CVE-2020-14346
CVE-2020-14347
CVE-2020-14381
CVE-2020-14386
CVE-2020-15999
CVE-2020-25212
SUSE-SU-2017:2569-1
SUSE-SU-2017:3048-1
SUSE-SU-2019:1783-2
SUSE-SU-2019:2988-1
SUSE-SU-2020:0474-1
SUSE-SU-2020:2331-1
SUSE-SU-2020:2998-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
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 SP3
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Containers 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Toolchain 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP4-ESPOS
SUSE Linux Enterprise Server 12 SP4-LTSS
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP1
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • MozillaFirefox-49.0.2-36.1 is installed
  • OR MozillaFirefox-branding-upstream-49.0.2-36.1 is installed
  • OR MozillaFirefox-buildsymbols-49.0.2-36.1 is installed
  • OR MozillaFirefox-devel-49.0.2-36.1 is installed
  • OR MozillaFirefox-translations-common-49.0.2-36.1 is installed
  • OR MozillaFirefox-translations-other-49.0.2-36.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • NetworkManager-1.0.12-3.2 is installed
  • OR NetworkManager-devel-1.0.12-3.2 is installed
  • OR NetworkManager-lang-1.0.12-3.2 is installed
  • OR libnm-glib-vpn1-1.0.12-3.2 is installed
  • OR libnm-glib4-1.0.12-3.2 is installed
  • OR libnm-util2-1.0.12-3.2 is installed
  • OR libnm0-1.0.12-3.2 is installed
  • OR typelib-1_0-NM-1_0-1.0.12-3.2 is installed
  • OR typelib-1_0-NMClient-1_0-1.0.12-3.2 is installed
  • OR typelib-1_0-NetworkManager-1_0-1.0.12-3.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-10.0.9-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.9-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.13 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • flash-player-11.2.202.554-0.29 is installed
  • OR flash-player-gnome-11.2.202.554-0.29 is installed
  • OR flash-player-kde4-11.2.202.554-0.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • alsa-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
  • SUSE Linux Enterprise Desktop 12 SP1 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 Desktop 12 SP3 is installed
  • AND libndp0-1.6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • gdk-pixbuf-loader-rsvg-2.42.3-1 is installed
  • OR librsvg-2-2-2.42.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • sles12-docker-image-1.1.2-20160727 is installed
  • OR sles12sp1-docker-image-1.0.5-20160727 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 is installed
  • AND Package Information
  • containerd-0.2.9+gitr706_06b9cb351610-3 is installed
  • OR docker-runc-1.0.0rc4+gitr3338_3f2f8b84a77f-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • conky-1.10.6-1 is installed
  • OR conky-doc-1.10.6-1 is installed
  • OR vim-plugin-conky-1.10.6-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libpmi0-17.02.11-6.19 is installed
  • OR libslurm31-17.02.11-6.19 is installed
  • OR perl-slurm-17.02.11-6.19 is installed
  • OR slurm-17.02.11-6.19 is installed
  • OR slurm-auth-none-17.02.11-6.19 is installed
  • OR slurm-config-17.02.11-6.19 is installed
  • OR slurm-devel-17.02.11-6.19 is installed
  • OR slurm-doc-17.02.11-6.19 is installed
  • OR slurm-lua-17.02.11-6.19 is installed
  • OR slurm-munge-17.02.11-6.19 is installed
  • OR slurm-pam_slurm-17.02.11-6.19 is installed
  • OR slurm-plugins-17.02.11-6.19 is installed
  • OR slurm-sched-wiki-17.02.11-6.19 is installed
  • OR slurm-slurmdb-direct-17.02.11-6.19 is installed
  • OR slurm-slurmdbd-17.02.11-6.19 is installed
  • OR slurm-sql-17.02.11-6.19 is installed
  • OR slurm-torque-17.02.11-6.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-97 is installed
  • OR libopenssl0_9_8-0.9.8j-97 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-97 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.55-52.42 is installed
  • OR kernel-ec2-devel-3.12.55-52.42 is installed
  • OR kernel-ec2-extra-3.12.55-52.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Toolchain 12 is installed
  • AND Package Information
  • cpp5-5.3.1+r233831-9 is installed
  • OR gcc5-5.3.1+r233831-9 is installed
  • OR gcc5-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-ada-5.3.1+r233831-9 is installed
  • OR gcc5-ada-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-c++-5.3.1+r233831-9 is installed
  • OR gcc5-c++-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-info-5.3.1+r233831-9 is installed
  • OR gcc5-locale-5.3.1+r233831-9 is installed
  • OR libada5-5.3.1+r233831-9 is installed
  • OR libada5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-109.13 is installed
  • OR php5-5.5.14-109.13 is installed
  • OR php5-bcmath-5.5.14-109.13 is installed
  • OR php5-bz2-5.5.14-109.13 is installed
  • OR php5-calendar-5.5.14-109.13 is installed
  • OR php5-ctype-5.5.14-109.13 is installed
  • OR php5-curl-5.5.14-109.13 is installed
  • OR php5-dba-5.5.14-109.13 is installed
  • OR php5-dom-5.5.14-109.13 is installed
  • OR php5-enchant-5.5.14-109.13 is installed
  • OR php5-exif-5.5.14-109.13 is installed
  • OR php5-fastcgi-5.5.14-109.13 is installed
  • OR php5-fileinfo-5.5.14-109.13 is installed
  • OR php5-fpm-5.5.14-109.13 is installed
  • OR php5-ftp-5.5.14-109.13 is installed
  • OR php5-gd-5.5.14-109.13 is installed
  • OR php5-gettext-5.5.14-109.13 is installed
  • OR php5-gmp-5.5.14-109.13 is installed
  • OR php5-iconv-5.5.14-109.13 is installed
  • OR php5-imap-5.5.14-109.13 is installed
  • OR php5-intl-5.5.14-109.13 is installed
  • OR php5-json-5.5.14-109.13 is installed
  • OR php5-ldap-5.5.14-109.13 is installed
  • OR php5-mbstring-5.5.14-109.13 is installed
  • OR php5-mcrypt-5.5.14-109.13 is installed
  • OR php5-mysql-5.5.14-109.13 is installed
  • OR php5-odbc-5.5.14-109.13 is installed
  • OR php5-opcache-5.5.14-109.13 is installed
  • OR php5-openssl-5.5.14-109.13 is installed
  • OR php5-pcntl-5.5.14-109.13 is installed
  • OR php5-pdo-5.5.14-109.13 is installed
  • OR php5-pear-5.5.14-109.13 is installed
  • OR php5-pgsql-5.5.14-109.13 is installed
  • OR php5-phar-5.5.14-109.13 is installed
  • OR php5-posix-5.5.14-109.13 is installed
  • OR php5-pspell-5.5.14-109.13 is installed
  • OR php5-shmop-5.5.14-109.13 is installed
  • OR php5-snmp-5.5.14-109.13 is installed
  • OR php5-soap-5.5.14-109.13 is installed
  • OR php5-sockets-5.5.14-109.13 is installed
  • OR php5-sqlite-5.5.14-109.13 is installed
  • OR php5-suhosin-5.5.14-109.13 is installed
  • OR php5-sysvmsg-5.5.14-109.13 is installed
  • OR php5-sysvsem-5.5.14-109.13 is installed
  • OR php5-sysvshm-5.5.14-109.13 is installed
  • OR php5-tokenizer-5.5.14-109.13 is installed
  • OR php5-wddx-5.5.14-109.13 is installed
  • OR php5-xmlreader-5.5.14-109.13 is installed
  • OR php5-xmlrpc-5.5.14-109.13 is installed
  • OR php5-xmlwriter-5.5.14-109.13 is installed
  • OR php5-xsl-5.5.14-109.13 is installed
  • OR php5-zip-5.5.14-109.13 is installed
  • OR php5-zlib-5.5.14-109.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.33 is installed
  • OR bind-chrootenv-9.9.6P1-0.33 is installed
  • OR bind-doc-9.9.6P1-0.33 is installed
  • OR bind-libs-9.9.6P1-0.33 is installed
  • OR bind-utils-9.9.6P1-0.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • compat-libldap-2_3-0-2.3.37-0.11 is installed
  • OR openldap2-2.4.20-0.11 is installed
  • OR openldap2-back-meta-2.4.20-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • compat-libldap-2_3-0-2.3.37-0.11 is installed
  • OR openldap2-2.4.20-0.11 is installed
  • OR openldap2-back-meta-2.4.20-0.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • compat-libldap-2_3-0-2.3.37-0.11 is installed
  • OR openldap2-2.4.20-0.11 is installed
  • OR openldap2-back-meta-2.4.20-0.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • freeradius-server-2.1.1-7.7.19 is installed
  • OR freeradius-server-dialupadmin-2.1.1-7.7.19 is installed
  • OR freeradius-server-doc-2.1.1-7.7.19 is installed
  • OR freeradius-server-libs-2.1.1-7.7.19 is installed
  • OR freeradius-server-utils-2.1.1-7.7.19 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
  • perl-5.10.0-64.61.61 is installed
  • OR perl-32bit-5.10.0-64.61.61 is installed
  • OR perl-base-5.10.0-64.61.61 is installed
  • OR perl-doc-5.10.0-64.61.61 is installed
  • OR perl-x86-5.10.0-64.61.61 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • perl-5.10.0-64.61.61 is installed
  • OR perl-32bit-5.10.0-64.61.61 is installed
  • OR perl-base-5.10.0-64.61.61 is installed
  • OR perl-doc-5.10.0-64.61.61 is installed
  • OR perl-x86-5.10.0-64.61.61 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • perl-5.10.0-64.61.61 is installed
  • OR perl-32bit-5.10.0-64.61.61 is installed
  • OR perl-base-5.10.0-64.61.61 is installed
  • OR perl-doc-5.10.0-64.61.61 is installed
  • OR perl-x86-5.10.0-64.61.61 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
  • apache2-mod_php53-5.3.17-55 is installed
  • OR php53-5.3.17-55 is installed
  • OR php53-bcmath-5.3.17-55 is installed
  • OR php53-bz2-5.3.17-55 is installed
  • OR php53-calendar-5.3.17-55 is installed
  • OR php53-ctype-5.3.17-55 is installed
  • OR php53-curl-5.3.17-55 is installed
  • OR php53-dba-5.3.17-55 is installed
  • OR php53-dom-5.3.17-55 is installed
  • OR php53-exif-5.3.17-55 is installed
  • OR php53-fastcgi-5.3.17-55 is installed
  • OR php53-fileinfo-5.3.17-55 is installed
  • OR php53-ftp-5.3.17-55 is installed
  • OR php53-gd-5.3.17-55 is installed
  • OR php53-gettext-5.3.17-55 is installed
  • OR php53-gmp-5.3.17-55 is installed
  • OR php53-iconv-5.3.17-55 is installed
  • OR php53-intl-5.3.17-55 is installed
  • OR php53-json-5.3.17-55 is installed
  • OR php53-ldap-5.3.17-55 is installed
  • OR php53-mbstring-5.3.17-55 is installed
  • OR php53-mcrypt-5.3.17-55 is installed
  • OR php53-mysql-5.3.17-55 is installed
  • OR php53-odbc-5.3.17-55 is installed
  • OR php53-openssl-5.3.17-55 is installed
  • OR php53-pcntl-5.3.17-55 is installed
  • OR php53-pdo-5.3.17-55 is installed
  • OR php53-pear-5.3.17-55 is installed
  • OR php53-pgsql-5.3.17-55 is installed
  • OR php53-pspell-5.3.17-55 is installed
  • OR php53-shmop-5.3.17-55 is installed
  • OR php53-snmp-5.3.17-55 is installed
  • OR php53-soap-5.3.17-55 is installed
  • OR php53-suhosin-5.3.17-55 is installed
  • OR php53-sysvmsg-5.3.17-55 is installed
  • OR php53-sysvsem-5.3.17-55 is installed
  • OR php53-sysvshm-5.3.17-55 is installed
  • OR php53-tokenizer-5.3.17-55 is installed
  • OR php53-wddx-5.3.17-55 is installed
  • OR php53-xmlreader-5.3.17-55 is installed
  • OR php53-xmlrpc-5.3.17-55 is installed
  • OR php53-xmlwriter-5.3.17-55 is installed
  • OR php53-xsl-5.3.17-55 is installed
  • OR php53-zip-5.3.17-55 is installed
  • OR php53-zlib-5.3.17-55 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.17-55 is installed
  • OR php53-5.3.17-55 is installed
  • OR php53-bcmath-5.3.17-55 is installed
  • OR php53-bz2-5.3.17-55 is installed
  • OR php53-calendar-5.3.17-55 is installed
  • OR php53-ctype-5.3.17-55 is installed
  • OR php53-curl-5.3.17-55 is installed
  • OR php53-dba-5.3.17-55 is installed
  • OR php53-dom-5.3.17-55 is installed
  • OR php53-exif-5.3.17-55 is installed
  • OR php53-fastcgi-5.3.17-55 is installed
  • OR php53-fileinfo-5.3.17-55 is installed
  • OR php53-ftp-5.3.17-55 is installed
  • OR php53-gd-5.3.17-55 is installed
  • OR php53-gettext-5.3.17-55 is installed
  • OR php53-gmp-5.3.17-55 is installed
  • OR php53-iconv-5.3.17-55 is installed
  • OR php53-intl-5.3.17-55 is installed
  • OR php53-json-5.3.17-55 is installed
  • OR php53-ldap-5.3.17-55 is installed
  • OR php53-mbstring-5.3.17-55 is installed
  • OR php53-mcrypt-5.3.17-55 is installed
  • OR php53-mysql-5.3.17-55 is installed
  • OR php53-odbc-5.3.17-55 is installed
  • OR php53-openssl-5.3.17-55 is installed
  • OR php53-pcntl-5.3.17-55 is installed
  • OR php53-pdo-5.3.17-55 is installed
  • OR php53-pear-5.3.17-55 is installed
  • OR php53-pgsql-5.3.17-55 is installed
  • OR php53-pspell-5.3.17-55 is installed
  • OR php53-shmop-5.3.17-55 is installed
  • OR php53-snmp-5.3.17-55 is installed
  • OR php53-soap-5.3.17-55 is installed
  • OR php53-suhosin-5.3.17-55 is installed
  • OR php53-sysvmsg-5.3.17-55 is installed
  • OR php53-sysvsem-5.3.17-55 is installed
  • OR php53-sysvshm-5.3.17-55 is installed
  • OR php53-tokenizer-5.3.17-55 is installed
  • OR php53-wddx-5.3.17-55 is installed
  • OR php53-xmlreader-5.3.17-55 is installed
  • OR php53-xmlrpc-5.3.17-55 is installed
  • OR php53-xmlwriter-5.3.17-55 is installed
  • OR php53-xsl-5.3.17-55 is installed
  • OR php53-zip-5.3.17-55 is installed
  • OR php53-zlib-5.3.17-55 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • gpg2-2.0.9-25.33.41 is installed
  • OR gpg2-lang-2.0.9-25.33.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • gpg2-2.0.9-25.33.41 is installed
  • OR gpg2-lang-2.0.9-25.33.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • gpg2-2.0.9-25.33.41 is installed
  • OR gpg2-lang-2.0.9-25.33.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • gpg2-2.0.9-25.33.41 is installed
  • OR gpg2-lang-2.0.9-25.33.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • gpg2-2.0.9-25.33.41 is installed
  • OR gpg2-lang-2.0.9-25.33.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • cvs-1.12.12-144.23.5 is installed
  • OR cvs-doc-1.12.12-144.23.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND python-pycrypto-2.6.1-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND python-pycrypto-2.6.1-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-3.0.101-0.47.106.11 is installed
  • OR kernel-default-base-3.0.101-0.47.106.11 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-man-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-source-3.0.101-0.47.106.11 is installed
  • OR kernel-syms-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.11 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-3.0.101-0.47.106.11 is installed
  • OR kernel-default-base-3.0.101-0.47.106.11 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-default-man-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.11 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.11 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-source-3.0.101-0.47.106.11 is installed
  • OR kernel-syms-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.11 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.11 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • glibc-2.11.3-17.110.6.2 is installed
  • OR glibc-32bit-2.11.3-17.110.6.2 is installed
  • OR glibc-devel-2.11.3-17.110.6.2 is installed
  • OR glibc-devel-32bit-2.11.3-17.110.6.2 is installed
  • OR glibc-html-2.11.3-17.110.6.2 is installed
  • OR glibc-i18ndata-2.11.3-17.110.6.2 is installed
  • OR glibc-info-2.11.3-17.110.6.2 is installed
  • OR glibc-locale-2.11.3-17.110.6.2 is installed
  • OR glibc-locale-32bit-2.11.3-17.110.6.2 is installed
  • OR glibc-profile-2.11.3-17.110.6.2 is installed
  • OR glibc-profile-32bit-2.11.3-17.110.6.2 is installed
  • OR nscd-2.11.3-17.110.6.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • curl-7.19.7-1.70.13 is installed
  • OR curl-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-7.19.7-1.70.13 is installed
  • OR libcurl4-32bit-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • curl-7.19.7-1.70.13 is installed
  • OR curl-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-7.19.7-1.70.13 is installed
  • OR libcurl4-32bit-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-7.19.7-1.70.13 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.70.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-6.4.3.6-7.78.14 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • fuse-2.8.7-0.11 is installed
  • OR libfuse2-2.8.7-0.11 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
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.52 is installed
  • OR libopenssl1_0_0-1.0.1g-0.52 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.52 is installed
  • OR libopenssl1_0_0-x86-1.0.1g-0.52 is installed
  • OR openssl1-1.0.1g-0.52 is installed
  • OR openssl1-doc-1.0.1g-0.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • libopenssl1-devel-1.0.1g-0.52 is installed
  • OR libopenssl1_0_0-1.0.1g-0.52 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.52 is installed
  • OR libopenssl1_0_0-x86-1.0.1g-0.52 is installed
  • OR openssl1-1.0.1g-0.52 is installed
  • OR openssl1-doc-1.0.1g-0.52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND mailx-openssl1-12.5-1.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • alsa-1.0.27.2-11.4 is installed
  • OR alsa-docs-1.0.27.2-11.4 is installed
  • OR libasound2-1.0.27.2-11.4 is installed
  • OR libasound2-32bit-1.0.27.2-11.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND ctags-5.8-7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND ctags-5.8-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libXt6-1.1.4-3.59 is installed
  • OR libXt6-32bit-1.1.4-3.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_24-default-8-2 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-8-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_24-default-8-2 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-8-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-8-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • libmysqlclient-devel-10.0.31-29.3.1 is installed
  • OR libmysqlclient18-10.0.31-29.3.1 is installed
  • OR libmysqlclient18-32bit-10.0.31-29.3.1 is installed
  • OR libmysqlclient_r18-10.0.31-29.3.1 is installed
  • OR libmysqld-devel-10.0.31-29.3.1 is installed
  • OR libmysqld18-10.0.31-29.3.1 is installed
  • OR mariadb-10.0.31-29.3.1 is installed
  • OR mariadb-client-10.0.31-29.3.1 is installed
  • OR mariadb-errormessages-10.0.31-29.3.1 is installed
  • OR mariadb-tools-10.0.31-29.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • gnutls-3.2.15-18.3 is installed
  • OR libgnutls-openssl27-3.2.15-18.3 is installed
  • OR libgnutls28-3.2.15-18.3 is installed
  • OR libgnutls28-32bit-3.2.15-18.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • gnutls-3.2.15-18.3 is installed
  • OR libgnutls-openssl27-3.2.15-18.3 is installed
  • OR libgnutls28-3.2.15-18.3 is installed
  • OR libgnutls28-32bit-3.2.15-18.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • apache-commons-daemon-1.0.15-4.221 is installed
  • OR apache-commons-daemon-javadoc-1.0.15-4.221 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_121-92_73-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_121-92_73-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libtiff5-4.0.8-44.3 is installed
  • OR libtiff5-32bit-4.0.8-44.3 is installed
  • OR tiff-4.0.8-44.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libtiff5-4.0.8-44.3 is installed
  • OR libtiff5-32bit-4.0.8-44.3 is installed
  • OR tiff-4.0.8-44.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libecpg6-10.9-1.12 is installed
  • OR libpq5-10.9-1.12 is installed
  • OR libpq5-32bit-10.9-1.12 is installed
  • OR postgresql10-10.9-1.12 is installed
  • OR postgresql10-contrib-10.9-1.12 is installed
  • OR postgresql10-docs-10.9-1.12 is installed
  • OR postgresql10-libs-10.9-1.12 is installed
  • OR postgresql10-plperl-10.9-1.12 is installed
  • OR postgresql10-plpython-10.9-1.12 is installed
  • OR postgresql10-pltcl-10.9-1.12 is installed
  • OR postgresql10-server-10.9-1.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libecpg6-10.9-1.12 is installed
  • OR libpq5-10.9-1.12 is installed
  • OR libpq5-32bit-10.9-1.12 is installed
  • OR postgresql10-10.9-1.12 is installed
  • OR postgresql10-contrib-10.9-1.12 is installed
  • OR postgresql10-docs-10.9-1.12 is installed
  • OR postgresql10-libs-10.9-1.12 is installed
  • OR postgresql10-plperl-10.9-1.12 is installed
  • OR postgresql10-plpython-10.9-1.12 is installed
  • OR postgresql10-pltcl-10.9-1.12 is installed
  • OR postgresql10-server-10.9-1.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_175-94_79-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_23-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_175-94_79-default-5-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_23-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • xorg-x11-server-7.6_1.18.3-76.26 is installed
  • OR xorg-x11-server-extra-7.6_1.18.3-76.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • xorg-x11-server-7.6_1.18.3-76.26 is installed
  • OR xorg-x11-server-extra-7.6_1.18.3-76.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • apache2-2.4.23-29.21 is installed
  • OR apache2-doc-2.4.23-29.21 is installed
  • OR apache2-example-pages-2.4.23-29.21 is installed
  • OR apache2-prefork-2.4.23-29.21 is installed
  • OR apache2-utils-2.4.23-29.21 is installed
  • OR apache2-worker-2.4.23-29.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • apache2-2.4.23-29.21 is installed
  • OR apache2-doc-2.4.23-29.21 is installed
  • OR apache2-example-pages-2.4.23-29.21 is installed
  • OR apache2-prefork-2.4.23-29.21 is installed
  • OR apache2-utils-2.4.23-29.21 is installed
  • OR apache2-worker-2.4.23-29.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND wpa_supplicant-2.6-15.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND wpa_supplicant-2.6-15.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND libXvMC1-1.0.8-7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
  • AND
  • grub2-2.02-12.39 is installed
  • OR grub2-arm64-efi-2.02-12.39 is installed
  • OR grub2-i386-pc-2.02-12.39 is installed
  • OR grub2-snapper-plugin-2.02-12.39 is installed
  • OR grub2-systemd-sleep-plugin-2.02-12.39 is installed
  • OR grub2-x86_64-efi-2.02-12.39 is installed
  • OR grub2-x86_64-xen-2.02-12.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
  • AND
  • grub2-2.02-12.39 is installed
  • OR grub2-arm64-efi-2.02-12.39 is installed
  • OR grub2-i386-pc-2.02-12.39 is installed
  • OR grub2-snapper-plugin-2.02-12.39 is installed
  • OR grub2-systemd-sleep-plugin-2.02-12.39 is installed
  • OR grub2-x86_64-efi-2.02-12.39 is installed
  • OR grub2-x86_64-xen-2.02-12.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4-LTSS is installed
  • AND squid-3.5.21-26.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
  • AND squid-3.5.21-26.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • MozillaFirefox-68.2.0-109.95 is installed
  • OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • MozillaFirefox-68.2.0-109.95 is installed
  • OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • hostinfo-1.0.1-19.5 is installed
  • OR supportutils-3.0-95.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • hostinfo-1.0.1-19.5 is installed
  • OR supportutils-3.0-95.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND clamav-0.99.2-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1 is installed
  • AND Package Information
  • java-1_4_2-ibm-sap-1.4.2_sr13.13-0.3 is installed
  • OR java-1_4_2-ibm-sap-devel-1.4.2_sr13.13-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-16 is installed
  • OR openldap2-2.4.39-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND apache2-mod_fcgid-2.2-31.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-devel-31.8.0esr-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-devel-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-devel-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • Xerces-c-2.8.0-29.17 is installed
  • OR libXerces-c-devel-2.8.0-29.17 is installed
  • OR libXerces-c28-2.8.0-29.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.38-44 is installed
  • OR kernel-default-extra-3.12.38-44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • empathy-3.10.3-1 is installed
  • OR empathy-lang-3.10.3-1 is installed
  • OR telepathy-mission-control-plugin-goa-3.10.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • imap-2007e_suse-22 is installed
  • OR libc-client2007e_suse-2007e_suse-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • gimp-2.8.18-9.3 is installed
  • OR gimp-lang-2.8.18-9.3 is installed
  • OR gimp-plugins-python-2.8.18-9.3 is installed
  • OR libgimp-2_0-0-2.8.18-9.3 is installed
  • OR libgimpui-2_0-0-2.8.18-9.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • Mesa-18.0.2-8.3 is installed
  • OR Mesa-libGLESv2-2-32bit-18.0.2-8.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.34.1 is installed
  • OR libMagickCore1-6.4.3.6-7.34.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • openstack-neutron-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-dhcp-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-ha-tool-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-l3-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-linuxbridge-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-metadata-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-metering-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-mlnx-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-nvsd-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-openvswitch-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-plugin-cisco-7.0.2~a0~dev63-1.1 is installed
  • OR openstack-neutron-restproxy-agent-7.0.4~a0~dev18-1.1 is installed
  • OR openstack-neutron-server-7.0.4~a0~dev18-1.1 is installed
  • OR python-neutron-7.0.4~a0~dev18-1.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND ansible-2.8.1-12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND
  • extra-cmake-modules-5.32.0-7 is installed
  • OR kauth-5.32.0-6 is installed
  • OR kauth-devel-5.32.0-6 is installed
  • OR kauth-devel-32bit-5.45.0-lp150.5 is installed
  • OR kauth-devel-64bit-5.32.0-6 is installed
  • OR kcoreaddons-5.32.0-8 is installed
  • OR kcoreaddons-devel-5.32.0-8 is installed
  • OR kcoreaddons-devel-64bit-5.32.0-8 is installed
  • OR kcoreaddons-lang-5.32.0-8 is installed
  • OR libKF5Auth5-5.32.0-6 is installed
  • OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
  • OR libKF5Auth5-64bit-5.32.0-6 is installed
  • OR libKF5Auth5-lang-5.32.0-6 is installed
  • OR libKF5CoreAddons5-5.32.0-8 is installed
  • OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
  • OR libpolkit-qt5-1-1-0.112.0-5 is installed
  • OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
  • OR libpolkit-qt5-1-devel-0.112.0-5 is installed
  • OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
  • OR polkit-qt5-1-0.112.0-5 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND
  • extra-cmake-modules-5.32.0-7 is installed
  • OR kauth-5.32.0-6 is installed
  • OR kauth-devel-5.32.0-6 is installed
  • OR kauth-devel-32bit-5.45.0-lp150.5 is installed
  • OR kauth-devel-64bit-5.32.0-6 is installed
  • OR kcoreaddons-5.32.0-8 is installed
  • OR kcoreaddons-devel-5.32.0-8 is installed
  • OR kcoreaddons-devel-64bit-5.32.0-8 is installed
  • OR kcoreaddons-lang-5.32.0-8 is installed
  • OR libKF5Auth5-5.32.0-6 is installed
  • OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
  • OR libKF5Auth5-64bit-5.32.0-6 is installed
  • OR libKF5Auth5-lang-5.32.0-6 is installed
  • OR libKF5CoreAddons5-5.32.0-8 is installed
  • OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
  • OR libpolkit-qt5-1-1-0.112.0-5 is installed
  • OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
  • OR libpolkit-qt5-1-devel-0.112.0-5 is installed
  • OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
  • OR polkit-qt5-1-0.112.0-5 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND
  • extra-cmake-modules-5.32.0-7 is installed
  • OR kauth-5.32.0-6 is installed
  • OR kauth-devel-5.32.0-6 is installed
  • OR kauth-devel-32bit-5.45.0-lp150.5 is installed
  • OR kauth-devel-64bit-5.32.0-6 is installed
  • OR kcoreaddons-5.32.0-8 is installed
  • OR kcoreaddons-devel-5.32.0-8 is installed
  • OR kcoreaddons-devel-64bit-5.32.0-8 is installed
  • OR kcoreaddons-lang-5.32.0-8 is installed
  • OR libKF5Auth5-5.32.0-6 is installed
  • OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
  • OR libKF5Auth5-64bit-5.32.0-6 is installed
  • OR libKF5Auth5-lang-5.32.0-6 is installed
  • OR libKF5CoreAddons5-5.32.0-8 is installed
  • OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
  • OR libpolkit-qt5-1-1-0.112.0-5 is installed
  • OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
  • OR libpolkit-qt5-1-devel-0.112.0-5 is installed
  • OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
  • OR polkit-qt5-1-0.112.0-5 is installed
  • BACK