Oval Definition:oval:org.opensuse.security:def:22504
Revision Date:2020-12-01Version:1
Title:Security update for the Linux Kernel (Important)
Description:





The SUSE Linux Enterprise 12 SP2 LTSS kernel was updated to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2018-3620: Local attackers on baremetal systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data. (bnc#1087081). - CVE-2018-3646: Local attackers in virtualized guest systems could use speculative code patterns on hyperthreaded processors to read data present in the L1 Datacache used by other hyperthreads on the same CPU core, potentially leaking sensitive data, even from other virtual machines or the host system. (bnc#1089343). - CVE-2018-5390 aka 'SegmentSmack': The Linux Kernel can be forced to make very expensive calls to tcp_collapse_ofo_queue() and tcp_prune_ofo_queue() for every incoming packet which can lead to a denial of service (bnc#1102340). - CVE-2018-5391 aka 'FragmentSmack': A flaw in the IP packet reassembly could be used by remote attackers to consume lots of CPU time (bnc#1103097). - CVE-2018-14734: drivers/infiniband/core/ucma.c allowed ucma_leave_multicast to access a certain data structure after a cleanup step in ucma_process_join, which allowed attackers to cause a denial of service (use-after-free) (bnc#1103119). - CVE-2017-18344: The timer_create syscall implementation in kernel/time/posix-timers.c didn't properly validate the sigevent->sigev_notify field, which leads to out-of-bounds access in the show_timer function (called when /proc/$PID/timers is read). This allowed userspace applications to read arbitrary kernel memory (on a kernel built with CONFIG_POSIX_TIMERS and CONFIG_CHECKPOINT_RESTORE) (bnc#1102851 bnc#1103580). - CVE-2018-9385: When printing the 'driver_override' option from with-in the amba driver, a very long line could expose one additional uninitialized byte (bnc#1100491). - CVE-2018-13053: The alarm_timer_nsleep function in kernel/time/alarmtimer.c had an integer overflow via a large relative timeout because ktime_add_safe is not used (bnc#1099924). - CVE-2018-13405: The inode_init_owner function in fs/inode.c allowed local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID (bnc#1100416). - CVE-2018-13406: An integer overflow in the uvesafb_setcmap function in drivers/video/fbdev/uvesafb.c could result in local attackers being able to crash the kernel or potentially elevate privileges because kmalloc_array is not used (bnc#1098016 1100418). - CVE-2018-5814: Multiple race condition errors when handling probe, disconnect, and rebind operations could be exploited to trigger a use-after-free condition or a NULL pointer dereference by sending multiple USB over IP packets (bnc#1096480).

The following non-security bugs were fixed:

- Add support for 5,25,50, and 100G to 802.3ad bonding driver (bsc#1096978) - bcache: add backing_request_endio() for bi_end_io (bsc#1064232). - bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags (bsc#1064232). - bcache: add io_disable to struct cached_dev (bsc#1064232). - bcache: add journal statistic (bsc#1076110). - bcache: Add __printf annotation to __bch_check_keys() (bsc#1064232). - bcache: add stop_when_cache_set_failed option to backing device (bsc#1064232). - bcache: add wait_for_kthread_stop() in bch_allocator_thread() (bsc#1064232). - bcache: Annotate switch fall-through (bsc#1064232). - bcache: closures: move control bits one bit right (bsc#1076110). - bcache: correct flash only vols (check all uuids) (bsc#1064232). - bcache: count backing device I/O error for writeback I/O (bsc#1064232). - bcache: do not attach backing with duplicate UUID (bsc#1076110). - bcache: Fix a compiler warning in bcache_device_init() (bsc#1064232). - bcache: fix cached_dev->count usage for bch_cache_set_error() (bsc#1064232). - bcache: fix crashes in duplicate cache device register (bsc#1076110). - bcache: fix error return value in memory shrink (bsc#1064232). - bcache: fix for allocator and register thread race (bsc#1076110). - bcache: fix for data collapse after re-attaching an attached device (bsc#1076110). - bcache: fix high CPU occupancy during journal (bsc#1076110). - bcache: Fix, improve efficiency of closure_sync() (bsc#1076110). - bcache: fix inaccurate io state for detached bcache devices (bsc#1064232). - bcache: fix incorrect sysfs output value of strip size (bsc#1064232). - bcache: Fix indentation (bsc#1064232). - bcache: fix kcrashes with fio in RAID5 backend dev (bsc#1076110). - bcache: Fix kernel-doc warnings (bsc#1064232). - bcache: fix misleading error message in bch_count_io_errors() (bsc#1064232). - bcache: fix using of loop variable in memory shrink (bsc#1064232). - bcache: fix writeback target calc on large devices (bsc#1076110). - bcache: fix wrong return value in bch_debug_init() (bsc#1076110). - bcache: mark closure_sync() __sched (bsc#1076110). - bcache: move closure debug file into debug directory (bsc#1064232). - bcache: properly set task state in bch_writeback_thread() (bsc#1064232). - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set (bsc#1064232). - bcache: reduce cache_set devices iteration by devices_max_used (bsc#1064232). - bcache: Reduce the number of sparse complaints about lock imbalances (bsc#1064232). - bcache: Remove an unused variable (bsc#1064232). - bcache: ret IOERR when read meets metadata error (bsc#1076110). - bcache: return 0 from bch_debug_init() if CONFIG_DEBUG_FS=n (bsc#1064232). - bcache: return attach error when no cache set exist (bsc#1076110). - bcache: segregate flash only volume write streams (bsc#1076110). - bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error() (bsc#1064232). - bcache: set dc->io_disable to true in conditional_stop_bcache_device() (bsc#1064232). - bcache: set error_limit correctly (bsc#1064232). - bcache: set writeback_rate_update_seconds in range [1, 60] seconds (bsc#1064232). - bcache: stop bcache device when backing device is offline (bsc#1064232). - bcache: stop dc->writeback_rate_update properly (bsc#1064232). - bcache: stop writeback thread after detaching (bsc#1076110). - bcache: store disk name in struct cache and struct cached_dev (bsc#1064232). - bcache: Suppress more warnings about set-but-not-used variables (bsc#1064232). - bcache: use pr_info() to inform duplicated CACHE_SET_IO_DISABLE set (bsc#1064232). - bcache: Use PTR_ERR_OR_ZERO() (bsc#1076110). - bpf: properly enforce index mask to prevent out-of-bounds speculation (bsc#1098425). - cifs: Check for timeout on Negotiate stage (bsc#1091171). - cifs: fix bad/NULL ptr dereferencing in SMB2_sess_setup() (bsc#1090123). - cpu/hotplug: Add sysfs state interface (bsc#1089343). - cpu/hotplug: Provide knobs to control SMT (bsc#1089343). - cpu/hotplug: Split do_cpu_down() (bsc#1089343). - ext4: fix unsupported feature message formatting (bsc#1098435). - Hang/soft lockup in d_invalidate with simultaneous calls (bsc#1094248, bsc@1097140). - ixgbe: fix possible race in reset subtask (bsc#1101557). - ixgbe: Refactor queue disable logic to take completion time into account (bsc#1101557). - ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop device (bsc#1101557). - ixgbe: use atomic bitwise operations when handling reset requests (bsc#1101557). - kabi/severities: add PASS to drivers/md/bcache/*, no one uses bcache kernel module. - procfs: add tunable for fd/fdinfo dentry retention (bsc#1086652). - sched/sysctl: Check user input value of sysctl_sched_time_avg (bsc#1100089). - signals: avoid unnecessary taking of sighand->siglock (bsc#1096130). - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info (bsc#1089343). - x86/cpu/AMD: Evaluate smp_num_siblings early (bsc#1089343). - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings (bsc#1089343). Update config files. - x86/cpu/AMD: Remove the pointless detect_ht() call (bsc#1089343). - x86/cpu/common: Provide detect_ht_early() (bsc#1089343). - x86/cpu/intel: Evaluate smp_num_siblings early (bsc#1089343). - x86/cpu: Remove the pointless CPU printout (bsc#1089343). - x86/cpu/topology: Provide detect_extended_topology_early() (bsc#1089343). - x86/mm: Simplify p[g4um]d_page() macros (1087081). - x86/pti: do not report XenPV as vulnerable (bsc#1097551). - x86/smpboot: Do not use smp_num_siblings in __max_logical_packages calculation (bsc#1089343). - x86/smp: Provide topology_is_primary_thread() (bsc#1089343). - x86/topology: Add topology_max_smt_threads() (bsc#1089343). - x86/topology: Provide topology_smt_supported() (bsc#1089343). - xen/grant-table: log the lack of grants (bnc#1085042).
Family:unixClass:patch
Status:Reference(s):1064232
1075775
1076110
1076366
1077535
1079512
1083635
1085042
1086652
1087081
1088182
1088200
1088932
1089343
1090123
1091171
1092278
1092279
1092280
1094248
1095611
1096060
1096061
1096130
1096480
1096978
1097140
1097551
1097693
1098016
1098425
1098435
1099924
1100089
1100416
1100418
1100491
1101557
1101999
1102340
1102530
1102851
1103097
1103119
1103580
1104169
1104301
1107832
1108752
1108756
1108757
1108761
1108762
1109961
1110233
1136446
1137597
1140747
1140868
1144903
1153108
1153158
1153161
1159913
1165631
1171252
1171254
1174157
CVE-2017-13884
CVE-2017-13885
CVE-2017-18344
CVE-2017-7153
CVE-2017-7160
CVE-2017-7161
CVE-2017-7165
CVE-2018-11646
CVE-2018-11712
CVE-2018-11713
CVE-2018-11763
CVE-2018-12911
CVE-2018-13053
CVE-2018-13405
CVE-2018-13406
CVE-2018-14633
CVE-2018-14734
CVE-2018-16741
CVE-2018-16742
CVE-2018-16743
CVE-2018-16744
CVE-2018-16745
CVE-2018-17182
CVE-2018-2579
CVE-2018-2588
CVE-2018-2599
CVE-2018-2602
CVE-2018-2603
CVE-2018-2618
CVE-2018-2629
CVE-2018-2633
CVE-2018-2634
CVE-2018-2637
CVE-2018-2641
CVE-2018-2663
CVE-2018-2677
CVE-2018-2678
CVE-2018-3620
CVE-2018-3646
CVE-2018-4088
CVE-2018-4096
CVE-2018-4101
CVE-2018-4113
CVE-2018-4114
CVE-2018-4117
CVE-2018-4118
CVE-2018-4119
CVE-2018-4120
CVE-2018-4121
CVE-2018-4122
CVE-2018-4125
CVE-2018-4127
CVE-2018-4128
CVE-2018-4129
CVE-2018-4133
CVE-2018-4146
CVE-2018-4161
CVE-2018-4162
CVE-2018-4163
CVE-2018-4165
CVE-2018-4190
CVE-2018-4199
CVE-2018-4200
CVE-2018-4204
CVE-2018-4218
CVE-2018-4222
CVE-2018-4232
CVE-2018-4233
CVE-2018-4246
CVE-2018-5383
CVE-2018-5390
CVE-2018-5391
CVE-2018-5814
CVE-2018-9256
CVE-2018-9259
CVE-2018-9260
CVE-2018-9261
CVE-2018-9262
CVE-2018-9263
CVE-2018-9264
CVE-2018-9265
CVE-2018-9266
CVE-2018-9267
CVE-2018-9268
CVE-2018-9269
CVE-2018-9270
CVE-2018-9271
CVE-2018-9272
CVE-2018-9273
CVE-2018-9274
CVE-2018-9385
CVE-2019-10220
CVE-2019-11477
CVE-2019-11478
CVE-2019-11709
CVE-2019-11711
CVE-2019-11712
CVE-2019-11713
CVE-2019-11715
CVE-2019-11717
CVE-2019-11719
CVE-2019-11729
CVE-2019-11730
CVE-2019-17133
CVE-2019-3846
CVE-2019-5108
CVE-2019-9811
CVE-2020-12653
CVE-2020-12654
CVE-2020-14577
CVE-2020-14578
CVE-2020-14579
CVE-2020-14581
CVE-2020-14583
CVE-2020-14593
CVE-2020-14621
CVE-2020-1749
SUSE-SU-2018:0661-1
SUSE-SU-2018:0981-1
SUSE-SU-2018:2979-1
SUSE-SU-2018:3387-1
SUSE-SU-2018:3582-1
SUSE-SU-2019:0466-1
SUSE-SU-2019:1861-1
SUSE-SU-2020:2861-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.1 NonFree
openSUSE Leap 42.2
openSUSE Leap 42.3
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12 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 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 Public Cloud 12
SUSE Linux Enterprise Module for Public Cloud 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Module for Web Scripting 15
SUSE Linux Enterprise 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-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 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 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-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 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 15
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
SUSE Package Hub for SUSE Linux Enterprise 12 SP1
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
SUSE Package Hub for SUSE Linux Enterprise 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • libjbig2-2.0-3.2 is installed
  • OR libjbig2-32bit-2.0-3.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.1 NonFree is installed
  • AND opera-41.0.2353.56-3.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND lftp-4.7.3-1.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • gpg2-2.0.24-8.1 is installed
  • OR gpg2-lang-2.0.24-8.1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND Package Information
  • conntrack-tools-1.4.2-5 is installed
  • OR libnetfilter_cthelper-1.0.0-7 is installed
  • OR libnetfilter_cthelper0-1.0.0-7 is installed
  • OR libnetfilter_cttimeout-1.0.0-9 is installed
  • OR libnetfilter_cttimeout1-1.0.0-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-10.0.7-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.7-0.3 is installed
  • OR libfreebl3-3.13.6-0.5 is installed
  • OR libfreebl3-32bit-3.13.6-0.5 is installed
  • OR mozilla-nspr-4.9.2-0.6 is installed
  • OR mozilla-nspr-32bit-4.9.2-0.6 is installed
  • OR mozilla-nss-3.13.6-0.5 is installed
  • OR mozilla-nss-32bit-3.13.6-0.5 is installed
  • OR mozilla-nss-tools-3.13.6-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • cpio-2.9-75.78.1 is installed
  • OR cpio-lang-2.9-75.78.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • curl-7.19.7-1.46.1 is installed
  • OR libcurl4-7.19.7-1.46.1 is installed
  • OR libcurl4-32bit-7.19.7-1.46.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • tigervnc-1.4.3-7 is installed
  • OR xorg-x11-Xvnc-1.4.3-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • NetworkManager-1.0.12-8 is installed
  • OR NetworkManager-lang-1.0.12-8 is installed
  • OR libnm-glib-vpn1-1.0.12-8 is installed
  • OR libnm-glib4-1.0.12-8 is installed
  • OR libnm-util2-1.0.12-8 is installed
  • OR libnm0-1.0.12-8 is installed
  • OR typelib-1_0-NM-1_0-1.0.12-8 is installed
  • OR typelib-1_0-NMClient-1_0-1.0.12-8 is installed
  • OR typelib-1_0-NetworkManager-1_0-1.0.12-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • curl-7.37.0-37.3.1 is installed
  • OR libcurl4-7.37.0-37.3.1 is installed
  • OR libcurl4-32bit-7.37.0-37.3.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 Basesystem 15 is installed
  • AND Package Information
  • gstreamer-1.12.5-1 is installed
  • OR gstreamer-lang-1.12.5-1 is installed
  • OR libgstreamer-1_0-0-1.12.5-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND docker-1.10.3-66 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND libpotrace0-1.15-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND binutils-devel-32bit-2.29.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.43-52.6 is installed
  • OR kernel-ec2-devel-3.12.43-52.6 is installed
  • OR kernel-ec2-extra-3.12.43-52.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND python3-keystoneclient-3.15.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libvirt-4.0.0-7 is installed
  • OR libvirt-admin-4.0.0-7 is installed
  • OR libvirt-client-4.0.0-7 is installed
  • OR libvirt-daemon-4.0.0-7 is installed
  • OR libvirt-daemon-config-network-4.0.0-7 is installed
  • OR libvirt-daemon-config-nwfilter-4.0.0-7 is installed
  • OR libvirt-daemon-driver-interface-4.0.0-7 is installed
  • OR libvirt-daemon-driver-libxl-4.0.0-7 is installed
  • OR libvirt-daemon-driver-lxc-4.0.0-7 is installed
  • OR libvirt-daemon-driver-network-4.0.0-7 is installed
  • OR libvirt-daemon-driver-nodedev-4.0.0-7 is installed
  • OR libvirt-daemon-driver-nwfilter-4.0.0-7 is installed
  • OR libvirt-daemon-driver-qemu-4.0.0-7 is installed
  • OR libvirt-daemon-driver-secret-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-core-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-disk-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-iscsi-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-logical-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-mpath-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-rbd-4.0.0-7 is installed
  • OR libvirt-daemon-driver-storage-scsi-4.0.0-7 is installed
  • OR libvirt-daemon-hooks-4.0.0-7 is installed
  • OR libvirt-daemon-lxc-4.0.0-7 is installed
  • OR libvirt-daemon-qemu-4.0.0-7 is installed
  • OR libvirt-daemon-xen-4.0.0-7 is installed
  • OR libvirt-devel-4.0.0-7 is installed
  • OR libvirt-doc-4.0.0-7 is installed
  • OR libvirt-lock-sanlock-4.0.0-7 is installed
  • OR libvirt-nss-4.0.0-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND python-pycrypto-2.6.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 is installed
  • AND Package Information
  • apache2-mod_php7-7.2.5-2 is installed
  • OR php7-7.2.5-2 is installed
  • OR php7-bcmath-7.2.5-2 is installed
  • OR php7-bz2-7.2.5-2 is installed
  • OR php7-calendar-7.2.5-2 is installed
  • OR php7-ctype-7.2.5-2 is installed
  • OR php7-curl-7.2.5-2 is installed
  • OR php7-dba-7.2.5-2 is installed
  • OR php7-devel-7.2.5-2 is installed
  • OR php7-dom-7.2.5-2 is installed
  • OR php7-enchant-7.2.5-2 is installed
  • OR php7-exif-7.2.5-2 is installed
  • OR php7-fastcgi-7.2.5-2 is installed
  • OR php7-fileinfo-7.2.5-2 is installed
  • OR php7-fpm-7.2.5-2 is installed
  • OR php7-ftp-7.2.5-2 is installed
  • OR php7-gd-7.2.5-2 is installed
  • OR php7-gettext-7.2.5-2 is installed
  • OR php7-gmp-7.2.5-2 is installed
  • OR php7-iconv-7.2.5-2 is installed
  • OR php7-intl-7.2.5-2 is installed
  • OR php7-json-7.2.5-2 is installed
  • OR php7-ldap-7.2.5-2 is installed
  • OR php7-mbstring-7.2.5-2 is installed
  • OR php7-mysql-7.2.5-2 is installed
  • OR php7-odbc-7.2.5-2 is installed
  • OR php7-opcache-7.2.5-2 is installed
  • OR php7-openssl-7.2.5-2 is installed
  • OR php7-pcntl-7.2.5-2 is installed
  • OR php7-pdo-7.2.5-2 is installed
  • OR php7-pear-7.2.5-2 is installed
  • OR php7-pear-Archive_Tar-7.2.5-2 is installed
  • OR php7-pgsql-7.2.5-2 is installed
  • OR php7-phar-7.2.5-2 is installed
  • OR php7-posix-7.2.5-2 is installed
  • OR php7-shmop-7.2.5-2 is installed
  • OR php7-snmp-7.2.5-2 is installed
  • OR php7-soap-7.2.5-2 is installed
  • OR php7-sockets-7.2.5-2 is installed
  • OR php7-sqlite-7.2.5-2 is installed
  • OR php7-sysvmsg-7.2.5-2 is installed
  • OR php7-sysvsem-7.2.5-2 is installed
  • OR php7-sysvshm-7.2.5-2 is installed
  • OR php7-tokenizer-7.2.5-2 is installed
  • OR php7-wddx-7.2.5-2 is installed
  • OR php7-xmlreader-7.2.5-2 is installed
  • OR php7-xmlrpc-7.2.5-2 is installed
  • OR php7-xmlwriter-7.2.5-2 is installed
  • OR php7-xsl-7.2.5-2 is installed
  • OR php7-zip-7.2.5-2 is installed
  • OR php7-zlib-7.2.5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND sysconfig-0.71.31-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND sysconfig-0.71.31-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND sysconfig-0.71.31-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND apache2-mod_perl-2.0.4-40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-html-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-pdf-4.0.3_21548_16-0.5 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-libs-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-domU-4.0.3_21548_16-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-html-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-pdf-4.0.3_21548_16-0.5 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-libs-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-domU-4.0.3_21548_16-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-html-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-pdf-4.0.3_21548_16-0.5 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-libs-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-domU-4.0.3_21548_16-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-html-4.0.3_21548_16-0.5 is installed
  • OR xen-doc-pdf-4.0.3_21548_16-0.5 is installed
  • OR xen-kmp-default-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-pae-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-kmp-trace-4.0.3_21548_16_2.6.32.59_0.9-0.5 is installed
  • OR xen-libs-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-4.0.3_21548_16-0.5 is installed
  • OR xen-tools-domU-4.0.3_21548_16-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXv-7.4-1.20 is installed
  • OR xorg-x11-libXv-32bit-7.4-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-libXv-7.4-1.20 is installed
  • OR xorg-x11-libXv-32bit-7.4-1.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • glibc-2.11.3-17.45.49 is installed
  • OR glibc-32bit-2.11.3-17.45.49 is installed
  • OR glibc-devel-2.11.3-17.45.49 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49 is installed
  • OR glibc-html-2.11.3-17.45.49 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49 is installed
  • OR glibc-info-2.11.3-17.45.49 is installed
  • OR glibc-locale-2.11.3-17.45.49 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49 is installed
  • OR glibc-profile-2.11.3-17.45.49 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49 is installed
  • OR glibc-x86-2.11.3-17.45.49 is installed
  • OR nscd-2.11.3-17.45.49 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • glibc-2.11.3-17.45.49 is installed
  • OR glibc-32bit-2.11.3-17.45.49 is installed
  • OR glibc-devel-2.11.3-17.45.49 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49 is installed
  • OR glibc-html-2.11.3-17.45.49 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49 is installed
  • OR glibc-info-2.11.3-17.45.49 is installed
  • OR glibc-locale-2.11.3-17.45.49 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49 is installed
  • OR glibc-profile-2.11.3-17.45.49 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49 is installed
  • OR glibc-x86-2.11.3-17.45.49 is installed
  • OR nscd-2.11.3-17.45.49 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • glibc-2.11.3-17.45.49 is installed
  • OR glibc-32bit-2.11.3-17.45.49 is installed
  • OR glibc-devel-2.11.3-17.45.49 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49 is installed
  • OR glibc-html-2.11.3-17.45.49 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49 is installed
  • OR glibc-info-2.11.3-17.45.49 is installed
  • OR glibc-locale-2.11.3-17.45.49 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49 is installed
  • OR glibc-profile-2.11.3-17.45.49 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49 is installed
  • OR glibc-x86-2.11.3-17.45.49 is installed
  • OR nscd-2.11.3-17.45.49 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • glibc-2.11.3-17.45.49 is installed
  • OR glibc-32bit-2.11.3-17.45.49 is installed
  • OR glibc-devel-2.11.3-17.45.49 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49 is installed
  • OR glibc-html-2.11.3-17.45.49 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49 is installed
  • OR glibc-info-2.11.3-17.45.49 is installed
  • OR glibc-locale-2.11.3-17.45.49 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49 is installed
  • OR glibc-profile-2.11.3-17.45.49 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49 is installed
  • OR glibc-x86-2.11.3-17.45.49 is installed
  • OR nscd-2.11.3-17.45.49 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • glibc-2.11.3-17.45.49 is installed
  • OR glibc-32bit-2.11.3-17.45.49 is installed
  • OR glibc-devel-2.11.3-17.45.49 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49 is installed
  • OR glibc-html-2.11.3-17.45.49 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49 is installed
  • OR glibc-info-2.11.3-17.45.49 is installed
  • OR glibc-locale-2.11.3-17.45.49 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49 is installed
  • OR glibc-locale-x86-2.11.3-17.45.49 is installed
  • OR glibc-profile-2.11.3-17.45.49 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.49 is installed
  • OR glibc-profile-x86-2.11.3-17.45.49 is installed
  • OR glibc-x86-2.11.3-17.45.49 is installed
  • OR nscd-2.11.3-17.45.49 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND kvm-0.15.1-0.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND kvm-0.15.1-0.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND kvm-0.15.1-0.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND kvm-0.15.1-0.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • cups-1.3.9-8.46.48 is installed
  • OR cups-client-1.3.9-8.46.48 is installed
  • OR cups-libs-1.3.9-8.46.48 is installed
  • OR cups-libs-32bit-1.3.9-8.46.48 is installed
  • OR cups-libs-x86-1.3.9-8.46.48 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • cups-1.3.9-8.46.48 is installed
  • OR cups-client-1.3.9-8.46.48 is installed
  • OR cups-libs-1.3.9-8.46.48 is installed
  • OR cups-libs-32bit-1.3.9-8.46.48 is installed
  • OR cups-libs-x86-1.3.9-8.46.48 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • cups-1.3.9-8.46.48 is installed
  • OR cups-client-1.3.9-8.46.48 is installed
  • OR cups-libs-1.3.9-8.46.48 is installed
  • OR cups-libs-32bit-1.3.9-8.46.48 is installed
  • OR cups-libs-x86-1.3.9-8.46.48 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND LibVNCServer-0.9.1-154 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • glibc-2.11.3-17.45.66 is installed
  • OR glibc-32bit-2.11.3-17.45.66 is installed
  • OR glibc-devel-2.11.3-17.45.66 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.66 is installed
  • OR glibc-html-2.11.3-17.45.66 is installed
  • OR glibc-i18ndata-2.11.3-17.45.66 is installed
  • OR glibc-info-2.11.3-17.45.66 is installed
  • OR glibc-locale-2.11.3-17.45.66 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.66 is installed
  • OR glibc-profile-2.11.3-17.45.66 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.66 is installed
  • OR nscd-2.11.3-17.45.66 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • glibc-2.11.3-17.45.66 is installed
  • OR glibc-32bit-2.11.3-17.45.66 is installed
  • OR glibc-devel-2.11.3-17.45.66 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.66 is installed
  • OR glibc-html-2.11.3-17.45.66 is installed
  • OR glibc-i18ndata-2.11.3-17.45.66 is installed
  • OR glibc-info-2.11.3-17.45.66 is installed
  • OR glibc-locale-2.11.3-17.45.66 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.66 is installed
  • OR glibc-profile-2.11.3-17.45.66 is installed
  • OR glibc-profile-32bit-2.11.3-17.45.66 is installed
  • OR nscd-2.11.3-17.45.66 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND apache2-mod_nss-1.0.8-0.4.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA 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 SP3 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 SP3-TERADATA is installed
  • AND apache2-mod_nss-1.0.8-0.4.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND apache2-mod_nss-1.0.8-0.4.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND apache2-mod_jk-1.2.26-1.30 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
  • MozillaFirefox-45.9.0esr-71 is installed
  • OR MozillaFirefox-translations-45.9.0esr-71 is installed
  • OR libfreebl3-3.29.5-46 is installed
  • OR libfreebl3-32bit-3.29.5-46 is installed
  • OR libsoftokn3-3.29.5-46 is installed
  • OR libsoftokn3-32bit-3.29.5-46 is installed
  • OR mozilla-nspr-4.13.1-32 is installed
  • OR mozilla-nspr-32bit-4.13.1-32 is installed
  • OR mozilla-nss-3.29.5-46 is installed
  • OR mozilla-nss-32bit-3.29.5-46 is installed
  • OR mozilla-nss-tools-3.29.5-46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.9.0esr-71 is installed
  • OR MozillaFirefox-translations-45.9.0esr-71 is installed
  • OR libfreebl3-3.29.5-46 is installed
  • OR libfreebl3-32bit-3.29.5-46 is installed
  • OR libsoftokn3-3.29.5-46 is installed
  • OR libsoftokn3-32bit-3.29.5-46 is installed
  • OR mozilla-nspr-4.13.1-32 is installed
  • OR mozilla-nspr-32bit-4.13.1-32 is installed
  • OR mozilla-nss-3.29.5-46 is installed
  • OR mozilla-nss-32bit-3.29.5-46 is installed
  • OR mozilla-nss-tools-3.29.5-46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.9.0esr-71 is installed
  • OR MozillaFirefox-translations-45.9.0esr-71 is installed
  • OR libfreebl3-3.29.5-46 is installed
  • OR libfreebl3-32bit-3.29.5-46 is installed
  • OR libsoftokn3-3.29.5-46 is installed
  • OR libsoftokn3-32bit-3.29.5-46 is installed
  • OR mozilla-nspr-4.13.1-32 is installed
  • OR mozilla-nspr-32bit-4.13.1-32 is installed
  • OR mozilla-nss-3.29.5-46 is installed
  • OR mozilla-nss-32bit-3.29.5-46 is installed
  • OR mozilla-nss-tools-3.29.5-46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.9.0esr-71 is installed
  • OR MozillaFirefox-translations-45.9.0esr-71 is installed
  • OR libfreebl3-3.29.5-46 is installed
  • OR libfreebl3-32bit-3.29.5-46 is installed
  • OR libsoftokn3-3.29.5-46 is installed
  • OR libsoftokn3-32bit-3.29.5-46 is installed
  • OR mozilla-nspr-4.13.1-32 is installed
  • OR mozilla-nspr-32bit-4.13.1-32 is installed
  • OR mozilla-nss-3.29.5-46 is installed
  • OR mozilla-nss-32bit-3.29.5-46 is installed
  • OR mozilla-nss-tools-3.29.5-46 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.56 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.56 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-default-3.0.101-0.47.106.56 is installed
  • OR kernel-default-base-3.0.101-0.47.106.56 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-default-man-3.0.101-0.47.106.56 is installed
  • OR kernel-ec2-3.0.101-0.47.106.56 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.56 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-pae-3.0.101-0.47.106.56 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.56 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-source-3.0.101-0.47.106.56 is installed
  • OR kernel-syms-3.0.101-0.47.106.56 is installed
  • OR kernel-trace-3.0.101-0.47.106.56 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.56 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-xen-3.0.101-0.47.106.56 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.56 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.56 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.56 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.56 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-default-3.0.101-0.47.106.56 is installed
  • OR kernel-default-base-3.0.101-0.47.106.56 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-default-man-3.0.101-0.47.106.56 is installed
  • OR kernel-ec2-3.0.101-0.47.106.56 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.56 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-pae-3.0.101-0.47.106.56 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.56 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-source-3.0.101-0.47.106.56 is installed
  • OR kernel-syms-3.0.101-0.47.106.56 is installed
  • OR kernel-trace-3.0.101-0.47.106.56 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.56 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.56 is installed
  • OR kernel-xen-3.0.101-0.47.106.56 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.56 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.56 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • libxml2-2.7.6-0.44.1 is installed
  • OR libxml2-32bit-2.7.6-0.44.1 is installed
  • OR libxml2-doc-2.7.6-0.44.1 is installed
  • OR libxml2-python-2.7.6-0.44.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 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 SP4 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
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • avahi-0.6.23-11.32 is installed
  • OR avahi-lang-0.6.23-11.32 is installed
  • OR avahi-utils-0.6.23-11.32 is installed
  • OR libavahi-client3-0.6.23-11.32 is installed
  • OR libavahi-client3-32bit-0.6.23-11.32 is installed
  • OR libavahi-client3-x86-0.6.23-11.32 is installed
  • OR libavahi-common3-0.6.23-11.32 is installed
  • OR libavahi-common3-32bit-0.6.23-11.32 is installed
  • OR libavahi-common3-x86-0.6.23-11.32 is installed
  • OR libavahi-core5-0.6.23-11.32 is installed
  • OR libdns_sd-0.6.23-11.32 is installed
  • OR libdns_sd-32bit-0.6.23-11.32 is installed
  • OR libdns_sd-x86-0.6.23-11.32 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • bind-9.9.6P1-0.51.15 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.15 is installed
  • OR bind-doc-9.9.6P1-0.51.15 is installed
  • OR bind-libs-9.9.6P1-0.51.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.15 is installed
  • OR bind-utils-9.9.6P1-0.51.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • bind-9.9.6P1-0.51.15 is installed
  • OR bind-chrootenv-9.9.6P1-0.51.15 is installed
  • OR bind-doc-9.9.6P1-0.51.15 is installed
  • OR bind-libs-9.9.6P1-0.51.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.51.15 is installed
  • OR bind-utils-9.9.6P1-0.51.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.27 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libopenssl1-devel-1.0.1g-0.12 is installed
  • OR libopenssl1_0_0-1.0.1g-0.12 is installed
  • OR libopenssl1_0_0-32bit-1.0.1g-0.12 is installed
  • OR openssl1-1.0.1g-0.12 is installed
  • OR openssl1-doc-1.0.1g-0.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.30-21 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.30-21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • MozillaFirefox-31.1.0esr-1.20 is installed
  • OR MozillaFirefox-translations-31.1.0esr-1.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libgudev-1_0-0-210-104 is installed
  • OR libgudev-1_0-0-32bit-210-104 is installed
  • OR libudev1-210-104 is installed
  • OR libudev1-32bit-210-104 is installed
  • OR systemd-210-104 is installed
  • OR systemd-32bit-210-104 is installed
  • OR systemd-bash-completion-210-104 is installed
  • OR systemd-sysvinit-210-104 is installed
  • OR udev-210-104 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libgudev-1_0-0-210-104 is installed
  • OR libgudev-1_0-0-32bit-210-104 is installed
  • OR libudev1-210-104 is installed
  • OR libudev1-32bit-210-104 is installed
  • OR systemd-210-104 is installed
  • OR systemd-32bit-210-104 is installed
  • OR systemd-bash-completion-210-104 is installed
  • OR systemd-sysvinit-210-104 is installed
  • OR udev-210-104 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND git-core-1.8.5.6-11.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS 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 SP1-LTSS 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 SP1-LTSS is installed
  • AND Package Information
  • xen-4.5.5_12-22.18.1 is installed
  • OR xen-doc-html-4.5.5_12-22.18.1 is installed
  • OR xen-kmp-default-4.5.5_12_k3.12.74_60.64.45-22.18.1 is installed
  • OR xen-libs-4.5.5_12-22.18.1 is installed
  • OR xen-libs-32bit-4.5.5_12-22.18.1 is installed
  • OR xen-tools-4.5.5_12-22.18.1 is installed
  • OR xen-tools-domU-4.5.5_12-22.18.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.121-36 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.121-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND xlockmore-5.43-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_114-92_64-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_114-92_64-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-4-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • g3utils-1.1.36-58.3 is installed
  • OR mgetty-1.1.36-58.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • g3utils-1.1.36-58.3 is installed
  • OR mgetty-1.1.36-58.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • DirectFB-1.7.1-6 is installed
  • OR lib++dfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-1.7.1-6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_176-94_88-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_24-3-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_176-94_88-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_24-3-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libblkid1-2.29.2-3.12 is installed
  • OR libblkid1-32bit-2.29.2-3.12 is installed
  • OR libfdisk1-2.29.2-3.12 is installed
  • OR libmount1-2.29.2-3.12 is installed
  • OR libmount1-32bit-2.29.2-3.12 is installed
  • OR libsmartcols1-2.29.2-3.12 is installed
  • OR libuuid1-2.29.2-3.12 is installed
  • OR libuuid1-32bit-2.29.2-3.12 is installed
  • OR python-libmount-2.29.2-3.12 is installed
  • OR util-linux-2.29.2-3.12 is installed
  • OR util-linux-lang-2.29.2-3.12 is installed
  • OR util-linux-systemd-2.29.2-3.12 is installed
  • OR uuidd-2.29.2-3.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libblkid1-2.29.2-3.12 is installed
  • OR libblkid1-32bit-2.29.2-3.12 is installed
  • OR libfdisk1-2.29.2-3.12 is installed
  • OR libmount1-2.29.2-3.12 is installed
  • OR libmount1-32bit-2.29.2-3.12 is installed
  • OR libsmartcols1-2.29.2-3.12 is installed
  • OR libuuid1-2.29.2-3.12 is installed
  • OR libuuid1-32bit-2.29.2-3.12 is installed
  • OR python-libmount-2.29.2-3.12 is installed
  • OR util-linux-2.29.2-3.12 is installed
  • OR util-linux-lang-2.29.2-3.12 is installed
  • OR util-linux-systemd-2.29.2-3.12 is installed
  • OR uuidd-2.29.2-3.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • cups-1.7.5-20.20 is installed
  • OR cups-client-1.7.5-20.20 is installed
  • OR cups-libs-1.7.5-20.20 is installed
  • OR cups-libs-32bit-1.7.5-20.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • cups-1.7.5-20.20 is installed
  • OR cups-client-1.7.5-20.20 is installed
  • OR cups-libs-1.7.5-20.20 is installed
  • OR cups-libs-32bit-1.7.5-20.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • apache2-2.4.23-29.24 is installed
  • OR apache2-doc-2.4.23-29.24 is installed
  • OR apache2-example-pages-2.4.23-29.24 is installed
  • OR apache2-prefork-2.4.23-29.24 is installed
  • OR apache2-utils-2.4.23-29.24 is installed
  • OR apache2-worker-2.4.23-29.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • java-11-openjdk-11.0.5.0-3.3 is installed
  • OR java-11-openjdk-demo-11.0.5.0-3.3 is installed
  • OR java-11-openjdk-devel-11.0.5.0-3.3 is installed
  • OR java-11-openjdk-headless-11.0.5.0-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • java-11-openjdk-11.0.5.0-3.3 is installed
  • OR java-11-openjdk-demo-11.0.5.0-3.3 is installed
  • OR java-11-openjdk-devel-11.0.5.0-3.3 is installed
  • OR java-11-openjdk-headless-11.0.5.0-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • apache2-2.4.10-14.17 is installed
  • OR apache2-doc-2.4.10-14.17 is installed
  • OR apache2-example-pages-2.4.10-14.17 is installed
  • OR apache2-prefork-2.4.10-14.17 is installed
  • OR apache2-utils-2.4.10-14.17 is installed
  • OR apache2-worker-2.4.10-14.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND apache2-mod_jk-1.2.40-5 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 Software Development Kit 11 SP2 is installed
  • AND apache2-mod_security2-2.7.1-0.2.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND automake-1.10.1-4.131.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND build-2011.10.10-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND libid3tag0-0.15.1b-182 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-base-0.10.36-11.6 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.36-11.6 is installed
  • OR libgstapp-0_10-0-0.10.36-11.6 is installed
  • OR libgstinterfaces-0_10-0-0.10.36-11.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libpcrecpp0-8.39-5 is installed
  • OR libpcrecpp0-32bit-8.39-5 is installed
  • OR pcre-8.39-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.92-6.30 is installed
  • OR kernel-default-extra-4.4.92-6.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • glib2-2.48.2-12.15 is installed
  • OR libgio-fam-2.48.2-12.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • colord-1.4.2-1 is installed
  • OR colord-gtk-lang-0.1.26-1 is installed
  • OR colord-lang-1.4.2-1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • java-1_7_0-ibm-1.7.0_sr9.40-52.1 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52.1 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52.1 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • java-1_7_1-ibm-1.7.1_sr4.10-38.5.1 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.10-38.5.1 is installed
  • OR java-1_7_1-ibm-devel-1.7.1_sr4.10-38.5.1 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.10-38.5.1 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.10-38.5.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • python-Jinja2-2.8-2 is installed
  • OR python-Jinja2-emacs-2.8-2 is installed
  • OR python-Jinja2-vim-2.8-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND
  • kdelibs4-4.14.25-5 is installed
  • OR kdelibs4-apidocs-4.14.25-5 is installed
  • OR kdelibs4-branding-upstream-4.14.25-5 is installed
  • OR kdelibs4-core-4.14.25-5 is installed
  • OR kdelibs4-doc-4.14.25-5 is installed
  • OR kio-5.26.0-5 is installed
  • OR kio-32bit-5.26.0-6 is installed
  • OR kio-core-5.26.0-5 is installed
  • OR kio-core-32bit-5.26.0-6 is installed
  • OR kio-devel-5.26.0-5 is installed
  • OR kio-devel-32bit-5.26.0-6 is installed
  • OR kio-lang-5.26.0-5 is installed
  • OR libkde4-4.14.25-5 is installed
  • OR libkde4-32bit-4.14.25-5 is installed
  • OR libkde4-devel-4.14.25-5 is installed
  • OR libkdecore4-4.14.25-5 is installed
  • OR libkdecore4-32bit-4.14.25-5 is installed
  • OR libkdecore4-devel-4.14.25-5 is installed
  • OR libksuseinstall-devel-4.14.25-5 is installed
  • OR libksuseinstall1-4.14.25-5 is installed
  • OR libksuseinstall1-32bit-4.14.25-5 is installed
  • OR Package Information
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND
  • kdelibs4-4.14.25-5 is installed
  • OR kdelibs4-apidocs-4.14.25-5 is installed
  • OR kdelibs4-branding-upstream-4.14.25-5 is installed
  • OR kdelibs4-core-4.14.25-5 is installed
  • OR kdelibs4-doc-4.14.25-5 is installed
  • OR kio-5.26.0-5 is installed
  • OR kio-32bit-5.26.0-6 is installed
  • OR kio-core-5.26.0-5 is installed
  • OR kio-core-32bit-5.26.0-6 is installed
  • OR kio-devel-5.26.0-5 is installed
  • OR kio-devel-32bit-5.26.0-6 is installed
  • OR kio-lang-5.26.0-5 is installed
  • OR libkde4-4.14.25-5 is installed
  • OR libkde4-32bit-4.14.25-5 is installed
  • OR libkde4-devel-4.14.25-5 is installed
  • OR libkdecore4-4.14.25-5 is installed
  • OR libkdecore4-32bit-4.14.25-5 is installed
  • OR libkdecore4-devel-4.14.25-5 is installed
  • OR libksuseinstall-devel-4.14.25-5 is installed
  • OR libksuseinstall1-4.14.25-5 is installed
  • OR libksuseinstall1-32bit-4.14.25-5 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • lame-3.100-6 is installed
  • OR lame-doc-3.100-6 is installed
  • OR lame-mp3rtp-3.100-6 is installed
  • OR libmp3lame-devel-3.100-6 is installed
  • OR libmp3lame0-3.100-6 is installed
  • OR libmp3lame0-32bit-3.100-7 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
  • AND Package Information
  • libsingularity1-2.6.1-14 is installed
  • OR singularity-2.6.1-14 is installed
  • OR singularity-devel-2.6.1-14 is installed
  • BACK