Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for xen (Important) |
Description: |
This update for xen fixes several issues.
These security issues were fixed: - CVE-2014-3672: The qemu implementation in libvirt Xen allowed local guest OS users to cause a denial of service (host disk consumption) by writing to stdout or stderr (bsc#981264). - CVE-2016-3158: The xrstor function did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188). - CVE-2016-3159: The fpu_fxrstor function in arch/x86/i387.c did not properly handle writes to the hardware FSW.ES bit when running on AMD64 processors, which allowed local guest OS users to obtain sensitive register content information from another guest by leveraging pending exception and mask bits (bsc#973188). - CVE-2016-3710: The VGA module improperly performed bounds checking on banked access to video memory, which allowed local guest OS administrators to execute arbitrary code on the host by changing access modes after setting the bank register, aka the 'Dark Portal' issue (bsc#978164) - CVE-2016-3960: Integer overflow in the x86 shadow pagetable code allowed local guest OS users to cause a denial of service (host crash) or possibly gain privileges by shadowing a superpage mapping (bsc#974038). - CVE-2016-4001: Buffer overflow in the stellaris_enet_receive function, when the Stellaris ethernet controller is configured to accept large packets, allowed remote attackers to cause a denial of service (QEMU crash) via a large packet (bsc#975130). - CVE-2016-4002: Buffer overflow in the mipsnet_receive function, when the guest NIC is configured to accept large packets, allowed remote attackers to cause a denial of service (memory corruption and QEMU crash) or possibly execute arbitrary code via a packet larger than 1514 bytes (bsc#975138). - CVE-2016-4020: The patch_instruction function did not initialize the imm32 variable, which allowed local guest OS administrators to obtain sensitive information from host stack memory by accessing the Task Priority Register (TPR) (bsc#975907) - CVE-2016-4037: The ehci_advance_state function in hw/usb/hcd-ehci.c allowed local guest OS administrators to cause a denial of service (infinite loop and CPU consumption) via a circular split isochronous transfer descriptor (siTD) list (bsc#976111) - CVE-2016-4439: The esp_reg_write function in the 53C9X Fast SCSI Controller (FSC) support did not properly check command buffer length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or potentially execute arbitrary code on the host via unspecified vectors (bsc#980716) - CVE-2016-4441: The get_cmd function in the 53C9X Fast SCSI Controller (FSC) support did not properly check DMA length, which allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via unspecified vectors, involving an SCSI command (bsc#980724) - CVE-2016-4453: The vmsvga_fifo_run function allowed local guest OS administrators to cause a denial of service (infinite loop and QEMU process crash) via a VGA command (bsc#982225) - CVE-2016-4454: The vmsvga_fifo_read_raw function allowed local guest OS administrators to obtain sensitive host memory information or cause a denial of service (QEMU process crash) by changing FIFO registers and issuing a VGA command, which triggered an out-of-bounds read (bsc#982224) - CVE-2016-4480: The guest_walk_tables function in arch/x86/mm/guest_walk.c in Xen did not properly handle the Page Size (PS) page table entry bit at the L4 and L3 page table levels, which might have allowed local guest OS users to gain privileges via a crafted mapping of memory (bsc#978295). - CVE-2016-4952: Out-of-bounds access issue in pvsci_ring_init_msg/data routines (bsc#981276) - CVE-2016-4962: The libxl device-handling allowed local OS guest administrators to cause a denial of service (resource consumption or management facility confusion) or gain host OS privileges by manipulating information in guest controlled areas of xenstore (bsc#979620) - CVE-2016-4963: The libxl device-handling allowed local guest OS users with access to the driver domain to cause a denial of service (management tool confusion) by manipulating information in the backend directories in xenstore (bsc#979670) - CVE-2016-5105: Stack information leakage while reading configuration (bsc#982024) - CVE-2016-5106: Out-of-bounds write while setting controller properties (bsc#982025) - CVE-2016-5107: Out-of-bounds read in megasas_lookup_frame() function (bsc#982026) - CVE-2016-5126: Heap-based buffer overflow in the iscsi_aio_ioctl function allowed local guest OS users to cause a denial of service (QEMU process crash) or possibly execute arbitrary code via a crafted iSCSI asynchronous I/O ioctl call (bsc#982286) - CVE-2016-5238: The get_cmd function in hw/scsi/esp.c might have allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) via vectors related to reading from the information transfer buffer in non-DMA mode (bsc#982960) - CVE-2016-5337: The megasas_ctrl_get_info function allowed local guest OS administrators to obtain sensitive host memory information via vectors related to reading device control information (bsc#983973) - CVE-2016-5338: The (1) esp_reg_read and (2) esp_reg_write functions allowed local guest OS administrators to cause a denial of service (QEMU process crash) or execute arbitrary code on the host via vectors related to the information transfer buffer (bsc#983984) - CVE-2016-5403: virtio: unbounded memory allocation on host via guest leading to DoS (XSA-184) (bsc#990923) - CVE-2016-6258: The PV pagetable code in arch/x86/mm.c in Xen allowed local 32-bit PV guest OS administrators to gain host OS privileges by leveraging fast-paths for updating pagetable entries (bsc#988675) - CVE-2016-6351: The esp_do_dma function in hw/scsi/esp.c, when built with ESP/NCR53C9x controller emulation support, allowed local guest OS administrators to cause a denial of service (out-of-bounds write and QEMU process crash) or execute arbitrary code on the host via vectors involving DMA read into ESP command buffer (bsc#990843). - CVE-2016-6833: A use-after-free issue in the VMWARE VMXNET3 NIC device support allowed privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994775). - CVE-2016-6834: A infinite loop during packet fragmentation in the VMWARE VMXNET3 NIC device support allowed privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994421). - CVE-2016-6835: Buffer overflow in the VMWARE VMXNET3 NIC device support, causing an OOB read access (bsc#994625). - CVE-2016-6836: VMWARE VMXNET3 NIC device allowed privileged user inside the guest to leak information. It occured while processing transmit(tx) queue, when it reaches the end of packet (bsc#994761). - CVE-2016-6888: A integer overflow int the VMWARE VMXNET3 NIC device support, during the initialisation of new packets in the device, could have allowed a privileged user inside guest to crash the Qemu instance resulting in DoS (bsc#994772). - CVE-2016-7092: The get_page_from_l3e function in arch/x86/mm.c in Xen allowed local 32-bit PV guest OS administrators to gain host OS privileges via vectors related to L3 recursive pagetables (bsc#995785) - CVE-2016-7093: Xen allowed local HVM guest OS administrators to overwrite hypervisor memory and consequently gain host OS privileges by leveraging mishandling of instruction pointer truncation during emulation (bsc#995789) - CVE-2016-7094: Buffer overflow in Xen allowed local x86 HVM guest OS administrators on guests running with shadow paging to cause a denial of service via a pagetable update (bsc#995792) - CVE-2016-7154: Use-after-free vulnerability in the FIFO event channel code in Xen allowed local guest OS administrators to cause a denial of service (host crash) and possibly execute arbitrary code or obtain sensitive information via an invalid guest frame number (bsc#997731).
These non-security issues were fixed: - bsc#991934: Hypervisor crash in csched_acct - bsc#992224: During boot of Xen Hypervisor, failed to get contiguous memory for DMA - bsc#970135: New virtualization project clock test randomly fails on Xen - bsc#971949: xl: Support (by ignoring) xl migrate --live. xl migrations are always live - bsc#990970: Add PMU support for Intel E7-8867 v4 (fam=6, model=79) - bsc#985503: vif-route broken - bsc#978413: PV guest upgrade from sles11sp4 to sles12sp2 alpha3 failed on sles11sp4 xen host. - bsc#986586: Out of memory (oom) during boot on 'modprobe xenblk' (non xen kernel) - bsc#953339, bsc#953362, bsc#953518, bsc#984981: Implement SUSE specific unplug protocol for emulated PCI devices in PVonHVM guests to qemu-xen-upstream - bsc#958848: HVM guest crash at /usr/src/packages/BUILD/ xen-4.4.2-testing/obj/default/balloon/balloon.c:407 - bsc#982695: xen-4.5.2 qemu fails to boot HVM guest from xvda - bsc#954872: script block-dmmd not working as expected - bsc#961600: : poor performance when Xen HVM domU configured with max memory > current memory - bsc#979035: Restore xm migrate fixes for bsc#955399/ bsc#955399 - bsc#963161: Windows VM getting stuck during load while a VF is assigned to it - bsc#976058: Xen error running simple HVM guest (Post Alpha 2 xen+qemu) - bsc#957986: Indirect descriptors are not compatible with Amazon block backend - bsc#973631: AWS EC2 kdump issue - bsc#964427: Discarding device blocks failed with input/output error
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1000106 1000195 1000345 1000394 1000399 1000434 1000436 1000686 1000688 1000689 1000690 1000691 1000692 1000693 1000694 1000695 1000696 1000697 1000698 1000699 1000700 1000701 1000702 1000703 1000704 1000706 1000707 1000708 1000709 1000711 1000712 1000713 1000714 1000715 1001066 1001151 1001221 1002116 1002206 1002209 1002421 1002422 1002496 1002550 1002557 1002982 1003030 1003032 1003629 1003878 1003893 1003894 1004016 1004221 1004702 1004707 1005004 1005005 1005123 1005125 1005127 1005328 1006536 1006538 1007157 1007160 1007391 1007450 1007454 1007493 1007494 1007495 1009100 1009103 1009104 1009107 1009109 1009111 1011652 1013657 1013668 1014490 1014507 1014863 1015169 1016340 1018808 1022627 1022871 1023004 1024183 1024186 1024307 1024834 1025188 1085449 1093311 1097356 1106222 1107832 1108963 1110233 1110910 1111006 1111010 1111013 1114422 1115339 1118319 1118320 887877 909695 926974 936032 953339 953362 953518 954872 955399 957531 957986 958848 959495 961600 963161 964427 970135 971949 973188 973631 974038 975130 975138 975907 976058 976111 978164 978295 978413 979035 979620 979670 980716 980724 981264 981276 982014 982024 982025 982026 982224 982225 982286 982695 982960 983973 983984 984981 985503 986586 986630 988675 990843 990923 990970 991934 992224 994421 994625 994761 994772 994775 995785 995789 995792 996524 997731 998516 999661 CVE-2014-3615 CVE-2014-3672 CVE-2014-4975 CVE-2014-9907 CVE-2015-1855 CVE-2015-3900 CVE-2015-7551 CVE-2015-8327 CVE-2015-8957 CVE-2015-8958 CVE-2015-8959 CVE-2016-10155 CVE-2016-2339 CVE-2016-3158 CVE-2016-3159 CVE-2016-3710 CVE-2016-3712 CVE-2016-3960 CVE-2016-4001 CVE-2016-4002 CVE-2016-4020 CVE-2016-4037 CVE-2016-4439 CVE-2016-4441 CVE-2016-4453 CVE-2016-4454 CVE-2016-4480 CVE-2016-4952 CVE-2016-4962 CVE-2016-4963 CVE-2016-5104 CVE-2016-5105 CVE-2016-5106 CVE-2016-5107 CVE-2016-5126 CVE-2016-5238 CVE-2016-5337 CVE-2016-5338 CVE-2016-5403 CVE-2016-6258 CVE-2016-6351 CVE-2016-6823 CVE-2016-6833 CVE-2016-6834 CVE-2016-6835 CVE-2016-6836 CVE-2016-6888 CVE-2016-7092 CVE-2016-7093 CVE-2016-7094 CVE-2016-7101 CVE-2016-7154 CVE-2016-7161 CVE-2016-7170 CVE-2016-7421 CVE-2016-7466 CVE-2016-7513 CVE-2016-7514 CVE-2016-7515 CVE-2016-7516 CVE-2016-7517 CVE-2016-7518 CVE-2016-7519 CVE-2016-7520 CVE-2016-7521 CVE-2016-7522 CVE-2016-7523 CVE-2016-7524 CVE-2016-7525 CVE-2016-7526 CVE-2016-7527 CVE-2016-7528 CVE-2016-7529 CVE-2016-7530 CVE-2016-7531 CVE-2016-7532 CVE-2016-7533 CVE-2016-7534 CVE-2016-7535 CVE-2016-7537 CVE-2016-7538 CVE-2016-7539 CVE-2016-7540 CVE-2016-7777 CVE-2016-7799 CVE-2016-7800 CVE-2016-7908 CVE-2016-7909 CVE-2016-7969 CVE-2016-7970 CVE-2016-7971 CVE-2016-7972 CVE-2016-7996 CVE-2016-7997 CVE-2016-8576 CVE-2016-8577 CVE-2016-8578 CVE-2016-8605 CVE-2016-8667 CVE-2016-8669 CVE-2016-8677 CVE-2016-8682 CVE-2016-8683 CVE-2016-8684 CVE-2016-8909 CVE-2016-8910 CVE-2016-9101 CVE-2016-9101 CVE-2016-9102 CVE-2016-9103 CVE-2016-9104 CVE-2016-9105 CVE-2016-9106 CVE-2016-9379 CVE-2016-9380 CVE-2016-9381 CVE-2016-9382 CVE-2016-9383 CVE-2016-9385 CVE-2016-9386 CVE-2016-9637 CVE-2016-9776 CVE-2016-9907 CVE-2016-9911 CVE-2016-9921 CVE-2016-9922 CVE-2017-2615 CVE-2017-2620 CVE-2017-5579 CVE-2017-5856 CVE-2017-5898 CVE-2017-5973 CVE-2018-10839 CVE-2018-1417 CVE-2018-14633 CVE-2018-14634 CVE-2018-15746 CVE-2018-17182 CVE-2018-17958 CVE-2018-17962 CVE-2018-17963 CVE-2018-18849 CVE-2018-2783 CVE-2018-2790 CVE-2018-2794 CVE-2018-2795 CVE-2018-2796 CVE-2018-2797 CVE-2018-2798 CVE-2018-2799 CVE-2018-2800 CVE-2018-2814 CVE-2018-5848 CVE-2018-9568 SUSE-SU-2016:0092-1 SUSE-SU-2016:1639-1 SUSE-SU-2016:2533-1 SUSE-SU-2016:2667-1 SUSE-SU-2016:2988-1 SUSE-SU-2016:3107-1 SUSE-SU-2016:3156-1 SUSE-SU-2017:0398-1 SUSE-SU-2017:0570-1 SUSE-SU-2017:1067-1 SUSE-SU-2018:1764-1 SUSE-SU-2018:3973-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 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 Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-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-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS 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-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-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-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS 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-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 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
ctdb-4.2.4-15.1 is installed
OR ctdb-devel-4.2.4-15.1 is installed
OR ctdb-tests-4.2.4-15.1 is installed
OR libdcerpc-atsvc-devel-4.2.4-15.1 is installed
OR libdcerpc-atsvc0-4.2.4-15.1 is installed
OR libdcerpc-atsvc0-32bit-4.2.4-15.1 is installed
OR libdcerpc-binding0-4.2.4-15.1 is installed
OR libdcerpc-binding0-32bit-4.2.4-15.1 is installed
OR libdcerpc-devel-4.2.4-15.1 is installed
OR libdcerpc-samr-devel-4.2.4-15.1 is installed
OR libdcerpc-samr0-4.2.4-15.1 is installed
OR libdcerpc-samr0-32bit-4.2.4-15.1 is installed
OR libdcerpc0-4.2.4-15.1 is installed
OR libdcerpc0-32bit-4.2.4-15.1 is installed
OR libgensec-devel-4.2.4-15.1 is installed
OR libgensec0-4.2.4-15.1 is installed
OR libgensec0-32bit-4.2.4-15.1 is installed
OR libndr-devel-4.2.4-15.1 is installed
OR libndr-krb5pac-devel-4.2.4-15.1 is installed
OR libndr-krb5pac0-4.2.4-15.1 is installed
OR libndr-krb5pac0-32bit-4.2.4-15.1 is installed
OR libndr-nbt-devel-4.2.4-15.1 is installed
OR libndr-nbt0-4.2.4-15.1 is installed
OR libndr-nbt0-32bit-4.2.4-15.1 is installed
OR libndr-standard-devel-4.2.4-15.1 is installed
OR libndr-standard0-4.2.4-15.1 is installed
OR libndr-standard0-32bit-4.2.4-15.1 is installed
OR libndr0-4.2.4-15.1 is installed
OR libndr0-32bit-4.2.4-15.1 is installed
OR libnetapi-devel-4.2.4-15.1 is installed
OR libnetapi0-4.2.4-15.1 is installed
OR libnetapi0-32bit-4.2.4-15.1 is installed
OR libregistry-devel-4.2.4-15.1 is installed
OR libregistry0-4.2.4-15.1 is installed
OR libregistry0-32bit-4.2.4-15.1 is installed
OR libsamba-credentials-devel-4.2.4-15.1 is installed
OR libsamba-credentials0-4.2.4-15.1 is installed
OR libsamba-credentials0-32bit-4.2.4-15.1 is installed
OR libsamba-hostconfig-devel-4.2.4-15.1 is installed
OR libsamba-hostconfig0-4.2.4-15.1 is installed
OR libsamba-hostconfig0-32bit-4.2.4-15.1 is installed
OR libsamba-passdb-devel-4.2.4-15.1 is installed
OR libsamba-passdb0-4.2.4-15.1 is installed
OR libsamba-passdb0-32bit-4.2.4-15.1 is installed
OR libsamba-policy-devel-4.2.4-15.1 is installed
OR libsamba-policy0-4.2.4-15.1 is installed
OR libsamba-policy0-32bit-4.2.4-15.1 is installed
OR libsamba-util-devel-4.2.4-15.1 is installed
OR libsamba-util0-4.2.4-15.1 is installed
OR libsamba-util0-32bit-4.2.4-15.1 is installed
OR libsamdb-devel-4.2.4-15.1 is installed
OR libsamdb0-4.2.4-15.1 is installed
OR libsamdb0-32bit-4.2.4-15.1 is installed
OR libsmbclient-devel-4.2.4-15.1 is installed
OR libsmbclient-raw-devel-4.2.4-15.1 is installed
OR libsmbclient-raw0-4.2.4-15.1 is installed
OR libsmbclient-raw0-32bit-4.2.4-15.1 is installed
OR libsmbclient0-4.2.4-15.1 is installed
OR libsmbclient0-32bit-4.2.4-15.1 is installed
OR libsmbconf-devel-4.2.4-15.1 is installed
OR libsmbconf0-4.2.4-15.1 is installed
OR libsmbconf0-32bit-4.2.4-15.1 is installed
OR libsmbldap-devel-4.2.4-15.1 is installed
OR libsmbldap0-4.2.4-15.1 is installed
OR libsmbldap0-32bit-4.2.4-15.1 is installed
OR libtevent-util-devel-4.2.4-15.1 is installed
OR libtevent-util0-4.2.4-15.1 is installed
OR libtevent-util0-32bit-4.2.4-15.1 is installed
OR libwbclient-devel-4.2.4-15.1 is installed
OR libwbclient0-4.2.4-15.1 is installed
OR libwbclient0-32bit-4.2.4-15.1 is installed
OR samba-4.2.4-15.1 is installed
OR samba-32bit-4.2.4-15.1 is installed
OR samba-client-4.2.4-15.1 is installed
OR samba-client-32bit-4.2.4-15.1 is installed
OR samba-core-devel-4.2.4-15.1 is installed
OR samba-doc-4.2.4-15.1 is installed
OR samba-libs-4.2.4-15.1 is installed
OR samba-libs-32bit-4.2.4-15.1 is installed
OR samba-pidl-4.2.4-15.1 is installed
OR samba-python-4.2.4-15.1 is installed
OR samba-test-4.2.4-15.1 is installed
OR samba-test-devel-4.2.4-15.1 is installed
OR samba-winbind-4.2.4-15.1 is installed
OR samba-winbind-32bit-4.2.4-15.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
apache2-mod_php5-5.5.14-63.1 is installed
OR php5-5.5.14-63.1 is installed
OR php5-bcmath-5.5.14-63.1 is installed
OR php5-bz2-5.5.14-63.1 is installed
OR php5-calendar-5.5.14-63.1 is installed
OR php5-ctype-5.5.14-63.1 is installed
OR php5-curl-5.5.14-63.1 is installed
OR php5-dba-5.5.14-63.1 is installed
OR php5-devel-5.5.14-63.1 is installed
OR php5-dom-5.5.14-63.1 is installed
OR php5-exif-5.5.14-63.1 is installed
OR php5-fastcgi-5.5.14-63.1 is installed
OR php5-ftp-5.5.14-63.1 is installed
OR php5-gd-5.5.14-63.1 is installed
OR php5-gettext-5.5.14-63.1 is installed
OR php5-gmp-5.5.14-63.1 is installed
OR php5-iconv-5.5.14-63.1 is installed
OR php5-imap-5.5.14-63.1 is installed
OR php5-json-5.5.14-63.1 is installed
OR php5-ldap-5.5.14-63.1 is installed
OR php5-mbstring-5.5.14-63.1 is installed
OR php5-mcrypt-5.5.14-63.1 is installed
OR php5-mysql-5.5.14-63.1 is installed
OR php5-odbc-5.5.14-63.1 is installed
OR php5-openssl-5.5.14-63.1 is installed
OR php5-pdo-5.5.14-63.1 is installed
OR php5-pear-5.5.14-63.1 is installed
OR php5-pgsql-5.5.14-63.1 is installed
OR php5-shmop-5.5.14-63.1 is installed
OR php5-snmp-5.5.14-63.1 is installed
OR php5-sockets-5.5.14-63.1 is installed
OR php5-sqlite-5.5.14-63.1 is installed
OR php5-suhosin-5.5.14-63.1 is installed
OR php5-sysvsem-5.5.14-63.1 is installed
OR php5-sysvshm-5.5.14-63.1 is installed
OR php5-tidy-5.5.14-63.1 is installed
OR php5-tokenizer-5.5.14-63.1 is installed
OR php5-wddx-5.5.14-63.1 is installed
OR php5-xmlreader-5.5.14-63.1 is installed
OR php5-xmlwriter-5.5.14-63.1 is installed
OR php5-xsl-5.5.14-63.1 is installed
OR php5-zip-5.5.14-63.1 is installed
OR php5-zlib-5.5.14-63.1 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND haproxy-1.5.4-1.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
icu-4.0-7.26 is installed
OR libicu-4.0-7.26 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
grub2-2.00-0.54.2 is installed
OR grub2-x86_64-efi-2.00-0.54.2 is installed
OR grub2-x86_64-xen-2.00-0.54.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
file-5.19-2.149 is installed
OR file-magic-5.19-2.149 is installed
OR libmagic1-5.19-2.149 is installed
OR libmagic1-32bit-5.19-2.149 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
colord-1.1.7-5.3 is installed
OR colord-gtk-lang-0.1.25-3.113 is installed
OR colord-lang-1.1.7-5.3 is installed
OR libcolord-gtk1-0.1.25-3.113 is installed
OR libcolord2-1.1.7-5.3 is installed
OR libcolord2-32bit-1.1.7-5.3 is installed
OR libcolorhug2-1.1.7-5.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
DirectFB-1.7.1-6.1 is installed
OR lib++dfb-1_7-1-1.7.1-6.1 is installed
OR libdirectfb-1_7-1-1.7.1-6.1 is installed
OR libdirectfb-1_7-1-32bit-1.7.1-6.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-36.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-36.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
salt-2016.11.4-45 is installed
OR salt-api-2016.11.4-45 is installed
OR salt-bash-completion-2016.11.4-45 is installed
OR salt-cloud-2016.11.4-45 is installed
OR salt-doc-2016.11.4-45 is installed
OR salt-master-2016.11.4-45 is installed
OR salt-minion-2016.11.4-45 is installed
OR salt-proxy-2016.11.4-45 is installed
OR salt-ssh-2016.11.4-45 is installed
OR salt-syndic-2016.11.4-45 is installed
OR salt-zsh-completion-2016.11.4-45 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.4-15 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.4-15 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.4-15 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.4-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.39-47 is installed
OR kernel-ec2-devel-3.12.39-47 is installed
OR kernel-ec2-extra-3.12.39-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-15 is installed
OR php5-5.5.14-15 is installed
OR php5-bcmath-5.5.14-15 is installed
OR php5-bz2-5.5.14-15 is installed
OR php5-calendar-5.5.14-15 is installed
OR php5-ctype-5.5.14-15 is installed
OR php5-curl-5.5.14-15 is installed
OR php5-dba-5.5.14-15 is installed
OR php5-dom-5.5.14-15 is installed
OR php5-enchant-5.5.14-15 is installed
OR php5-exif-5.5.14-15 is installed
OR php5-fastcgi-5.5.14-15 is installed
OR php5-fileinfo-5.5.14-15 is installed
OR php5-fpm-5.5.14-15 is installed
OR php5-ftp-5.5.14-15 is installed
OR php5-gd-5.5.14-15 is installed
OR php5-gettext-5.5.14-15 is installed
OR php5-gmp-5.5.14-15 is installed
OR php5-iconv-5.5.14-15 is installed
OR php5-intl-5.5.14-15 is installed
OR php5-json-5.5.14-15 is installed
OR php5-ldap-5.5.14-15 is installed
OR php5-mbstring-5.5.14-15 is installed
OR php5-mcrypt-5.5.14-15 is installed
OR php5-mysql-5.5.14-15 is installed
OR php5-odbc-5.5.14-15 is installed
OR php5-openssl-5.5.14-15 is installed
OR php5-pcntl-5.5.14-15 is installed
OR php5-pdo-5.5.14-15 is installed
OR php5-pear-5.5.14-15 is installed
OR php5-pgsql-5.5.14-15 is installed
OR php5-pspell-5.5.14-15 is installed
OR php5-shmop-5.5.14-15 is installed
OR php5-snmp-5.5.14-15 is installed
OR php5-soap-5.5.14-15 is installed
OR php5-sockets-5.5.14-15 is installed
OR php5-sqlite-5.5.14-15 is installed
OR php5-suhosin-5.5.14-15 is installed
OR php5-sysvmsg-5.5.14-15 is installed
OR php5-sysvsem-5.5.14-15 is installed
OR php5-sysvshm-5.5.14-15 is installed
OR php5-tokenizer-5.5.14-15 is installed
OR php5-wddx-5.5.14-15 is installed
OR php5-xmlreader-5.5.14-15 is installed
OR php5-xmlrpc-5.5.14-15 is installed
OR php5-xmlwriter-5.5.14-15 is installed
OR php5-xsl-5.5.14-15 is installed
OR php5-zip-5.5.14-15 is installed
OR php5-zlib-5.5.14-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
MozillaFirefox-45.7.0esr-65 is installed
OR MozillaFirefox-translations-45.7.0esr-65 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.5 is installed
OR kernel-rt-base-3.0.101.rt130-69.5 is installed
OR kernel-rt-devel-3.0.101.rt130-69.5 is installed
OR kernel-rt_trace-3.0.101.rt130-69.5 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.5 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.5 is installed
OR kernel-source-rt-3.0.101.rt130-69.5 is installed
OR kernel-syms-rt-3.0.101.rt130-69.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
glibc-2.9-13.11 is installed
OR glibc-32bit-2.9-13.11 is installed
OR glibc-devel-2.9-13.11 is installed
OR glibc-devel-32bit-2.9-13.11 is installed
OR glibc-html-2.9-13.11 is installed
OR glibc-i18ndata-2.9-13.11 is installed
OR glibc-info-2.9-13.11 is installed
OR glibc-locale-2.9-13.11 is installed
OR glibc-locale-32bit-2.9-13.11 is installed
OR glibc-locale-x86-2.9-13.11 is installed
OR glibc-profile-2.9-13.11 is installed
OR glibc-profile-32bit-2.9-13.11 is installed
OR glibc-profile-x86-2.9-13.11 is installed
OR glibc-x86-2.9-13.11 is installed
OR nscd-2.9-13.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
glibc-2.9-13.11 is installed
OR glibc-32bit-2.9-13.11 is installed
OR glibc-devel-2.9-13.11 is installed
OR glibc-devel-32bit-2.9-13.11 is installed
OR glibc-html-2.9-13.11 is installed
OR glibc-i18ndata-2.9-13.11 is installed
OR glibc-info-2.9-13.11 is installed
OR glibc-locale-2.9-13.11 is installed
OR glibc-locale-32bit-2.9-13.11 is installed
OR glibc-locale-x86-2.9-13.11 is installed
OR glibc-profile-2.9-13.11 is installed
OR glibc-profile-32bit-2.9-13.11 is installed
OR glibc-profile-x86-2.9-13.11 is installed
OR glibc-x86-2.9-13.11 is installed
OR nscd-2.9-13.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libpython2_6-1_0-2.6.0-8.9 is installed
OR libpython2_6-1_0-32bit-2.6.0-8.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 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 SP1-LTSS is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-24.7.0esr-0.3 is installed
OR MozillaFirefox-translations-24.7.0esr-0.3 is installed
OR libfreebl3-3.16.2-0.3 is installed
OR libfreebl3-32bit-3.16.2-0.3 is installed
OR mozilla-nss-3.16.2-0.3 is installed
OR mozilla-nss-32bit-3.16.2-0.3 is installed
OR mozilla-nss-tools-3.16.2-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
curl-7.19.7-1.20.27 is installed
OR libcurl4-7.19.7-1.20.27 is installed
OR libcurl4-32bit-7.19.7-1.20.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
curl-7.19.7-1.20.27 is installed
OR libcurl4-7.19.7-1.20.27 is installed
OR libcurl4-32bit-7.19.7-1.20.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.45 is installed
OR libMagickCore1-6.4.3.6-7.45 is installed
OR libMagickCore1-32bit-6.4.3.6-7.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND apache2-mod_nss-1.0.8-0.4.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr10.0-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.0-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.0-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.0-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.0-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-38.2.1esr-17 is installed
OR MozillaFirefox-translations-38.2.1esr-17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR xorg-x11-libXext-x86-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR xorg-x11-libXext-x86-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR xorg-x11-libXext-x86-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR xorg-x11-libXext-x86-7.4-1.18 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
xorg-x11-libXext-7.4-1.18 is installed
OR xorg-x11-libXext-32bit-7.4-1.18 is installed
OR xorg-x11-libXext-x86-7.4-1.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.5_18-21 is installed
OR xen-doc-html-4.2.5_18-21 is installed
OR xen-doc-pdf-4.2.5_18-21 is installed
OR xen-kmp-default-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-kmp-pae-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-libs-4.2.5_18-21 is installed
OR xen-libs-32bit-4.2.5_18-21 is installed
OR xen-tools-4.2.5_18-21 is installed
OR xen-tools-domU-4.2.5_18-21 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.5_18-21 is installed
OR xen-doc-html-4.2.5_18-21 is installed
OR xen-doc-pdf-4.2.5_18-21 is installed
OR xen-kmp-default-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-kmp-pae-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-libs-4.2.5_18-21 is installed
OR xen-libs-32bit-4.2.5_18-21 is installed
OR xen-tools-4.2.5_18-21 is installed
OR xen-tools-domU-4.2.5_18-21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.5_18-21 is installed
OR xen-doc-html-4.2.5_18-21 is installed
OR xen-doc-pdf-4.2.5_18-21 is installed
OR xen-kmp-default-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-kmp-pae-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-libs-4.2.5_18-21 is installed
OR xen-libs-32bit-4.2.5_18-21 is installed
OR xen-tools-4.2.5_18-21 is installed
OR xen-tools-domU-4.2.5_18-21 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.5_18-21 is installed
OR xen-doc-html-4.2.5_18-21 is installed
OR xen-doc-pdf-4.2.5_18-21 is installed
OR xen-kmp-default-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-kmp-pae-4.2.5_18_3.0.101_0.47.71-21 is installed
OR xen-libs-4.2.5_18-21 is installed
OR xen-libs-32bit-4.2.5_18-21 is installed
OR xen-tools-4.2.5_18-21 is installed
OR xen-tools-domU-4.2.5_18-21 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-38.5.0esr-28 is installed
OR MozillaFirefox-translations-38.5.0esr-28 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND powerpc-utils-1.2.16-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND x3270-3.3.12-517.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
libzmq3-4.0.4-3.3 is installed
OR zeromq-4.0.4-3.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
libzmq3-4.0.4-3.3 is installed
OR zeromq-4.0.4-3.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
glibc-2.11.3-17.109 is installed
OR glibc-32bit-2.11.3-17.109 is installed
OR glibc-devel-2.11.3-17.109 is installed
OR glibc-devel-32bit-2.11.3-17.109 is installed
OR glibc-html-2.11.3-17.109 is installed
OR glibc-i18ndata-2.11.3-17.109 is installed
OR glibc-info-2.11.3-17.109 is installed
OR glibc-locale-2.11.3-17.109 is installed
OR glibc-locale-32bit-2.11.3-17.109 is installed
OR glibc-profile-2.11.3-17.109 is installed
OR glibc-profile-32bit-2.11.3-17.109 is installed
OR nscd-2.11.3-17.109 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
glibc-2.11.3-17.109 is installed
OR glibc-32bit-2.11.3-17.109 is installed
OR glibc-devel-2.11.3-17.109 is installed
OR glibc-devel-32bit-2.11.3-17.109 is installed
OR glibc-html-2.11.3-17.109 is installed
OR glibc-i18ndata-2.11.3-17.109 is installed
OR glibc-info-2.11.3-17.109 is installed
OR glibc-locale-2.11.3-17.109 is installed
OR glibc-locale-32bit-2.11.3-17.109 is installed
OR glibc-profile-2.11.3-17.109 is installed
OR glibc-profile-32bit-2.11.3-17.109 is installed
OR nscd-2.11.3-17.109 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
glibc-2.11.3-17.109 is installed
OR glibc-32bit-2.11.3-17.109 is installed
OR glibc-devel-2.11.3-17.109 is installed
OR glibc-devel-32bit-2.11.3-17.109 is installed
OR glibc-html-2.11.3-17.109 is installed
OR glibc-i18ndata-2.11.3-17.109 is installed
OR glibc-info-2.11.3-17.109 is installed
OR glibc-locale-2.11.3-17.109 is installed
OR glibc-locale-32bit-2.11.3-17.109 is installed
OR glibc-profile-2.11.3-17.109 is installed
OR glibc-profile-32bit-2.11.3-17.109 is installed
OR nscd-2.11.3-17.109 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
glibc-2.11.3-17.109 is installed
OR glibc-32bit-2.11.3-17.109 is installed
OR glibc-devel-2.11.3-17.109 is installed
OR glibc-devel-32bit-2.11.3-17.109 is installed
OR glibc-html-2.11.3-17.109 is installed
OR glibc-i18ndata-2.11.3-17.109 is installed
OR glibc-info-2.11.3-17.109 is installed
OR glibc-locale-2.11.3-17.109 is installed
OR glibc-locale-32bit-2.11.3-17.109 is installed
OR glibc-profile-2.11.3-17.109 is installed
OR glibc-profile-32bit-2.11.3-17.109 is installed
OR nscd-2.11.3-17.109 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
kernel-default-3.0.101-0.47.106.14 is installed
OR kernel-default-base-3.0.101-0.47.106.14 is installed
OR kernel-default-devel-3.0.101-0.47.106.14 is installed
OR kernel-default-man-3.0.101-0.47.106.14 is installed
OR kernel-source-3.0.101-0.47.106.14 is installed
OR kernel-syms-3.0.101-0.47.106.14 is installed
OR kernel-trace-3.0.101-0.47.106.14 is installed
OR kernel-trace-base-3.0.101-0.47.106.14 is installed
OR kernel-trace-devel-3.0.101-0.47.106.14 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
kernel-default-3.0.101-0.47.106.14 is installed
OR kernel-default-base-3.0.101-0.47.106.14 is installed
OR kernel-default-devel-3.0.101-0.47.106.14 is installed
OR kernel-default-man-3.0.101-0.47.106.14 is installed
OR kernel-source-3.0.101-0.47.106.14 is installed
OR kernel-syms-3.0.101-0.47.106.14 is installed
OR kernel-trace-3.0.101-0.47.106.14 is installed
OR kernel-trace-base-3.0.101-0.47.106.14 is installed
OR kernel-trace-devel-3.0.101-0.47.106.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND squid3-3.1.23-8.16.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND squid3-3.1.23-8.16.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
MozillaFirefox-52.9.0esr-72.38 is installed
OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
MozillaFirefox-52.9.0esr-72.38 is installed
OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
kde4-kgreeter-plugins-4.3.5-0.12.18 is installed
OR kdebase4-wallpapers-4.3.5-0.11.18 is installed
OR kdebase4-workspace-4.3.5-0.12.18 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.12.18 is installed
OR kdm-4.3.5-0.12.18 is installed
OR kwin-4.3.5-0.12.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND clamav-0.100.3-0.20.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND clamav-0.100.3-0.20.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
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 Package Information
curl-openssl1-7.19.7-1.55 is installed
OR libcurl4-openssl1-7.19.7-1.55 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.55 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
curl-7.37.0-2.5 is installed
OR libcurl4-7.37.0-2.5 is installed
OR libcurl4-32bit-7.37.0-2.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
ImageMagick-6.8.8.1-40 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-40 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
ImageMagick-6.8.8.1-40 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-40 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libmysqlclient18-10.0.28-17 is installed
OR libmysqlclient18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
OR mariadb-client-10.0.28-17 is installed
OR mariadb-errormessages-10.0.28-17 is installed
OR mariadb-tools-10.0.28-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
MozillaFirefox-45.5.0esr-88 is installed
OR MozillaFirefox-translations-45.5.0esr-88 is installed
OR libfreebl3-3.21.3-50 is installed
OR libfreebl3-32bit-3.21.3-50 is installed
OR libfreebl3-hmac-3.21.3-50 is installed
OR libfreebl3-hmac-32bit-3.21.3-50 is installed
OR libsoftokn3-3.21.3-50 is installed
OR libsoftokn3-32bit-3.21.3-50 is installed
OR libsoftokn3-hmac-3.21.3-50 is installed
OR libsoftokn3-hmac-32bit-3.21.3-50 is installed
OR mozilla-nss-3.21.3-50 is installed
OR mozilla-nss-32bit-3.21.3-50 is installed
OR mozilla-nss-certs-3.21.3-50 is installed
OR mozilla-nss-certs-32bit-3.21.3-50 is installed
OR mozilla-nss-sysinit-3.21.3-50 is installed
OR mozilla-nss-sysinit-32bit-3.21.3-50 is installed
OR mozilla-nss-tools-3.21.3-50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
libzypp-16.17.20-27.52 is installed
OR zypper-1.13.45-18.33 is installed
OR zypper-log-1.13.45-18.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
libzypp-16.17.20-27.52 is installed
OR zypper-1.13.45-18.33 is installed
OR zypper-log-1.13.45-18.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND ucode-intel-20180703-13.25 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND ucode-intel-20180703-13.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_114-92_64-default-2-2.2 is installed
OR kgraft-patch-SLE12-SP2_Update_18-2-2.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
libssh2-1-1.4.3-20.9 is installed
OR libssh2-1-32bit-1.4.3-20.9 is installed
OR libssh2_org-1.4.3-20.9 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
libhogweed2-2.7.1-12 is installed
OR libhogweed2-32bit-2.7.1-12 is installed
OR libnettle4-2.7.1-12 is installed
OR libnettle4-32bit-2.7.1-12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
libpython3_4m1_0-3.4.6-25.29 is installed
OR python3-3.4.6-25.29 is installed
OR python3-base-3.4.6-25.29 is installed
OR python3-curses-3.4.6-25.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
libpython3_4m1_0-3.4.6-25.29 is installed
OR python3-3.4.6-25.29 is installed
OR python3-base-3.4.6-25.29 is installed
OR python3-curses-3.4.6-25.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
libgcrypt-1.6.1-16.68 is installed
OR libgcrypt20-1.6.1-16.68 is installed
OR libgcrypt20-32bit-1.6.1-16.68 is installed
OR libgcrypt20-hmac-1.6.1-16.68 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.68 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
libgcrypt-1.6.1-16.68 is installed
OR libgcrypt20-1.6.1-16.68 is installed
OR libgcrypt20-32bit-1.6.1-16.68 is installed
OR libgcrypt20-hmac-1.6.1-16.68 is installed
OR libgcrypt20-hmac-32bit-1.6.1-16.68 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_64-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_20-6-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_156-94_64-default-6-2 is installed
OR kgraft-patch-SLE12-SP3_Update_20-6-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
ceph-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR ceph-common-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR libcephfs2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR librados2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR libradosstriper1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR librbd1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR librgw2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-cephfs-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-rados-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-rbd-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-rgw-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
ceph-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR ceph-common-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR libcephfs2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR librados2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR libradosstriper1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR librbd1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR librgw2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-cephfs-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-rados-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-rbd-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
OR python-rgw-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
exiv2-0.23-12.5 is installed
OR libexiv2-12-0.23-12.5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
exiv2-0.23-12.5 is installed
OR libexiv2-12-0.23-12.5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
xen-4.4.4_04-22.22 is installed
OR xen-doc-html-4.4.4_04-22.22 is installed
OR xen-kmp-default-4.4.4_04_k3.12.60_52.54-22.22 is installed
OR xen-libs-4.4.4_04-22.22 is installed
OR xen-libs-32bit-4.4.4_04-22.22 is installed
OR xen-tools-4.4.4_04-22.22 is installed
OR xen-tools-domU-4.4.4_04-22.22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
xen-4.4.4_04-22.22 is installed
OR xen-doc-html-4.4.4_04-22.22 is installed
OR xen-kmp-default-4.4.4_04_k3.12.60_52.54-22.22 is installed
OR xen-libs-4.4.4_04-22.22 is installed
OR xen-libs-32bit-4.4.4_04-22.22 is installed
OR xen-tools-4.4.4_04-22.22 is installed
OR xen-tools-domU-4.4.4_04-22.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
kgraft-patch-3_12_61-52_72-default-5-4 is installed
OR kgraft-patch-3_12_61-52_72-xen-5-4 is installed
OR kgraft-patch-SLE12_Update_21-5-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-daemon-1.0.15-4 is installed
OR apache-commons-daemon-javadoc-1.0.15-4 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.47 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
MozillaFirefox-45.5.1esr-93 is installed
OR MozillaFirefox-translations-45.5.1esr-93 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND sudo-1.8.10p3-2.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
freeradius-server-devel-2.1.1-7.16 is installed
OR freeradius-server-libs-2.1.1-7.16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
MozillaFirefox-devel-24.5.0esr-0.8 is installed
OR mozilla-nspr-devel-4.10.4-0.3 is installed
OR mozilla-nss-devel-3.16-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
cpp48-4.8.3+r212056-2 is installed
OR gcc48-4.8.3+r212056-2 is installed
OR gcc48-32bit-4.8.3+r212056-2 is installed
OR gcc48-c++-4.8.3+r212056-2 is installed
OR gcc48-fortran-4.8.3+r212056-2 is installed
OR gcc48-fortran-32bit-4.8.3+r212056-2 is installed
OR gcc48-info-4.8.3+r212056-2 is installed
OR gcc48-locale-4.8.3+r212056-2 is installed
OR libasan0-4.8.3+r212056-2 is installed
OR libatomic1-4.8.3+r212056-2 is installed
OR libgfortran3-4.8.3+r212056-2 is installed
OR libgfortran3-32bit-4.8.3+r212056-2 is installed
OR libitm1-4.8.3+r212056-2 is installed
OR libquadmath0-4.8.3+r212056-2 is installed
OR libquadmath0-32bit-4.8.3+r212056-2 is installed
OR libstdc++48-devel-4.8.3+r212056-2 is installed
OR libstdc++48-devel-32bit-4.8.3+r212056-2 is installed
OR libtsan0-4.8.3+r212056-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libreoffice-4.3.1.2-3 is installed
OR libreoffice-base-4.3.1.2-3 is installed
OR libreoffice-base-drivers-mysql-4.3.1.2-3 is installed
OR libreoffice-base-drivers-postgresql-4.3.1.2-3 is installed
OR libreoffice-calc-4.3.1.2-3 is installed
OR libreoffice-calc-extensions-4.3.1.2-3 is installed
OR libreoffice-draw-4.3.1.2-3 is installed
OR libreoffice-filters-optional-4.3.1.2-3 is installed
OR libreoffice-gnome-4.3.1.2-3 is installed
OR libreoffice-icon-theme-tango-4.3.1.2-3 is installed
OR libreoffice-impress-4.3.1.2-3 is installed
OR libreoffice-l10n-af-4.3.1.2-3 is installed
OR libreoffice-l10n-ar-4.3.1.2-3 is installed
OR libreoffice-l10n-ca-4.3.1.2-3 is installed
OR libreoffice-l10n-cs-4.3.1.2-3 is installed
OR libreoffice-l10n-da-4.3.1.2-3 is installed
OR libreoffice-l10n-de-4.3.1.2-3 is installed
OR libreoffice-l10n-en-4.3.1.2-3 is installed
OR libreoffice-l10n-es-4.3.1.2-3 is installed
OR libreoffice-l10n-fi-4.3.1.2-3 is installed
OR libreoffice-l10n-fr-4.3.1.2-3 is installed
OR libreoffice-l10n-gu-4.3.1.2-3 is installed
OR libreoffice-l10n-hi-4.3.1.2-3 is installed
OR libreoffice-l10n-hu-4.3.1.2-3 is installed
OR libreoffice-l10n-it-4.3.1.2-3 is installed
OR libreoffice-l10n-ja-4.3.1.2-3 is installed
OR libreoffice-l10n-ko-4.3.1.2-3 is installed
OR libreoffice-l10n-nb-4.3.1.2-3 is installed
OR libreoffice-l10n-nl-4.3.1.2-3 is installed
OR libreoffice-l10n-nn-4.3.1.2-3 is installed
OR libreoffice-l10n-pl-4.3.1.2-3 is installed
OR libreoffice-l10n-pt-BR-4.3.1.2-3 is installed
OR libreoffice-l10n-pt-PT-4.3.1.2-3 is installed
OR libreoffice-l10n-ru-4.3.1.2-3 is installed
OR libreoffice-l10n-sk-4.3.1.2-3 is installed
OR libreoffice-l10n-sv-4.3.1.2-3 is installed
OR libreoffice-l10n-xh-4.3.1.2-3 is installed
OR libreoffice-l10n-zh-Hans-4.3.1.2-3 is installed
OR libreoffice-l10n-zh-Hant-4.3.1.2-3 is installed
OR libreoffice-l10n-zu-4.3.1.2-3 is installed
OR libreoffice-mailmerge-4.3.1.2-3 is installed
OR libreoffice-math-4.3.1.2-3 is installed
OR libreoffice-officebean-4.3.1.2-3 is installed
OR libreoffice-pyuno-4.3.1.2-3 is installed
OR libreoffice-writer-4.3.1.2-3 is installed
OR libreoffice-writer-extensions-4.3.1.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
colord-1.3.3-10 is installed
OR colord-lang-1.3.3-10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
gcc48-gij-4.8.5-30 is installed
OR gcc48-gij-32bit-4.8.5-30 is installed
OR libgcj48-4.8.5-30 is installed
OR libgcj48-32bit-4.8.5-30 is installed
OR libgcj48-jar-4.8.5-30 is installed
OR libgcj_bc1-4.8.5-30 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
MozillaFirefox-45.4.0esr-53.1 is installed
OR MozillaFirefox-translations-45.4.0esr-53.1 is installed
|