| Revision Date: | 2020-12-01 | Version: | 1 |
| Title: | Security update for binutils (Moderate) |
| Description: |
GNU binutil was updated to the 2.29.1 release, bringing various new features, fixing a lot of bugs and security issues.
Following security issues are being addressed by this release:
* 18750 bsc#1030296 CVE-2014-9939 * 20891 bsc#1030585 CVE-2017-7225 * 20892 bsc#1030588 CVE-2017-7224 * 20898 bsc#1030589 CVE-2017-7223 * 20905 bsc#1030584 CVE-2017-7226 * 20908 bsc#1031644 CVE-2017-7299 * 20909 bsc#1031656 CVE-2017-7300 * 20921 bsc#1031595 CVE-2017-7302 * 20922 bsc#1031593 CVE-2017-7303 * 20924 bsc#1031638 CVE-2017-7301 * 20931 bsc#1031590 CVE-2017-7304 * 21135 bsc#1030298 CVE-2017-7209 * 21137 bsc#1029909 CVE-2017-6965 * 21139 bsc#1029908 CVE-2017-6966 * 21156 bsc#1029907 CVE-2017-6969 * 21157 bsc#1030297 CVE-2017-7210 * 21409 bsc#1037052 CVE-2017-8392 * 21412 bsc#1037057 CVE-2017-8393 * 21414 bsc#1037061 CVE-2017-8394 * 21432 bsc#1037066 CVE-2017-8396 * 21440 bsc#1037273 CVE-2017-8421 * 21580 bsc#1044891 CVE-2017-9746 * 21581 bsc#1044897 CVE-2017-9747 * 21582 bsc#1044901 CVE-2017-9748 * 21587 bsc#1044909 CVE-2017-9750 * 21594 bsc#1044925 CVE-2017-9755 * 21595 bsc#1044927 CVE-2017-9756 * 21787 bsc#1052518 CVE-2017-12448 * 21813 bsc#1052503, CVE-2017-12456, bsc#1052507, CVE-2017-12454, bsc#1052509, CVE-2017-12453, bsc#1052511, CVE-2017-12452, bsc#1052514, CVE-2017-12450, bsc#1052503, CVE-2017-12456, bsc#1052507, CVE-2017-12454, bsc#1052509, CVE-2017-12453, bsc#1052511, CVE-2017-12452, bsc#1052514, CVE-2017-12450 * 21933 bsc#1053347 CVE-2017-12799 * 21990 bsc#1058480 CVE-2017-14333 * 22018 bsc#1056312 CVE-2017-13757 * 22047 bsc#1057144 CVE-2017-14129 * 22058 bsc#1057149 CVE-2017-14130 * 22059 bsc#1057139 CVE-2017-14128 * 22113 bsc#1059050 CVE-2017-14529 * 22148 bsc#1060599 CVE-2017-14745 * 22163 bsc#1061241 CVE-2017-14974 * 22170 bsc#1060621 CVE-2017-14729
Update to binutils 2.29. [fate#321454, fate#321494, fate#323293]:
* The MIPS port now supports microMIPS eXtended Physical Addressing (XPA) instructions for assembly and disassembly. * The MIPS port now supports the microMIPS Release 5 ISA for assembly and disassembly. * The MIPS port now supports the Imagination interAptiv MR2 processor, which implements the MIPS32r3 ISA, the MIPS16e2 ASE as well as a couple of implementation-specific regular MIPS and MIPS16e2 ASE instructions. * The SPARC port now supports the SPARC M8 processor, which implements the Oracle SPARC Architecture 2017. * The MIPS port now supports the MIPS16e2 ASE for assembly and disassembly. * Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX. * Add support for the wasm32 ELF conversion of the WebAssembly file format. * Add --inlines option to objdump, which extends the --line-numbers option so that inlined functions will display their nesting information. * Add --merge-notes options to objcopy to reduce the size of notes in a binary file by merging and deleting redundant notes. * Add support for locating separate debug info files using the build-id method, where the separate file has a name based upon the build-id of the original file.
- GAS specific:
* Add support for ELF SHF_GNU_MBIND. * Add support for the WebAssembly file format and wasm32 ELF conversion. * PowerPC gas now checks that the correct register class is used in instructions. For instance, 'addi %f4,%cr3,%r31' warns three times that the registers are invalid. * Add support for the Texas Instruments PRU processor. * Support for the ARMv8-R architecture and Cortex-R52 processor has been added to the ARM port.
- GNU ld specific:
* Support for -z shstk in the x86 ELF linker to generate GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program properties. * Add support for GNU_PROPERTY_X86_FEATURE_1_SHSTK in ELF GNU program properties in the x86 ELF linker. * Add support for GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program properties in the x86 ELF linker. * Support for -z ibtplt in the x86 ELF linker to generate IBT-enabled PLT. * Support for -z ibt in the x86 ELF linker to generate IBT-enabled PLT as well as GNU_PROPERTY_X86_FEATURE_1_IBT in ELF GNU program properties. * Add support for ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX. * Add support for ELF GNU program properties. * Add support for the Texas Instruments PRU processor. * When configuring for arc*-*-linux* targets the default linker emulation will change if --with-cpu=nps400 is used at configure time. * Improve assignment of LMAs to orphan sections in some edge cases where a mixture of both AT>LMA_REGION and AT(LMA) are used. * Orphan sections placed after an empty section that has an AT(LMA) will now take an load memory address starting from LMA. * Section groups can now be resolved (the group deleted and the group members placed like normal sections) at partial link time either using the new linker option --force-group-allocation or by placing FORCE_GROUP_ALLOCATION into the linker script.
- Add riscv64 target, tested with gcc7 and downstream newlib 2.4.0 - Prepare riscv32 target (gh#riscv/riscv-newlib#8) - Make compressed debug section handling explicit, disable for old products and enable for gas on all architectures otherwise. [bsc#1029995] - Remove empty rpath component removal optimization from to workaround CMake rpath handling. [bsc#1025282]
Minor security bugs fixed: PR 21147, PR 21148, PR 21149, PR 21150, PR 21151, PR 21155, PR 21158, PR 21159
- Update to binutils 2.28.
* Add support for locating separate debug info files using the build-id method, where the separate file has a name based upon the build-id of the original file. * This version of binutils fixes a problem with PowerPC VLE 16A and 16D relocations which were functionally swapped, for example, R_PPC_VLE_HA16A performed like R_PPC_VLE_HA16D while R_PPC_VLE_HA16D performed like R_PPC_VLE_HA16A. This could have been fixed by renumbering relocations, which would keep object files created by an older version of gas compatible with a newer ld. However, that would require an ABI update, affecting other assemblers and linkers that create and process the relocations correctly. It is recommended that all VLE object files be recompiled, but ld can modify the relocations if --vle-reloc-fixup is passed to ld. If the new ld command line option is not used, ld will ld warn on finding relocations inconsistent with the instructions being relocated. * The nm program has a new command line option (--with-version-strings) which will display a symbol's version information, if any, after the symbol's name. * The ARC port of objdump now accepts a -M option to specify the extra instruction class(es) that should be disassembled. * The --remove-section option for objcopy and strip now accepts section patterns starting with an exclamation point to indicate a non-matching section. A non-matching section is removed from the set of sections matched by an earlier --remove-section pattern. * The --only-section option for objcopy now accepts section patterns starting with an exclamation point to indicate a non-matching section. A non-matching section is removed from the set of sections matched by an earlier --only-section pattern. * New --remove-relocations=SECTIONPATTERN option for objcopy and strip. This option can be used to remove sections containing relocations. The SECTIONPATTERN is the section to which the relocations apply, not the relocation section itself.
- GAS specific:
* Add support for the RISC-V architecture. * Add support for the ARM Cortex-M23 and Cortex-M33 processors.
- GNU ld specific:
* The EXCLUDE_FILE linker script construct can now be applied outside of the section list in order for the exclusions to apply over all input sections in the list. * Add support for the RISC-V architecture. * The command line option --no-eh-frame-hdr can now be used in ELF based linkers to disable the automatic generation of .eh_frame_hdr sections. * Add --in-implib= to the ARM linker to enable specifying a set of Secure Gateway veneers that must exist in the output import library specified by --out-implib= and the address they must have. As such, --in-implib is only supported in combination with --cmse-implib. * Extended the --out-implib= option, previously restricted to x86 PE targets, to any ELF based target. This allows the generation of an import library for an ELF executable, which can then be used by another application to link against the executable.
- GOLD specific:
* Add -z bndplt option (x86-64 only) to support Intel MPX. * Add --orphan-handling option. * Add --stub-group-multi option (PowerPC only). * Add --target1-rel, --target1-abs, --target2 options (Arm only). * Add -z stack-size option. * Add --be8 option (Arm only). * Add HIDDEN support in linker scripts. * Add SORT_BY_INIT_PRIORITY support in linker scripts.
- Other fixes:
* Fix section alignment on .gnu_debuglink. [bso#21193] * Add s390x to gold_archs. * Fix alignment frags for aarch64 (bsc#1003846) * Call ldconfig for libbfd * Fix an assembler problem with clang on ARM. * Restore monotonically increasing section offsets.
- Update to binutils 2.27.
* Add a configure option, --enable-64-bit-archive, to force use of a 64-bit format when creating an archive symbol index. * Add --elf-stt-common= option to objcopy for ELF targets to control whether to convert common symbols to the STT_COMMON type.
- GAS specific:
* Default to --enable-compressed-debug-sections=gas for Linux/x86 targets. * Add --no-pad-sections to stop the assembler from padding the end of output sections up to their alignment boundary. * Support for the ARMv8-M architecture has been added to the ARM port. Support for the ARMv8-M Security and DSP Extensions has also been added to the ARM port. * ARC backend accepts .extInstruction, .extCondCode, .extAuxRegister, and .extCoreRegister pseudo-ops that allow an user to define custom instructions, conditional codes, auxiliary and core registers. * Add a configure option --enable-elf-stt-common to decide whether ELF assembler should generate common symbols with the STT_COMMON type by default. Default to no. * New command line option --elf-stt-common= for ELF targets to control whether to generate common symbols with the STT_COMMON type. * Add ability to set section flags and types via numeric values for ELF based targets. * Add a configure option --enable-x86-relax-relocations to decide whether x86 assembler should generate relax relocations by default. Default to yes, except for x86 Solaris targets older than Solaris 12. * New command line option -mrelax-relocations= for x86 target to control whether to generate relax relocations. * New command line option -mfence-as-lock-add=yes for x86 target to encode lfence, mfence and sfence as 'lock addl $0x0, (%[re]sp)'. * Add assembly-time relaxation option for ARC cpus. * Add --with-cpu=TYPE configure option for ARC gas. This allows the default cpu type to be adjusted at configure time.
- GOLD specific:
* Add a configure option --enable-relro to decide whether -z relro should be enabled by default. Default to yes. * Add support for s390, MIPS, AArch64, and TILE-Gx architectures. * Add support for STT_GNU_IFUNC symbols. * Add support for incremental linking (--incremental).
- GNU ld specific:
* Add a configure option --enable-relro to decide whether -z relro should be enabled in ELF linker by default. Default to yes for all Linux targets except FRV, HPPA, IA64 and MIPS. * Support for -z noreloc-overflow in the x86-64 ELF linker to disable relocation overflow check. * Add -z common/-z nocommon options for ELF targets to control whether to convert common symbols to the STT_COMMON type during a relocatable link. * Support for -z nodynamic-undefined-weak in the x86 ELF linker, which avoids dynamic relocations against undefined weak symbols in executable. * The NOCROSSREFSTO command was added to the linker script language. * Add --no-apply-dynamic-relocs to the AArch64 linker to do not apply link-time values for dynamic relocations.
|
| Family: | unix | Class: | patch |
| Status: | | Reference(s): | 1003846 1025282 1029907 1029908 1029909 1029995 1030296 1030297 1030298 1030583 1030584 1030585 1030588 1030589 1031590 1031593 1031595 1031638 1031644 1031656 1033122 1037052 1037057 1037061 1037062 1037066 1037070 1037072 1037273 1038874 1038875 1038876 1038877 1038878 1038880 1038881 1044891 1044897 1044901 1044909 1044925 1044927 1046094 1052061 1052496 1052503 1052507 1052509 1052511 1052514 1052518 1053347 1056312 1056437 1057139 1057144 1057149 1058480 1059050 1060599 1060621 1061241 1068664 1081024 1082318 1093664 1104668 1106923 1108835 1109252 1110445 1111278 1112024 1113083 1113632 1113665 1116574 1128828 1133037 1141619 1142614 1153108 1154824 1156317 1156321 1156331 1157770 1159208 1159623 1161951 1164871 1169025 1169625 1170383 1170618 1170620 1171098 1171195 1171202 1171218 1171219 1171689 1171698 1172032 1172221 1172317 1172402 1172524 1173991 1174284 1175194 1175686 1178666 1178667 1178668 437293 445037 546106 561142 578249 590820 691290 698346 713504 776968 863764 938658 970239 CVE-2012-0876 CVE-2014-9939 CVE-2016-0705 CVE-2016-0718 CVE-2016-4472 CVE-2016-9063 CVE-2017-1000158 CVE-2017-12448 CVE-2017-12450 CVE-2017-12452 CVE-2017-12453 CVE-2017-12454 CVE-2017-12456 CVE-2017-12799 CVE-2017-13757 CVE-2017-14128 CVE-2017-14129 CVE-2017-14130 CVE-2017-14333 CVE-2017-14529 CVE-2017-14729 CVE-2017-14745 CVE-2017-14974 CVE-2017-3732 CVE-2017-3736 CVE-2017-6318 CVE-2017-6965 CVE-2017-6966 CVE-2017-6969 CVE-2017-7209 CVE-2017-7210 CVE-2017-7223 CVE-2017-7224 CVE-2017-7225 CVE-2017-7226 CVE-2017-7227 CVE-2017-7299 CVE-2017-7300 CVE-2017-7301 CVE-2017-7302 CVE-2017-7303 CVE-2017-7304 CVE-2017-7614 CVE-2017-8392 CVE-2017-8393 CVE-2017-8394 CVE-2017-8395 CVE-2017-8396 CVE-2017-8397 CVE-2017-8398 CVE-2017-8421 CVE-2017-9038 CVE-2017-9039 CVE-2017-9040 CVE-2017-9041 CVE-2017-9042 CVE-2017-9043 CVE-2017-9044 CVE-2017-9233 CVE-2017-9746 CVE-2017-9747 CVE-2017-9748 CVE-2017-9750 CVE-2017-9755 CVE-2017-9756 CVE-2017-9954 CVE-2017-9955 CVE-2018-1057 CVE-2018-12539 CVE-2018-13785 CVE-2018-1517 CVE-2018-15686 CVE-2018-15688 CVE-2018-1656 CVE-2018-20856 CVE-2018-2940 CVE-2018-2952 CVE-2018-2964 CVE-2018-2973 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3214 CVE-2019-1010006 CVE-2019-10220 CVE-2019-11459 CVE-2019-13272 CVE-2019-15239 CVE-2019-9893 CVE-2020-0543 CVE-2020-10757 CVE-2020-12114 CVE-2020-12405 CVE-2020-12406 CVE-2020-12410 CVE-2020-12652 CVE-2020-12653 CVE-2020-12654 CVE-2020-12656 CVE-2020-12861 CVE-2020-12862 CVE-2020-12863 CVE-2020-12864 CVE-2020-12865 CVE-2020-12866 CVE-2020-12867 CVE-2020-14350 CVE-2020-15663 CVE-2020-15664 CVE-2020-15670 CVE-2020-25694 CVE-2020-25695 CVE-2020-25696 SUSE-SU-2017:3170-1 SUSE-SU-2018:1687-1 SUSE-SU-2019:2941-1 SUSE-SU-2020:0497-1 SUSE-SU-2020:1563-1 SUSE-SU-2020:3125-1 SUSE-SU-2020:3477-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 Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL 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-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 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL 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-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 Linux Enterprise Workstation Extension 12 SP5 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
| Definition Synopsis |
| openSUSE Leap 42.1 is installed AND Package Information
chromedriver-50.0.2661.75-41.1 is installed
OR chromium-50.0.2661.75-41.1 is installed
OR chromium-desktop-gnome-50.0.2661.75-41.1 is installed
OR chromium-desktop-kde-50.0.2661.75-41.1 is installed
OR chromium-ffmpegsumo-50.0.2661.75-41.1 is installed
|
| Definition Synopsis |
| openSUSE Leap 42.2 is installed
AND apache2-mod_perl-2.0.9-3.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.7esr-0.3 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.7esr-0.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid-devel-2.19.1-6.62 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
freerdp-1.0.2-7 is installed
OR libfreerdp-1_0-1.0.2-7 is installed
OR libfreerdp-1_0-plugins-1.0.2-7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP1 is installed
AND gzip-1.6-7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Desktop 12 SP3 is installed
AND libsrtp1-1.5.2-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.8.5-15.9 is installed
OR puppet-server-3.8.5-15.9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
cyrus-sasl-2.1.26-3 is installed
OR cyrus-sasl-32bit-2.1.26-3 is installed
OR cyrus-sasl-crammd5-2.1.26-3 is installed
OR cyrus-sasl-crammd5-32bit-2.1.26-3 is installed
OR cyrus-sasl-devel-2.1.26-3 is installed
OR cyrus-sasl-digestmd5-2.1.26-3 is installed
OR cyrus-sasl-digestmd5-32bit-2.1.26-3 is installed
OR cyrus-sasl-gssapi-2.1.26-3 is installed
OR cyrus-sasl-gssapi-32bit-2.1.26-3 is installed
OR cyrus-sasl-otp-2.1.26-3 is installed
OR cyrus-sasl-plain-2.1.26-3 is installed
OR cyrus-sasl-plain-32bit-2.1.26-3 is installed
OR cyrus-sasl-saslauthd-2.1.26-3 is installed
OR libsasl2-3-2.1.26-3 is installed
OR libsasl2-3-32bit-2.1.26-3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Containers 12 is installed
AND sles11sp4-docker-image-1.1.1-20160304104123 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
flatpak-0.10.4-2 is installed
OR flatpak-devel-0.10.4-2 is installed
OR libflatpak0-0.10.4-2 is installed
OR typelib-1_0-Flatpak-1_0-0.10.4-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
rpm-4.14.1-10.3 is installed
OR rpm-build-4.14.1-10.3 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.20-30 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-30 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-30 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-30 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.44-52.10 is installed
OR kernel-ec2-devel-3.12.44-52.10 is installed
OR kernel-ec2-extra-3.12.44-52.10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-30 is installed
OR php5-5.5.14-30 is installed
OR php5-bcmath-5.5.14-30 is installed
OR php5-bz2-5.5.14-30 is installed
OR php5-calendar-5.5.14-30 is installed
OR php5-ctype-5.5.14-30 is installed
OR php5-curl-5.5.14-30 is installed
OR php5-dba-5.5.14-30 is installed
OR php5-dom-5.5.14-30 is installed
OR php5-enchant-5.5.14-30 is installed
OR php5-exif-5.5.14-30 is installed
OR php5-fastcgi-5.5.14-30 is installed
OR php5-fileinfo-5.5.14-30 is installed
OR php5-fpm-5.5.14-30 is installed
OR php5-ftp-5.5.14-30 is installed
OR php5-gd-5.5.14-30 is installed
OR php5-gettext-5.5.14-30 is installed
OR php5-gmp-5.5.14-30 is installed
OR php5-iconv-5.5.14-30 is installed
OR php5-intl-5.5.14-30 is installed
OR php5-json-5.5.14-30 is installed
OR php5-ldap-5.5.14-30 is installed
OR php5-mbstring-5.5.14-30 is installed
OR php5-mcrypt-5.5.14-30 is installed
OR php5-mysql-5.5.14-30 is installed
OR php5-odbc-5.5.14-30 is installed
OR php5-openssl-5.5.14-30 is installed
OR php5-pcntl-5.5.14-30 is installed
OR php5-pdo-5.5.14-30 is installed
OR php5-pear-5.5.14-30 is installed
OR php5-pgsql-5.5.14-30 is installed
OR php5-pspell-5.5.14-30 is installed
OR php5-shmop-5.5.14-30 is installed
OR php5-snmp-5.5.14-30 is installed
OR php5-soap-5.5.14-30 is installed
OR php5-sockets-5.5.14-30 is installed
OR php5-sqlite-5.5.14-30 is installed
OR php5-suhosin-5.5.14-30 is installed
OR php5-sysvmsg-5.5.14-30 is installed
OR php5-sysvsem-5.5.14-30 is installed
OR php5-sysvshm-5.5.14-30 is installed
OR php5-tokenizer-5.5.14-30 is installed
OR php5-wddx-5.5.14-30 is installed
OR php5-xmlreader-5.5.14-30 is installed
OR php5-xmlrpc-5.5.14-30 is installed
OR php5-xmlwriter-5.5.14-30 is installed
OR php5-xsl-5.5.14-30 is installed
OR php5-zip-5.5.14-30 is installed
OR php5-zlib-5.5.14-30 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
ghostscript-fonts-other-8.62-32.47.13 is installed
OR ghostscript-fonts-rus-8.62-32.47.13 is installed
OR ghostscript-fonts-std-8.62-32.47.13 is installed
OR ghostscript-library-8.62-32.47.13 is installed
OR ghostscript-omni-8.62-32.47.13 is installed
OR ghostscript-x11-8.62-32.47.13 is installed
OR libgimpprint-4.2.7-32.47.13 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 is installed
AND dnsmasq-2.45-12.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND dnsmasq-2.45-12.23 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND ed-0.2-1001.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND ed-0.2-1001.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND ed-0.2-1001.30 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
bind-9.6ESVR11W1-0.27 is installed
OR bind-chrootenv-9.6ESVR11W1-0.27 is installed
OR bind-doc-9.6ESVR11W1-0.27 is installed
OR bind-libs-9.6ESVR11W1-0.27 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.27 is installed
OR bind-utils-9.6ESVR11W1-0.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.27 is installed
OR bind-chrootenv-9.6ESVR11W1-0.27 is installed
OR bind-doc-9.6ESVR11W1-0.27 is installed
OR bind-libs-9.6ESVR11W1-0.27 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.27 is installed
OR bind-utils-9.6ESVR11W1-0.27 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
xen-4.1.5_02-0.5 is installed
OR xen-doc-html-4.1.5_02-0.5 is installed
OR xen-doc-pdf-4.1.5_02-0.5 is installed
OR xen-kmp-default-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-kmp-pae-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-kmp-trace-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-libs-4.1.5_02-0.5 is installed
OR xen-libs-32bit-4.1.5_02-0.5 is installed
OR xen-tools-4.1.5_02-0.5 is installed
OR xen-tools-domU-4.1.5_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
xen-4.1.5_02-0.5 is installed
OR xen-doc-html-4.1.5_02-0.5 is installed
OR xen-doc-pdf-4.1.5_02-0.5 is installed
OR xen-kmp-default-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-kmp-pae-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-kmp-trace-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-libs-4.1.5_02-0.5 is installed
OR xen-libs-32bit-4.1.5_02-0.5 is installed
OR xen-tools-4.1.5_02-0.5 is installed
OR xen-tools-domU-4.1.5_02-0.5 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
xen-4.1.5_02-0.5 is installed
OR xen-doc-html-4.1.5_02-0.5 is installed
OR xen-doc-pdf-4.1.5_02-0.5 is installed
OR xen-kmp-default-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-kmp-pae-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-kmp-trace-4.1.5_02_3.0.74_0.6.10-0.5 is installed
OR xen-libs-4.1.5_02-0.5 is installed
OR xen-libs-32bit-4.1.5_02-0.5 is installed
OR xen-tools-4.1.5_02-0.5 is installed
OR xen-tools-domU-4.1.5_02-0.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libpoppler-glib4-0.12.3-1.3 is installed
OR libpoppler-qt4-3-0.12.3-1.3 is installed
OR libpoppler5-0.12.3-1.3 is installed
OR poppler-tools-0.12.3-1.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
xen-4.1.6_08-0.9 is installed
OR xen-devel-4.1.6_08-0.9 is installed
OR xen-doc-html-4.1.6_08-0.9 is installed
OR xen-doc-pdf-4.1.6_08-0.9 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-0.9 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-0.9 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-0.9 is installed
OR xen-libs-4.1.6_08-0.9 is installed
OR xen-libs-32bit-4.1.6_08-0.9 is installed
OR xen-tools-4.1.6_08-0.9 is installed
OR xen-tools-domU-4.1.6_08-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
xen-4.1.6_08-0.9 is installed
OR xen-devel-4.1.6_08-0.9 is installed
OR xen-doc-html-4.1.6_08-0.9 is installed
OR xen-doc-pdf-4.1.6_08-0.9 is installed
OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-0.9 is installed
OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-0.9 is installed
OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-0.9 is installed
OR xen-libs-4.1.6_08-0.9 is installed
OR xen-libs-32bit-4.1.6_08-0.9 is installed
OR xen-tools-4.1.6_08-0.9 is installed
OR xen-tools-domU-4.1.6_08-0.9 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
curl-7.19.7-1.46 is installed
OR libcurl4-7.19.7-1.46 is installed
OR libcurl4-32bit-7.19.7-1.46 is installed
OR libcurl4-x86-7.19.7-1.46 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
kvm-1.4.2-0.21 is installed
OR libvirt-1.0.5.9-0.19 is installed
OR libvirt-client-1.0.5.9-0.19 is installed
OR libvirt-client-32bit-1.0.5.9-0.19 is installed
OR libvirt-doc-1.0.5.9-0.19 is installed
OR libvirt-lock-sanlock-1.0.5.9-0.19 is installed
OR libvirt-python-1.0.5.9-0.19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
PolicyKit-0.9-14.41 is installed
OR PolicyKit-32bit-0.9-14.41 is installed
OR PolicyKit-doc-0.9-14.39 is installed
OR PolicyKit-x86-0.9-14.41 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
java-1_7_0-ibm-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-51 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.20-51 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.20-51 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.25-69.1 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.25-69.1 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.25-69.1 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.25-69.1 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.25-69.1 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.25-69.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
expat-2.0.1-88.42.6 is installed
OR libexpat1-2.0.1-88.42.6 is installed
OR libexpat1-32bit-2.0.1-88.42.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
expat-2.0.1-88.42.6 is installed
OR libexpat1-2.0.1-88.42.6 is installed
OR libexpat1-32bit-2.0.1-88.42.6 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
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 Linux Enterprise Server 11 SP4 is installed
AND LibVNCServer-0.9.1-154 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-42 is installed
OR salt-doc-2016.11.4-42 is installed
OR salt-minion-2016.11.4-42 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
gstreamer-0_10-plugins-base-0.10.35-5.18.5 is installed
OR gstreamer-0_10-plugins-base-32bit-0.10.35-5.18.5 is installed
OR gstreamer-0_10-plugins-base-doc-0.10.35-5.18.5 is installed
OR gstreamer-0_10-plugins-base-lang-0.10.35-5.18.5 is installed
OR libgstapp-0_10-0-0.10.35-5.18.5 is installed
OR libgstapp-0_10-0-32bit-0.10.35-5.18.5 is installed
OR libgstinterfaces-0_10-0-0.10.35-5.18.5 is installed
OR libgstinterfaces-0_10-0-32bit-0.10.35-5.18.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
gstreamer-0_10-plugins-base-0.10.35-5.18.5 is installed
OR gstreamer-0_10-plugins-base-32bit-0.10.35-5.18.5 is installed
OR gstreamer-0_10-plugins-base-doc-0.10.35-5.18.5 is installed
OR gstreamer-0_10-plugins-base-lang-0.10.35-5.18.5 is installed
OR libgstapp-0_10-0-0.10.35-5.18.5 is installed
OR libgstapp-0_10-0-32bit-0.10.35-5.18.5 is installed
OR libgstinterfaces-0_10-0-0.10.35-5.18.5 is installed
OR libgstinterfaces-0_10-0-32bit-0.10.35-5.18.5 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.69 is installed
OR libcurl4-openssl1-7.19.7-1.69 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.69 is installed
OR libcurl4-openssl1-x86-7.19.7-1.69 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.69 is installed
OR libcurl4-openssl1-7.19.7-1.69 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.69 is installed
OR libcurl4-openssl1-x86-7.19.7-1.69 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 is installed
AND Package Information
emacs-24.3-14.44 is installed
OR emacs-el-24.3-14.44 is installed
OR emacs-info-24.3-14.44 is installed
OR emacs-nox-24.3-14.44 is installed
OR emacs-x11-24.3-14.44 is installed
OR etags-24.3-14.44 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
gdk-pixbuf-2.30.6-7 is installed
OR gdk-pixbuf-lang-2.30.6-7 is installed
OR gdk-pixbuf-query-loaders-2.30.6-7 is installed
OR gdk-pixbuf-query-loaders-32bit-2.30.6-7 is installed
OR libgdk_pixbuf-2_0-0-2.30.6-7 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.30.6-7 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.30.6-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
gdk-pixbuf-2.30.6-7 is installed
OR gdk-pixbuf-lang-2.30.6-7 is installed
OR gdk-pixbuf-query-loaders-2.30.6-7 is installed
OR gdk-pixbuf-query-loaders-32bit-2.30.6-7 is installed
OR libgdk_pixbuf-2_0-0-2.30.6-7 is installed
OR libgdk_pixbuf-2_0-0-32bit-2.30.6-7 is installed
OR typelib-1_0-GdkPixbuf-2_0-2.30.6-7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
DirectFB-1.7.1-4.1 is installed
OR lib++dfb-1_7-1-1.7.1-4.1 is installed
OR libdirectfb-1_7-1-1.7.1-4.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND sudo-1.8.10p3-2.19 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
bind-9.9.9P1-62.1 is installed
OR bind-chrootenv-9.9.9P1-62.1 is installed
OR bind-devel-9.9.9P1-62.1 is installed
OR bind-doc-9.9.9P1-62.1 is installed
OR bind-libs-9.9.9P1-62.1 is installed
OR bind-libs-32bit-9.9.9P1-62.1 is installed
OR bind-utils-9.9.9P1-62.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
git-2.12.3-27.5 is installed
OR git-core-2.12.3-27.5 is installed
OR git-doc-2.12.3-27.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
git-2.12.3-27.5 is installed
OR git-core-2.12.3-27.5 is installed
OR git-doc-2.12.3-27.5 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP2 is installed
AND dnsmasq-2.71-10.1 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
xen-4.7.5_04-43.33 is installed
OR xen-doc-html-4.7.5_04-43.33 is installed
OR xen-libs-4.7.5_04-43.33 is installed
OR xen-libs-32bit-4.7.5_04-43.33 is installed
OR xen-tools-4.7.5_04-43.33 is installed
OR xen-tools-domU-4.7.5_04-43.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
xen-4.7.5_04-43.33 is installed
OR xen-doc-html-4.7.5_04-43.33 is installed
OR xen-libs-4.7.5_04-43.33 is installed
OR xen-libs-32bit-4.7.5_04-43.33 is installed
OR xen-tools-4.7.5_04-43.33 is installed
OR xen-tools-domU-4.7.5_04-43.33 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND clamav-0.100.1-33.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND clamav-0.100.1-33.15 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND binutils-2.29.1-9.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND binutils-2.29.1-9.20 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libseccomp-2.4.1-11.3 is installed
OR libseccomp2-2.4.1-11.3 is installed
OR libseccomp2-32bit-2.4.1-11.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
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 Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
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
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND sane-backends-1.0.31-4.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND sane-backends-1.0.31-4.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
java-1_8_0-ibm-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
libjasper1-1.900.14-195.8 is installed
OR libjasper1-32bit-1.900.14-195.8 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP4-LTSS is installed
AND
libdcerpc-binding0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-doc-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND
libdcerpc-binding0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc-binding0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libdcerpc0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-krb5pac0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-nbt0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr-standard0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libndr0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libnetapi0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-credentials0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-errors0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-hostconfig0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-passdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamba-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsamdb0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbconf0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libsmbldap0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libtevent-util0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR libwbclient0-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-client-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-doc-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-libs-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
OR samba-winbind-32bit-4.6.16+git.186.c6d77b0d5a6-3.52 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND python-xdg-0.25-9.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND python-xdg-0.25-9.3 is installed
|
| Definition Synopsis |
| Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
libpython2_7-1_0-2.7.9-16.7 is installed
OR libpython2_7-1_0-32bit-2.7.9-16.7 is installed
OR python-2.7.9-16.7 is installed
OR python-32bit-2.7.9-16.7 is installed
OR python-base-2.7.9-16.7 is installed
OR python-base-32bit-2.7.9-16.7 is installed
OR python-curses-2.7.9-16.7 is installed
OR python-demo-2.7.9-16.7 is installed
OR python-doc-2.7.9-16.7 is installed
OR python-doc-pdf-2.7.9-16.7 is installed
OR python-gdbm-2.7.9-16.7 is installed
OR python-idle-2.7.9-16.7 is installed
OR python-tk-2.7.9-16.7 is installed
OR python-xml-2.7.9-16.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
libpython2_7-1_0-2.7.9-16.7 is installed
OR libpython2_7-1_0-32bit-2.7.9-16.7 is installed
OR python-2.7.9-16.7 is installed
OR python-32bit-2.7.9-16.7 is installed
OR python-base-2.7.9-16.7 is installed
OR python-base-32bit-2.7.9-16.7 is installed
OR python-curses-2.7.9-16.7 is installed
OR python-demo-2.7.9-16.7 is installed
OR python-doc-2.7.9-16.7 is installed
OR python-doc-pdf-2.7.9-16.7 is installed
OR python-gdbm-2.7.9-16.7 is installed
OR python-idle-2.7.9-16.7 is installed
OR python-tk-2.7.9-16.7 is installed
OR python-xml-2.7.9-16.7 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
colord-gtk-lang-0.1.26-6 is installed
OR libcolord-gtk1-0.1.26-6 is installed
OR libcolord2-1.3.3-10 is installed
OR libcolorhug2-1.3.3-10 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND sap_suse_cluster_connector-1.0.0-0.8 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.36 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
kgraft-patch-3_12_60-52_49-default-3-2 is installed
OR kgraft-patch-3_12_60-52_49-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_14-3-2 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-4-2 is installed
OR kgraft-patch-3_12_74-60_64_45-xen-4-2 is installed
OR kgraft-patch-SLE12-SP1_Update_16-4-2 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
krb5-devel-1.6.3-133.49.58 is installed
OR krb5-devel-32bit-1.6.3-133.49.58 is installed
OR krb5-server-1.6.3-133.49.58 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND ctdb-devel-1.0.114.6-0.11 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
freeradius-server-devel-2.1.1-7.18 is installed
OR freeradius-server-libs-2.1.1-7.18 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.540-108 is installed
OR flash-player-gnome-11.2.202.540-108 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND bash-lang-4.2-75 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
kernel-default-4.4.90-92.50 is installed
OR kernel-default-extra-4.4.90-92.50 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libraw-0.15.4-9 is installed
OR libraw9-0.15.4-9 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
gstreamer-0_10-plugins-bad-0.10.23-25 is installed
OR gstreamer-0_10-plugins-bad-lang-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-0.10.23-25 is installed
OR libgstbasecamerabinsrc-0_10-23-32bit-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-0.10.23-25 is installed
OR libgstbasevideo-0_10-23-32bit-0.10.23-25 is installed
OR libgstcodecparsers-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-0.10.23-25 is installed
OR libgstphotography-0_10-23-32bit-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-0.10.23-25 is installed
OR libgstsignalprocessor-0_10-23-32bit-0.10.23-25 is installed
OR libgstvdp-0_10-23-0.10.23-25 is installed
OR libgstvdp-0_10-23-32bit-0.10.23-25 is installed
|
| Definition Synopsis |
| SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
Mesa-18.3.2-14.3 is installed
OR Mesa-drivers-18.3.2-14.3 is installed
OR Mesa-libGLESv1_CM1-18.3.2-14.3 is installed
OR Mesa-libGLESv2-2-32bit-18.3.2-14.3 is installed
OR Mesa-libd3d-18.3.2-14.3 is installed
OR Mesa-libva-18.3.2-14.3 is installed
OR libXvMC_nouveau-18.3.2-14.3 is installed
OR libXvMC_r600-18.3.2-14.3 is installed
OR libvdpau_nouveau-18.3.2-14.3 is installed
OR libvdpau_r300-18.3.2-14.3 is installed
OR libvdpau_r600-18.3.2-14.3 is installed
OR libvdpau_radeonsi-18.3.2-14.3 is installed
OR libvulkan_intel-18.3.2-14.3 is installed
OR libvulkan_radeon-18.3.2-14.3 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.27.1 is installed
OR bind-chrootenv-9.9.6P1-0.27.1 is installed
OR bind-doc-9.9.6P1-0.27.1 is installed
OR bind-libs-9.9.6P1-0.27.1 is installed
OR bind-libs-32bit-9.9.6P1-0.27.1 is installed
OR bind-utils-9.9.6P1-0.27.1 is installed
|
| Definition Synopsis |
| SUSE OpenStack Cloud 6 is installed
AND couchdb-1.6.1-2.7 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND enigmail-2.0.8-21 is installed
|
| Definition Synopsis |
| SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-80.0.3987.122-34 is installed
OR chromium-80.0.3987.122-34 is installed
|