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



The SUSE Linux Enterprise 12 SP3 kernel was updated to 3.0.101 to receive various security and bugfixes.

The following security bugs were fixed:

- CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1108498). - CVE-2018-19407: The vcpu_scan_ioapic function in arch/x86/kvm/x86.c allowed local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized (bnc#1116841). - CVE-2018-19985: The function hso_probe read if_num from the USB device (as an u8) and used it without a length check to index an array, resulting in an OOB memory read in hso_probe or hso_get_config_data that could be used by local attackers (bnc#1120743). - CVE-2018-20169: The USB subsystem mishandled size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bnc#1119714). - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory corruption due to type confusion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1118319). - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152). - CVE-2018-18281: The mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused (bnc#1113769). - CVE-2018-18710: An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751). - CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825). - CVE-2017-7273: The cp_report_fixup function in drivers/hid/hid-cypress.c allowed physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report (bnc#1031240). - CVE-2017-16533: The usbhid_parse function in drivers/hid/usbhid/hid-core.c allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066674). - CVE-2017-1000407: Fixed a denial of service, which was caused by flooding the diagnostic port 0x80 an exception leading to a kernel panic (bnc#1071021).

The following non-security bugs were fixed:

- ALSA: pcm: Fix potential deadlock in OSS emulation (bsc#968018, bsc#1104366). - cpusets, isolcpus: exclude isolcpus from load balancing in cpusets (bsc#1119255). - Drivers: scsi: storvsc: Change the limits to reflect the values on the host (bug#1107189). - drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure (bug#1107189). - Drivers: scsi: storvsc: Filter commands based on the storage protocol version (bug#1107189). - Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version (bug#1107189). - Drivers: scsi: storvsc: Implement a eh_timed_out handler (bug#1107189). - Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host (bug#1107189). - drivers: scsi: storvsc: Set srb_flags in all cases (bug#1107189). - EHCI: improved logic for isochronous scheduling (bsc#1117515). - ipv4: remove the unnecessary variable in udp_mcast_next (bsc#1104070). - KEYS: prevent creating a different user's keyrings (bnc#1094186). - KVM: x86: Fix the duplicate failure path handling in vmx_init (bsc#1104367). - MM: increase safety margin provided by PF_LESS_THROTTLE (bsc#1116412). - MM/vmscan.c: avoid throttling reclaim for loop-back nfsd threads (bsc#1116412). - net/ipv6/udp: Fix ipv6 multicast socket filter regression (bsc#1104070). - NFS: avoid deadlocks with loop-back mounted NFS filesystems (bsc#1116412). - NFS: avoid waiting at all in nfs_release_page when congested (bsc#1116412). - NFS: Do not write enable new pages while an invalidation is proceeding (bsc#1116412). - NFS: Fix a regression in the read() syscall (bsc#1116412). - NFS: Fix races in nfs_revalidate_mapping (bsc#1116412). - NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping (bsc#1116412). - NFS: Fix writeback performance issue on cache invalidation (bsc#1116412). - reiserfs: do not preallocate blocks for extended attributes (bsc#990682). - reiserfs: fix race in readdir (bsc#1039803). - sched, isolcpu: make cpu_isolated_map visible outside scheduler (bsc#1119255). - scsi: storvsc: Always send on the selected outgoing channel (bug#1107189). - scsi: storvsc: Do not assume that the scatterlist is not chained (bug#1107189). - scsi: storvsc: Fix a bug in copy_from_bounce_buffer() (bug#1107189). - scsi: storvsc: Increase the ring buffer size (bug#1107189). - scsi: storvsc: Size the queue depth based on the ringbuffer size (bug#1107189). - storvsc: fix a bug in storvsc limits (bug#1107189). - storvsc: force discovery of LUNs that may have been removed (bug#1107189). - storvsc: get rid of overly verbose warning messages (bug#1107189). - storvsc: in responce to a scan event, scan the host (bug#1107189). - storvsc: Set the SRB flags correctly when no data transfer is needed (bug#1107189). - udp: ipv4: Add udp early demux (bsc#1104070). - udp: restore UDPlite many-cast delivery (bsc#1104070). - udp: Simplify __udp*_lib_mcast_deliver (bsc#1104070). - udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver (bsc#1104070). - USB: EHCI: add new root-hub state: STOPPING (bsc#1117515). - USB: EHCI: add pointer to end of async-unlink list (bsc#1117515). - USB: EHCI: add symbolic constants for QHs (bsc#1117515). - USB: EHCI: always scan each interrupt QH (bsc#1117515). - USB: EHCI: do not lose events during a scan (bsc#1117515). - USB: EHCI: do not refcount iso_stream structures (bsc#1117515). - USB: EHCI: do not refcount QHs (bsc#1117515). - USB: EHCI: fix initialization bug in iso_stream_schedule() (bsc#1117515). - USB: EHCI: fix up locking (bsc#1117515). - USB: EHCI: initialize data before resetting hardware (bsc#1117515). - USB: EHCI: introduce high-res timer (bsc#1117515). - USB: EHCI: remove PS3 status polling (bsc#1117515). - USB: EHCI: remove unneeded suspend/resume code (bsc#1117515). - USB: EHCI: rename 'reclaim' (bsc#1117515). - USB: EHCI: resolve some unlikely races (bsc#1117515). - USB: EHCI: return void instead of 0 (bsc#1117515). - USB: EHCI: simplify isochronous scanning (bsc#1117515). - USB: EHCI: unlink multiple async QHs together (bsc#1117515). - USB: EHCI: use hrtimer for async schedule (bsc#1117515). - USB: EHCI: use hrtimer for controller death (bsc#1117515). - USB: EHCI: use hrtimer for interrupt QH unlink (bsc#1117515). - USB: EHCI: use hrtimer for (s)iTD deallocation (bsc#1117515). - USB: EHCI: use hrtimer for the IAA watchdog (bsc#1117515). - USB: EHCI: use hrtimer for the I/O watchdog (bsc#1117515). - USB: EHCI: use hrtimer for the periodic schedule (bsc#1117515). - USB: EHCI: use hrtimer for unlinking empty async QHs (bsc#1117515). - XFS: do not BUG() on mixed direct and mapped I/O (bsc#1114920). - XFS: stop searching for free slots in an inode chunk when there are none (bsc#1115007). - XFS: validate sb_logsunit is a multiple of the fs blocksize (bsc#1115038).
Family:unixClass:patch
Status:Reference(s):1013992
1013993
1027527
1028391
1031240
1039803
1066674
1068032
1071021
1076114
1076179
1082276
1083291
1083302
1083303
1085207
1085449
1093311
1094186
1094825
1104070
1104366
1104367
1107189
1108498
1109200
1113201
1113751
1113769
1114612
1114920
1115007
1115038
1116412
1116841
1117515
1118152
1118319
1119255
1119714
1120743
1162610
854480
905299
920870
927845
934920
936875
950110
950111
962220
968018
974847
984990
985609
985669
985675
985682
985698
990682
CVE-2009-3736
CVE-2010-0407
CVE-2010-1205
CVE-2010-4531
CVE-2011-2501
CVE-2011-3026
CVE-2011-3045
CVE-2011-3048
CVE-2012-3386
CVE-2013-7041
CVE-2013-7353
CVE-2013-7354
CVE-2014-3499
CVE-2014-8111
CVE-2014-9913
CVE-2015-2304
CVE-2015-3238
CVE-2015-7696
CVE-2015-7697
CVE-2015-8918
CVE-2015-8920
CVE-2015-8921
CVE-2015-8924
CVE-2015-8929
CVE-2016-3977
CVE-2016-4809
CVE-2016-9844
CVE-2017-1000407
CVE-2017-16533
CVE-2017-18030
CVE-2017-5398
CVE-2017-5400
CVE-2017-5401
CVE-2017-5402
CVE-2017-5404
CVE-2017-5405
CVE-2017-5407
CVE-2017-5408
CVE-2017-5409
CVE-2017-5410
CVE-2017-5715
CVE-2017-7273
CVE-2018-11759
CVE-2018-1417
CVE-2018-18281
CVE-2018-18386
CVE-2018-18710
CVE-2018-19407
CVE-2018-19824
CVE-2018-19985
CVE-2018-20169
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-5683
CVE-2018-5732
CVE-2018-5733
CVE-2018-7550
CVE-2018-9516
CVE-2018-9568
CVE-2020-8597
SUSE-SU-2016:1139-1
SUSE-SU-2016:1645-1
SUSE-SU-2016:1939-1
SUSE-SU-2017:0639-1
SUSE-SU-2017:0732-1
SUSE-SU-2018:0705-1
SUSE-SU-2018:0810-1
SUSE-SU-2018:1308-1
SUSE-SU-2018:1447-1
SUSE-SU-2018:3970-1
SUSE-SU-2019:13937-1
SUSE-SU-2020:14292-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Basesystem 15 SP1
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Containers 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for High Performance Computing 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Public Cloud 15 SP1
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Server Applications 15 SP1
SUSE Linux Enterprise Module for Web Scripting 12
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 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 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP2
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 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 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • tryton-4.2.19-lp150.2.10 is installed
  • OR trytond-4.2.17-lp150.2.15 is installed
  • OR trytond_account-4.2.10-lp150.2.3 is installed
  • OR trytond_account_invoice-4.2.7-lp150.2.3 is installed
  • OR trytond_purchase_request-4.2.4-lp150.2.3 is installed
  • OR trytond_stock-4.2.8-lp150.2.3 is installed
  • OR trytond_stock_supply-4.2.3-lp150.2.7 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND autofs-5.0.9-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • libldb1-3.6.3-0.33.39 is installed
  • OR libldb1-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • libxerces-c-3_1-3.1.1-1 is installed
  • OR libxerces-c-3_1-32bit-3.1.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • cups-1.7.5-9 is installed
  • OR cups-client-1.7.5-9 is installed
  • OR cups-libs-1.7.5-9 is installed
  • OR cups-libs-32bit-1.7.5-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND ctags-5.8-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND puppet-3.8.5-15.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libgcrypt-1.6.1-16.62 is installed
  • OR libgcrypt20-1.6.1-16.62 is installed
  • OR libgcrypt20-32bit-1.6.1-16.62 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • binutils-2.29.1-4 is installed
  • OR binutils-devel-2.29.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • bash-4.4-9.7 is installed
  • OR bash-devel-4.4-9.7 is installed
  • OR bash-doc-4.4-9.7 is installed
  • OR bash-lang-4.4-9.7 is installed
  • OR libreadline7-7.0-9.7 is installed
  • OR readline-devel-7.0-9.7 is installed
  • OR readline-doc-7.0-9.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • containerd-1.2.10-16.26 is installed
  • OR docker-19.03.5_ce-98.51 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2877_3eb39382bfa6-28 is installed
  • OR docker-runc-1.0.0rc8+gitr3917_3e425f80a8c9-1.35 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2877_3eb39382bfa6-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 15 is installed
  • AND Package Information
  • containerd-1.1.2-5.3 is installed
  • OR docker-18.06.1_ce-6.8 is installed
  • OR docker-bash-completion-18.06.1_ce-6.8 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2664_3ac297bc7fd0-4.3 is installed
  • OR docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-6.3 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2664_3ac297bc7fd0-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • NetworkManager-1.10.6-3 is installed
  • OR NetworkManager-devel-1.10.6-3 is installed
  • OR libnm-glib-vpn1-1.10.6-3 is installed
  • OR libnm-glib4-1.10.6-3 is installed
  • OR libnm-util2-1.10.6-3 is installed
  • OR typelib-1_0-NMClient-1_0-1.10.6-3 is installed
  • OR typelib-1_0-NetworkManager-1_0-1.10.6-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • ant-1.9.10-3.3 is installed
  • OR ant-antlr-1.9.10-3.3 is installed
  • OR ant-apache-bcel-1.9.10-3.3 is installed
  • OR ant-apache-bsf-1.9.10-3.3 is installed
  • OR ant-apache-log4j-1.9.10-3.3 is installed
  • OR ant-apache-oro-1.9.10-3.3 is installed
  • OR ant-apache-regexp-1.9.10-3.3 is installed
  • OR ant-apache-resolver-1.9.10-3.3 is installed
  • OR ant-commons-logging-1.9.10-3.3 is installed
  • OR ant-javamail-1.9.10-3.3 is installed
  • OR ant-jdepend-1.9.10-3.3 is installed
  • OR ant-jmf-1.9.10-3.3 is installed
  • OR ant-junit-1.9.10-3.3 is installed
  • OR ant-manual-1.9.10-3.3 is installed
  • OR ant-scripts-1.9.10-3.3 is installed
  • OR ant-swing-1.9.10-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libpmi0_18_08-18.08.9-3.5 is installed
  • OR libslurm33-18.08.9-3.5 is installed
  • OR pdsh-2.33-7.18 is installed
  • OR pdsh-dshgroup-2.33-7.18 is installed
  • OR pdsh-genders-2.33-7.18 is installed
  • OR pdsh-machines-2.33-7.18 is installed
  • OR pdsh-netgroup-2.33-7.18 is installed
  • OR pdsh-slurm-2.33-7.18 is installed
  • OR pdsh-slurm_18_08-2.33-7.18 is installed
  • OR perl-slurm_18_08-18.08.9-3.5 is installed
  • OR slurm_18_08-18.08.9-3.5 is installed
  • OR slurm_18_08-auth-none-18.08.9-3.5 is installed
  • OR slurm_18_08-config-18.08.9-3.5 is installed
  • OR slurm_18_08-devel-18.08.9-3.5 is installed
  • OR slurm_18_08-doc-18.08.9-3.5 is installed
  • OR slurm_18_08-lua-18.08.9-3.5 is installed
  • OR slurm_18_08-munge-18.08.9-3.5 is installed
  • OR slurm_18_08-node-18.08.9-3.5 is installed
  • OR slurm_18_08-pam_slurm-18.08.9-3.5 is installed
  • OR slurm_18_08-plugins-18.08.9-3.5 is installed
  • OR slurm_18_08-slurmdbd-18.08.9-3.5 is installed
  • OR slurm_18_08-sql-18.08.9-3.5 is installed
  • OR slurm_18_08-torque-18.08.9-3.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 is installed
  • AND Package Information
  • libpmi0-17.11.13-6.15 is installed
  • OR libslurm32-17.11.13-6.15 is installed
  • OR perl-slurm-17.11.13-6.15 is installed
  • OR slurm-17.11.13-6.15 is installed
  • OR slurm-auth-none-17.11.13-6.15 is installed
  • OR slurm-config-17.11.13-6.15 is installed
  • OR slurm-devel-17.11.13-6.15 is installed
  • OR slurm-doc-17.11.13-6.15 is installed
  • OR slurm-lua-17.11.13-6.15 is installed
  • OR slurm-munge-17.11.13-6.15 is installed
  • OR slurm-node-17.11.13-6.15 is installed
  • OR slurm-pam_slurm-17.11.13-6.15 is installed
  • OR slurm-plugins-17.11.13-6.15 is installed
  • OR slurm-slurmdbd-17.11.13-6.15 is installed
  • OR slurm-sql-17.11.13-6.15 is installed
  • OR slurm-torque-17.11.13-6.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-78 is installed
  • OR libopenssl0_9_8-0.9.8j-78 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-78 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.191-3.13 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.191-3.13 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.191-3.13 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.191-3.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_28-default-3-2 is installed
  • OR kernel-livepatch-SLE15_Update_8-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND soundtouch-1.8.0-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 SP1 is installed
  • AND Package Information
  • libvirt-5.1.0-8.3 is installed
  • OR wireshark-plugin-libvirt-5.1.0-8.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.38-44 is installed
  • OR kernel-ec2-devel-3.12.38-44 is installed
  • OR kernel-ec2-extra-3.12.38-44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 SP1 is installed
  • AND rmt-server-pubcloud-1.2.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • krb5-plugin-kdb-ldap-1.15.2-4 is installed
  • OR krb5-server-1.15.2-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 SP1 is installed
  • AND Package Information
  • libvirglrenderer0-0.6.0-2 is installed
  • OR virglrenderer-devel-0.6.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-109.8 is installed
  • OR php5-5.5.14-109.8 is installed
  • OR php5-bcmath-5.5.14-109.8 is installed
  • OR php5-bz2-5.5.14-109.8 is installed
  • OR php5-calendar-5.5.14-109.8 is installed
  • OR php5-ctype-5.5.14-109.8 is installed
  • OR php5-curl-5.5.14-109.8 is installed
  • OR php5-dba-5.5.14-109.8 is installed
  • OR php5-dom-5.5.14-109.8 is installed
  • OR php5-enchant-5.5.14-109.8 is installed
  • OR php5-exif-5.5.14-109.8 is installed
  • OR php5-fastcgi-5.5.14-109.8 is installed
  • OR php5-fileinfo-5.5.14-109.8 is installed
  • OR php5-fpm-5.5.14-109.8 is installed
  • OR php5-ftp-5.5.14-109.8 is installed
  • OR php5-gd-5.5.14-109.8 is installed
  • OR php5-gettext-5.5.14-109.8 is installed
  • OR php5-gmp-5.5.14-109.8 is installed
  • OR php5-iconv-5.5.14-109.8 is installed
  • OR php5-imap-5.5.14-109.8 is installed
  • OR php5-intl-5.5.14-109.8 is installed
  • OR php5-json-5.5.14-109.8 is installed
  • OR php5-ldap-5.5.14-109.8 is installed
  • OR php5-mbstring-5.5.14-109.8 is installed
  • OR php5-mcrypt-5.5.14-109.8 is installed
  • OR php5-mysql-5.5.14-109.8 is installed
  • OR php5-odbc-5.5.14-109.8 is installed
  • OR php5-opcache-5.5.14-109.8 is installed
  • OR php5-openssl-5.5.14-109.8 is installed
  • OR php5-pcntl-5.5.14-109.8 is installed
  • OR php5-pdo-5.5.14-109.8 is installed
  • OR php5-pear-5.5.14-109.8 is installed
  • OR php5-pgsql-5.5.14-109.8 is installed
  • OR php5-phar-5.5.14-109.8 is installed
  • OR php5-posix-5.5.14-109.8 is installed
  • OR php5-pspell-5.5.14-109.8 is installed
  • OR php5-shmop-5.5.14-109.8 is installed
  • OR php5-snmp-5.5.14-109.8 is installed
  • OR php5-soap-5.5.14-109.8 is installed
  • OR php5-sockets-5.5.14-109.8 is installed
  • OR php5-sqlite-5.5.14-109.8 is installed
  • OR php5-suhosin-5.5.14-109.8 is installed
  • OR php5-sysvmsg-5.5.14-109.8 is installed
  • OR php5-sysvsem-5.5.14-109.8 is installed
  • OR php5-sysvshm-5.5.14-109.8 is installed
  • OR php5-tokenizer-5.5.14-109.8 is installed
  • OR php5-wddx-5.5.14-109.8 is installed
  • OR php5-xmlreader-5.5.14-109.8 is installed
  • OR php5-xmlrpc-5.5.14-109.8 is installed
  • OR php5-xmlwriter-5.5.14-109.8 is installed
  • OR php5-xsl-5.5.14-109.8 is installed
  • OR php5-zip-5.5.14-109.8 is installed
  • OR php5-zlib-5.5.14-109.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND kvm-1.4.2-53.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-53.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND kvm-1.4.2-53.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-53.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.59 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-3.0.101-0.47.106.59 is installed
  • OR kernel-default-base-3.0.101-0.47.106.59 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-man-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-source-3.0.101-0.47.106.59 is installed
  • OR kernel-syms-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.59 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.59 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.59 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-3.0.101-0.47.106.59 is installed
  • OR kernel-default-base-3.0.101-0.47.106.59 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-default-man-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-source-3.0.101-0.47.106.59 is installed
  • OR kernel-syms-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND ppp-2.4.5.git-2.32.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND ppp-2.4.5.git-2.32.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • xen-4.4.1_10-9 is installed
  • OR xen-doc-html-4.4.1_10-9 is installed
  • OR xen-kmp-default-4.4.1_10_k3.12.36_38-9 is installed
  • OR xen-libs-4.4.1_10-9 is installed
  • OR xen-libs-32bit-4.4.1_10-9 is installed
  • OR xen-tools-4.4.1_10-9 is installed
  • OR xen-tools-domU-4.4.1_10-9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • xen-4.4.1_10-9 is installed
  • OR xen-doc-html-4.4.1_10-9 is installed
  • OR xen-kmp-default-4.4.1_10_k3.12.36_38-9 is installed
  • OR xen-libs-4.4.1_10-9 is installed
  • OR xen-libs-32bit-4.4.1_10-9 is installed
  • OR xen-tools-4.4.1_10-9 is installed
  • OR xen-tools-domU-4.4.1_10-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND docker-1.2.0-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • bind-9.9.9P1-46 is installed
  • OR bind-chrootenv-9.9.9P1-46 is installed
  • OR bind-doc-9.9.9P1-46 is installed
  • OR bind-libs-9.9.9P1-46 is installed
  • OR bind-libs-32bit-9.9.9P1-46 is installed
  • OR bind-utils-9.9.9P1-46 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • bind-9.9.9P1-46 is installed
  • OR bind-chrootenv-9.9.9P1-46 is installed
  • OR bind-doc-9.9.9P1-46 is installed
  • OR bind-libs-9.9.9P1-46 is installed
  • OR bind-libs-32bit-9.9.9P1-46 is installed
  • OR bind-utils-9.9.9P1-46 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • colord-gtk-lang-0.1.25-3 is installed
  • OR libcolord-gtk1-0.1.25-3 is installed
  • OR libcolord2-1.1.7-5 is installed
  • OR libcolord2-32bit-1.1.7-5 is installed
  • OR libcolorhug2-1.1.7-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • xorg-x11-server-7.6_1.15.2-53.3 is installed
  • OR xorg-x11-server-extra-7.6_1.15.2-53.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND clamav-0.99.2-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • kgraft-patch-4_4_120-92_70-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND clamav-0.100.1-33.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • gdk-pixbuf-loader-rsvg-2.40.18-5.3 is installed
  • OR librsvg-2.40.18-5.3 is installed
  • OR librsvg-2-2-2.40.18-5.3 is installed
  • OR librsvg-2-2-32bit-2.40.18-5.3 is installed
  • OR rsvg-view-2.40.18-5.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • gdk-pixbuf-loader-rsvg-2.40.18-5.3 is installed
  • OR librsvg-2.40.18-5.3 is installed
  • OR librsvg-2-2-2.40.18-5.3 is installed
  • OR librsvg-2-2-32bit-2.40.18-5.3 is installed
  • OR rsvg-view-2.40.18-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • libgnomesu-2.0.0-353.6 is installed
  • OR libgnomesu-lang-2.0.0-353.6 is installed
  • OR libgnomesu0-2.0.0-353.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND squid-3.5.21-26.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND squid-3.5.21-26.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • ghostscript-9.27-23.28 is installed
  • OR ghostscript-x11-9.27-23.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • ghostscript-9.27-23.28 is installed
  • OR ghostscript-x11-9.27-23.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_140-94_42-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_15-10-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_140-94_42-default-10-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_15-10-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND nmap-6.46-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND nmap-6.46-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • audiofile-0.3.6-11.3 is installed
  • OR libaudiofile1-0.3.6-11.3 is installed
  • OR libaudiofile1-32bit-0.3.6-11.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • audiofile-0.3.6-11.3 is installed
  • OR libaudiofile1-0.3.6-11.3 is installed
  • OR libaudiofile1-32bit-0.3.6-11.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND apache2-mod_jk-1.2.40-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • jakarta-taglibs-standard-1.1.1-255 is installed
  • OR jakarta-taglibs-standard-javadoc-1.1.1-255 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_54-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_15-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_60-52_54-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_15-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • freeradius-server-3.0.3-10 is installed
  • OR freeradius-server-doc-3.0.3-10 is installed
  • OR freeradius-server-krb5-3.0.3-10 is installed
  • OR freeradius-server-ldap-3.0.3-10 is installed
  • OR freeradius-server-libs-3.0.3-10 is installed
  • OR freeradius-server-mysql-3.0.3-10 is installed
  • OR freeradius-server-perl-3.0.3-10 is installed
  • OR freeradius-server-postgresql-3.0.3-10 is installed
  • OR freeradius-server-python-3.0.3-10 is installed
  • OR freeradius-server-sqlite-3.0.3-10 is installed
  • OR freeradius-server-utils-3.0.3-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • MozillaFirefox-45.3.0esr-78 is installed
  • OR MozillaFirefox-translations-45.3.0esr-78 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_24-default-7-2 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-7-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_90-92_45-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • evince-3.20.2-6.27 is installed
  • OR evince-browser-plugin-3.20.2-6.27 is installed
  • OR evince-lang-3.20.2-6.27 is installed
  • OR evince-plugin-djvudocument-3.20.2-6.27 is installed
  • OR evince-plugin-dvidocument-3.20.2-6.27 is installed
  • OR evince-plugin-pdfdocument-3.20.2-6.27 is installed
  • OR evince-plugin-psdocument-3.20.2-6.27 is installed
  • OR evince-plugin-tiffdocument-3.20.2-6.27 is installed
  • OR evince-plugin-xpsdocument-3.20.2-6.27 is installed
  • OR libevdocument3-4-3.20.2-6.27 is installed
  • OR libevview3-3-3.20.2-6.27 is installed
  • OR nautilus-evince-3.20.2-6.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-24.0.0.186-152 is installed
  • OR flash-player-gnome-24.0.0.186-152 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libtag1-32bit-1.9.1-1 is installed
  • OR libtag_c0-32bit-1.9.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-70 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-bad-0.10.23-25 is installed
  • OR gstreamer-0_10-plugins-bad-lang-0.10.23-25 is installed
  • OR libgstbasecamerabinsrc-0_10-23-0.10.23-25 is installed
  • OR libgstbasecamerabinsrc-0_10-23-32bit-0.10.23-25 is installed
  • OR libgstbasevideo-0_10-23-0.10.23-25 is installed
  • OR libgstbasevideo-0_10-23-32bit-0.10.23-25 is installed
  • OR libgstcodecparsers-0_10-23-0.10.23-25 is installed
  • OR libgstphotography-0_10-23-0.10.23-25 is installed
  • OR libgstphotography-0_10-23-32bit-0.10.23-25 is installed
  • OR libgstsignalprocessor-0_10-23-0.10.23-25 is installed
  • OR libgstsignalprocessor-0_10-23-32bit-0.10.23-25 is installed
  • OR libgstvdp-0_10-23-0.10.23-25 is installed
  • OR libgstvdp-0_10-23-32bit-0.10.23-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 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 7 is installed
  • AND Package Information
  • libecpg6-10.5-1.3 is installed
  • OR libpq5-10.5-1.3 is installed
  • OR libpq5-32bit-10.5-1.3 is installed
  • OR postgresql-init-10-17.20 is installed
  • OR postgresql10-10.5-1.3 is installed
  • OR postgresql10-contrib-10.5-1.3 is installed
  • OR postgresql10-docs-10.5-1.3 is installed
  • OR postgresql10-libs-10.5-1.3 is installed
  • OR postgresql10-server-10.5-1.3 is installed
  • BACK