Oval Definition:oval:org.opensuse.security:def:8316
Revision Date:2021-05-18Version:1
Title:Security update for the Linux Kernel (Important)
Description:

The SUSE Linux Enterprise 15 SP1 LTSS kernel was updated to receive various security and bugfixes.



The following security bugs were fixed:

- CVE-2020-36312: Fixed an issue in virt/kvm/kvm_main.c that had a kvm_io_bus_unregister_dev memory leak upon a kmalloc failure (bnc#1184509). - CVE-2021-29650: Fixed an issue inside the netfilter subsystem that allowed attackers to cause a denial of service (panic) because net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h lack a full memory barrier upon the assignment of a new table value (bnc#1184208). - CVE-2021-29155: Fixed an issue within kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. Specifically, for sequences of pointer arithmetic operations, the pointer modification performed by the first operation is not correctly accounted for when restricting subsequent operations (bnc#1184942). - CVE-2020-36310: Fixed an issue in arch/x86/kvm/svm/svm.c that allowed a set_memory_region_test infinite loop for certain nested page faults (bnc#1184512). - CVE-2020-27673: Fixed an issue in Xen where a guest OS users could have caused a denial of service (host OS hang) via a high rate of events to dom0 (bnc#1177411, bnc#1184583). - CVE-2021-29154: Fixed BPF JIT compilers that allowed to execute arbitrary code within the kernel context (bnc#1184391). - CVE-2020-25673: Fixed NFC endless loops caused by repeated llcp_sock_connect() (bsc#1178181). - CVE-2020-25672: Fixed NFC memory leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25671: Fixed NFC refcount leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25670: Fixed NFC refcount leak in llcp_sock_bind() (bsc#1178181). - CVE-2020-36311: Fixed an issue in arch/x86/kvm/svm/sev.c that allowed attackers to cause a denial of service (soft lockup) by triggering destruction of a large SEV VM (which requires unregistering many encrypted regions) (bnc#1184511). - CVE-2021-28950: Fixed an issue in fs/fuse/fuse_i.h where a 'stall on CPU' could have occured because a retry loop continually finds the same bad inode (bnc#1184194, bnc#1184211). - CVE-2020-36322: Fixed an issue inside the FUSE filesystem implementation where fuse_do_getattr() calls make_bad_inode() in inappropriate situations, could have caused a system crash. NOTE: the original fix for this vulnerability was incomplete, and its incompleteness is tracked as CVE-2021-28950 (bnc#1184211). - CVE-2021-30002: Fixed a memory leak issue when a webcam device exists (bnc#1184120). - CVE-2021-3483: Fixed a use-after-free bug in nosy_ioctl() (bsc#1184393). - CVE-2021-20219: Fixed a denial of service vulnerability in drivers/tty/n_tty.c of the Linux kernel. In this flaw a local attacker with a normal user privilege could have delayed the loop and cause a threat to the system availability (bnc#1184397). - CVE-2021-28964: Fixed a race condition in fs/btrfs/ctree.c that could have caused a denial of service because of a lack of locking on an extent buffer before a cloning operation (bnc#1184193). - CVE-2021-3444: Fixed the bpf verifier as it did not properly handle mod32 destination register truncation when the source register was known to be 0. A local attacker with the ability to load bpf programs could use this gain out-of-bounds reads in kernel memory leading to information disclosure (kernel memory), and possibly out-of-bounds writes that could potentially lead to code execution (bnc#1184170). - CVE-2021-28971: Fixed a potential local denial of service in intel_pmu_drain_pebs_nhm where userspace applications can cause a system crash because the PEBS status in a PEBS record is mishandled (bnc#1184196). - CVE-2021-28688: Fixed XSA-365 that includes initialization of pointers such that subsequent cleanup code wouldn't use uninitialized or stale values. This initialization went too far and may under certain conditions also overwrite pointers which are in need of cleaning up. The lack of cleanup would result in leaking persistent grants. The leak in turn would prevent fully cleaning up after a respective guest has died, leaving around zombie domains (bnc#1183646). - CVE-2021-29265: Fixed an issue in usbip_sockfd_store in drivers/usb/usbip/stub_dev.c that allowed attackers to cause a denial of service (GPF) because the stub-up sequence has race conditions during an update of the local and shared status (bnc#1184167). - CVE-2021-29264: Fixed an issue in drivers/net/ethernet/freescale/gianfar.c in the Freescale Gianfar Ethernet driver that allowed attackers to cause a system crash because a negative fragment size is calculated in situations involving an rx queue overrun when jumbo packets are used and NAPI is enabled (bnc#1184168). - CVE-2021-28972: Fixed an issue in drivers/pci/hotplug/rpadlpar_sysfs.c where the RPA PCI Hotplug driver had a user-tolerable buffer overflow when writing a new device name to the driver from userspace, allowing userspace to write data to the kernel stack frame directly. This occurs because add_slot_store and remove_slot_store mishandle drc_name '\0' termination (bnc#1184198). - CVE-2021-29647: Fixed an issue in kernel qrtr_recvmsg in net/qrtr/qrtr.c that allowed attackers to obtain sensitive information from kernel memory because of a partially uninitialized data structure (bnc#1184192). - CVE-2020-27171: Fixed an issue in kernel/bpf/verifier.c that had an off-by-one error (with a resultant integer underflow) affecting out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory (bnc#1183686, bnc#1183775). - CVE-2020-27170: Fixed an issue in kernel/bpf/verifier.c that performed undesirable out-of-bounds speculation on pointer arithmetic, leading to side-channel attacks that defeat Spectre mitigations and obtain sensitive information from kernel memory. This affects pointer types that do not define a ptr_limit (bnc#1183686 bnc#1183775). - CVE-2021-28660: Fixed rtw_wx_set_scan in drivers/staging/rtl8188eu/os_dep/ioctl_linux.c that allowed writing beyond the end of the ssid array (bnc#1183593). - CVE-2020-35519: Update patch reference for x25 fix (bsc#1183696). - CVE-2021-3428: Fixed ext4 integer overflow in ext4_es_cache_extent (bsc#1173485, bsc#1183509). - CVE-2020-0433: Fixed blk_mq_queue_tag_busy_iter of blk-mq-tag.c, where a possible use after free due to improper locking could have happened. This could have led to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1176720). - CVE-2021-28038: Fixed an issue with Xen PV. A certain part of the netback driver lacks necessary treatment of errors such as failed memory allocations (as a result of changes to the handling of grant mapping errors). A host OS denial of service may occur during misbehavior of a networking frontend driver. NOTE: this issue exists because of an incomplete fix for CVE-2021-26931 (bnc#1183022, bnc#1183069). - CVE-2020-27815: Fixed jfs array index bounds check in dbAdjTree (bsc#1179454). - CVE-2021-27365: Fixed an issue inside the iSCSI data structures that does not have appropriate length constraints or checks, and can exceed the PAGE_SIZE value. An unprivileged user can send a Netlink message that is associated with iSCSI, and has a length up to the maximum length of a Netlink message (bnc#1182715). - CVE-2021-27363: Fixed an issue with a kernel pointer leak that could have been used to determine the address of the iscsi_transport structure. When an iSCSI transport is registered with the iSCSI subsystem, the transport's handle is available to unprivileged users via the sysfs file system, at /sys/class/iscsi_transport/$TRANSPORT_NAME/handle. When read, the show_transport_handle function (in drivers/scsi/scsi_transport_iscsi.c) is called, which leaks the handle. This handle is actually the pointer to an iscsi_transport struct in the kernel module's global variables (bnc#1182716). - CVE-2021-27364: Fixed an issue in drivers/scsi/scsi_transport_iscsi.c where an unprivileged user can craft Netlink messages (bnc#1182717).

The following non-security bugs were fixed:

- Revert 'rpm/kernel-binary.spec.in: Fix dependency of kernel-*-devel package (bsc#1184514)' This turned out to be a bad idea: the kernel-$flavor-devel package must be usable without kernel-$flavor, e.g. at the build of a KMP. And this change brought superfluous installation of kernel-preempt when a system had kernel-syms (bsc#1185113). - Xen/gnttab: handle p2m update errors on a per-slot basis (bsc#1183022 XSA-367). - bfq: Fix kABI for update internal depth state when queue depth changes (bsc#1172455). - bfq: update internal depth state when queue depth changes (bsc#1172455). - bpf: Add sanity check for upper ptr_limit (bsc#1183686 bsc#1183775). - bpf: Simplify alu_limit masking for pointer arithmetic (bsc#1183686 bsc#1183775). - handle also the opposite type of race condition - ibmvnic: Clear failover_pending if unable to schedule (bsc#1181960 ltc#190997). - ibmvnic: always store valid MAC address (bsc#1182011 ltc#191844). - ibmvnic: store valid MAC address (bsc#1182011). - macros.kernel-source: Use spec_install_pre for certificate installation (boo#1182672). - nvme: return an error if nvme_set_queue_count() fails (bsc#1180197). - post.sh: Return an error when module update fails (bsc#1047233 bsc#1184388). - rpm/kernel-obs-build.spec.in: Include essiv with dm-crypt (boo#1183063). - rpm/macros.kernel-source: fix KMP failure in %install (bsc#1185244) - rpm/mkspec: Use tilde instead of dot for version string with rc (bsc#1184650) - xen-netback: respect gnttab_map_refs()'s return value (bsc#1183022, XSA-367).
Family:unixClass:patch
Status:Reference(s):1047233
1172455
1173485
1176720
1177411
1178181
1179454
1180197
1181960
1182011
1182672
1182715
1182716
1182717
1183022
1183063
1183069
1183509
1183593
1183646
1183686
1183696
1183775
1184120
1184167
1184168
1184170
1184192
1184193
1184194
1184196
1184198
1184208
1184211
1184388
1184391
1184393
1184397
1184509
1184511
1184512
1184514
1184583
1184650
1184942
1185113
1185244
CVE-2006-4484
CVE-2008-4316
CVE-2009-2911
CVE-2009-4273
CVE-2009-5044
CVE-2009-5080
CVE-2009-5081
CVE-2010-0411
CVE-2010-0412
CVE-2011-1521
CVE-2011-1898
CVE-2011-3389
CVE-2011-4944
CVE-2012-0029
CVE-2012-0217
CVE-2012-0845
CVE-2012-1150
CVE-2012-1571
CVE-2012-2625
CVE-2012-3386
CVE-2012-3432
CVE-2012-3433
CVE-2012-3524
CVE-2012-4411
CVE-2012-4535
CVE-2012-4536
CVE-2012-4537
CVE-2012-4538
CVE-2012-4539
CVE-2012-4544
CVE-2012-4559
CVE-2012-4560
CVE-2012-4561
CVE-2012-5510
CVE-2012-5511
CVE-2012-5513
CVE-2012-5514
CVE-2012-5515
CVE-2012-5525
CVE-2012-5634
CVE-2012-6075
CVE-2013-0151
CVE-2013-0152
CVE-2013-0153
CVE-2013-0176
CVE-2013-1442
CVE-2013-1752
CVE-2013-1753
CVE-2013-1917
CVE-2013-1918
CVE-2013-1919
CVE-2013-1922
CVE-2013-1952
CVE-2013-2003
CVE-2013-2007
CVE-2013-3495
CVE-2013-4238
CVE-2013-4355
CVE-2013-4356
CVE-2013-4361
CVE-2013-4375
CVE-2013-4416
CVE-2013-4494
CVE-2013-4533
CVE-2013-4534
CVE-2013-4537
CVE-2013-4538
CVE-2013-4539
CVE-2013-4540
CVE-2013-4551
CVE-2013-4553
CVE-2013-4554
CVE-2014-0017
CVE-2014-0222
CVE-2014-1912
CVE-2014-3124
CVE-2014-3640
CVE-2014-3672
CVE-2014-3710
CVE-2014-4650
CVE-2014-5146
CVE-2014-5149
CVE-2014-6051
CVE-2014-6052
CVE-2014-6053
CVE-2014-6054
CVE-2014-6055
CVE-2014-6268
CVE-2014-7154
CVE-2014-7155
CVE-2014-7156
CVE-2014-7185
CVE-2014-7188
CVE-2014-7815
CVE-2014-8116
CVE-2014-8117
CVE-2014-8132
CVE-2014-9620
CVE-2014-9621
CVE-2014-9653
CVE-2015-1779
CVE-2015-3146
CVE-2015-3228
CVE-2015-3259
CVE-2015-3340
CVE-2015-3456
CVE-2015-4037
CVE-2015-4047
CVE-2015-4103
CVE-2015-4104
CVE-2015-4105
CVE-2015-4106
CVE-2015-5154
CVE-2015-5239
CVE-2015-5278
CVE-2015-5307
CVE-2015-6815
CVE-2015-6855
CVE-2015-7311
CVE-2015-7504
CVE-2015-7512
CVE-2015-7549
CVE-2015-7835
CVE-2015-7969
CVE-2015-7970
CVE-2015-7971
CVE-2015-7972
CVE-2015-8025
CVE-2015-8104
CVE-2015-8339
CVE-2015-8340
CVE-2015-8341
CVE-2015-8345
CVE-2015-8504
CVE-2015-8550
CVE-2015-8554
CVE-2015-8555
CVE-2015-8558
CVE-2015-8567
CVE-2015-8568
CVE-2015-8613
CVE-2015-8615
CVE-2015-8619
CVE-2015-8743
CVE-2015-8744
CVE-2015-8745
CVE-2015-9262
CVE-2016-0739
CVE-2016-0772
CVE-2016-1000110
CVE-2016-10013
CVE-2016-10024
CVE-2016-10025
CVE-2016-1568
CVE-2016-1570
CVE-2016-1571
CVE-2016-1714
CVE-2016-1922
CVE-2016-1981
CVE-2016-2198
CVE-2016-2270
CVE-2016-2271
CVE-2016-2391
CVE-2016-2392
CVE-2016-2538
CVE-2016-2841
CVE-2016-4439
CVE-2016-4441
CVE-2016-5238
CVE-2016-5338
CVE-2016-5636
CVE-2016-5699
CVE-2016-6258
CVE-2016-6259
CVE-2016-6351
CVE-2016-7092
CVE-2016-7093
CVE-2016-7094
CVE-2016-7777
CVE-2016-7908
CVE-2016-7909
CVE-2016-8667
CVE-2016-8669
CVE-2016-8910
CVE-2016-9082
CVE-2016-9377
CVE-2016-9378
CVE-2016-9379
CVE-2016-9380
CVE-2016-9381
CVE-2016-9382
CVE-2016-9383
CVE-2016-9384
CVE-2016-9385
CVE-2016-9386
CVE-2016-9637
CVE-2016-9921
CVE-2016-9922
CVE-2016-9932
CVE-2016-9941
CVE-2016-9942
CVE-2017-1000158
CVE-2017-10664
CVE-2017-11434
CVE-2017-12135
CVE-2017-12136
CVE-2017-12137
CVE-2017-12855
CVE-2017-14316
CVE-2017-14317
CVE-2017-14318
CVE-2017-14319
CVE-2017-15289
CVE-2017-15588
CVE-2017-15589
CVE-2017-15590
CVE-2017-15591
CVE-2017-15592
CVE-2017-15593
CVE-2017-15594
CVE-2017-15595
CVE-2017-15597
CVE-2017-16612
CVE-2017-17563
CVE-2017-17564
CVE-2017-17565
CVE-2017-17566
CVE-2017-18030
CVE-2017-18207
CVE-2017-2615
CVE-2017-2620
CVE-2017-5526
CVE-2017-5715
CVE-2017-5753
CVE-2017-5754
CVE-2017-6505
CVE-2017-7475
CVE-2017-8309
CVE-2017-9330
CVE-2017-9814
CVE-2018-1000030
CVE-2018-10471
CVE-2018-10472
CVE-2018-10933
CVE-2018-10981
CVE-2018-10982
CVE-2018-11806
CVE-2018-12891
CVE-2018-12892
CVE-2018-12893
CVE-2018-15469
CVE-2018-15470
CVE-2018-3639
CVE-2018-3646
CVE-2018-3665
CVE-2018-5683
CVE-2018-7225
CVE-2018-7540
CVE-2018-7541
CVE-2018-7542
CVE-2018-8897
CVE-2020-0433
CVE-2020-25670
CVE-2020-25671
CVE-2020-25672
CVE-2020-25673
CVE-2020-27170
CVE-2020-27171
CVE-2020-27673
CVE-2020-27815
CVE-2020-35519
CVE-2020-36310
CVE-2020-36311
CVE-2020-36312
CVE-2020-36322
CVE-2021-20219
CVE-2021-27363
CVE-2021-27364
CVE-2021-27365
CVE-2021-28038
CVE-2021-28660
CVE-2021-28688
CVE-2021-28950
CVE-2021-28964
CVE-2021-28971
CVE-2021-28972
CVE-2021-29154
CVE-2021-29155
CVE-2021-29264
CVE-2021-29265
CVE-2021-29647
CVE-2021-29650
CVE-2021-30002
CVE-2021-3428
CVE-2021-3444
CVE-2021-3483
SUSE-SU-2021:1624-1
Platform(s):openSUSE 13.1
openSUSE 13.2
openSUSE 13.2 NonFree
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise for SAP 11 SP3
SUSE Linux Enterprise for SAP 11 SP4
SUSE Linux Enterprise High Availability 15 SP1
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise High Performance Computing 15 SP1
SUSE Linux Enterprise Live Patching 12
SUSE Linux Enterprise Live Patching 12 SP3
SUSE Linux Enterprise Live Patching 12 SP4
SUSE Linux Enterprise Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Point of Sale 12 SP2
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
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-LTSS
SUSE Linux Enterprise Server 11 SP4
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 SP3
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP1
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP1
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Software Development Kit 12 SP2
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP4
SUSE Linux Enterprise Storage 6
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 Manager Proxy 4.0
SUSE Manager Server 4.0
Product(s):
Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-PyYAML-3.10-15.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.3.1 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.3.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libgcrypt-1.5.0-0.19.1 is installed
  • OR libgcrypt11-1.5.0-0.19.1 is installed
  • OR libgcrypt11-32bit-1.5.0-0.19.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND binutils-2.24-7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • bind-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 Desktop 12 SP2 is installed
  • AND Package Information
  • ghostscript-9.15-17 is installed
  • OR ghostscript-x11-9.15-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libsoup-2.54.1-5.3 is installed
  • OR libsoup-2_4-1-2.54.1-5.3 is installed
  • OR libsoup-2_4-1-32bit-2.54.1-5.3 is installed
  • OR libsoup-lang-2.54.1-5.3 is installed
  • OR typelib-1_0-Soup-2_4-2.54.1-5.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP3 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.36.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.36.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.47.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.47.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 15 SP1 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-197.89.2 is installed
  • OR dlm-kmp-default-4.12.14-197.89.2 is installed
  • OR gfs2-kmp-default-4.12.14-197.89.2 is installed
  • OR ocfs2-kmp-default-4.12.14-197.89.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND conntrack-tools-1.0.0-0.9.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 is installed
  • AND Package Information
  • kgraft-patch-4_4_49-92_14-default-9-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_6-9-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_82-6_6-default-1-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_2-1-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP4 is installed
  • AND Package Information
  • kgraft-patch-4_12_14-95_3-default-1-7 is installed
  • OR kgraft-patch-SLE12-SP4_Update_1-1-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND python-pycrypto-2.6.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles12-docker-image-1.1.4-20171002 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libpmi0-17.02.9-6.10 is installed
  • OR libslurm29-16.05.8.1-6 is installed
  • OR libslurm31-17.02.9-6.10 is installed
  • OR pdsh-2.33-7.5 is installed
  • OR perl-slurm-17.02.9-6.10 is installed
  • OR slurm-17.02.9-6.10 is installed
  • OR slurm-auth-none-17.02.9-6.10 is installed
  • OR slurm-devel-17.02.9-6.10 is installed
  • OR slurm-doc-17.02.9-6.10 is installed
  • OR slurm-lua-17.02.9-6.10 is installed
  • OR slurm-munge-17.02.9-6.10 is installed
  • OR slurm-pam_slurm-17.02.9-6.10 is installed
  • OR slurm-plugins-17.02.9-6.10 is installed
  • OR slurm-sched-wiki-17.02.9-6.10 is installed
  • OR slurm-slurmdb-direct-17.02.9-6.10 is installed
  • OR slurm-slurmdbd-17.02.9-6.10 is installed
  • OR slurm-sql-17.02.9-6.10 is installed
  • OR slurm-torque-17.02.9-6.10 is installed
  • OR slurmlibs-16.05.8.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-106.9 is installed
  • OR libopenssl0_9_8-0.9.8j-106.9 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-106.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.36-38 is installed
  • OR kernel-ec2-devel-3.12.36-38 is installed
  • OR kernel-ec2-extra-3.12.36-38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-36 is installed
  • OR php5-5.5.14-36 is installed
  • OR php5-bcmath-5.5.14-36 is installed
  • OR php5-bz2-5.5.14-36 is installed
  • OR php5-calendar-5.5.14-36 is installed
  • OR php5-ctype-5.5.14-36 is installed
  • OR php5-curl-5.5.14-36 is installed
  • OR php5-dba-5.5.14-36 is installed
  • OR php5-dom-5.5.14-36 is installed
  • OR php5-enchant-5.5.14-36 is installed
  • OR php5-exif-5.5.14-36 is installed
  • OR php5-fastcgi-5.5.14-36 is installed
  • OR php5-fileinfo-5.5.14-36 is installed
  • OR php5-fpm-5.5.14-36 is installed
  • OR php5-ftp-5.5.14-36 is installed
  • OR php5-gd-5.5.14-36 is installed
  • OR php5-gettext-5.5.14-36 is installed
  • OR php5-gmp-5.5.14-36 is installed
  • OR php5-iconv-5.5.14-36 is installed
  • OR php5-intl-5.5.14-36 is installed
  • OR php5-json-5.5.14-36 is installed
  • OR php5-ldap-5.5.14-36 is installed
  • OR php5-mbstring-5.5.14-36 is installed
  • OR php5-mcrypt-5.5.14-36 is installed
  • OR php5-mysql-5.5.14-36 is installed
  • OR php5-odbc-5.5.14-36 is installed
  • OR php5-opcache-5.5.14-36 is installed
  • OR php5-openssl-5.5.14-36 is installed
  • OR php5-pcntl-5.5.14-36 is installed
  • OR php5-pdo-5.5.14-36 is installed
  • OR php5-pear-5.5.14-36 is installed
  • OR php5-pgsql-5.5.14-36 is installed
  • OR php5-posix-5.5.14-36 is installed
  • OR php5-pspell-5.5.14-36 is installed
  • OR php5-shmop-5.5.14-36 is installed
  • OR php5-snmp-5.5.14-36 is installed
  • OR php5-soap-5.5.14-36 is installed
  • OR php5-sockets-5.5.14-36 is installed
  • OR php5-sqlite-5.5.14-36 is installed
  • OR php5-suhosin-5.5.14-36 is installed
  • OR php5-sysvmsg-5.5.14-36 is installed
  • OR php5-sysvsem-5.5.14-36 is installed
  • OR php5-sysvshm-5.5.14-36 is installed
  • OR php5-tokenizer-5.5.14-36 is installed
  • OR php5-wddx-5.5.14-36 is installed
  • OR php5-xmlreader-5.5.14-36 is installed
  • OR php5-xmlrpc-5.5.14-36 is installed
  • OR php5-xmlwriter-5.5.14-36 is installed
  • OR php5-xsl-5.5.14-36 is installed
  • OR php5-zip-5.5.14-36 is installed
  • OR php5-zlib-5.5.14-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.7.0esr-65.2 is installed
  • OR MozillaFirefox-translations-45.7.0esr-65.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2 is installed
  • AND Package Information
  • python2-salt-2018.3.0-46.44 is installed
  • OR salt-2018.3.0-46.44 is installed
  • OR salt-minion-2018.3.0-46.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • java-1_8_0-openjdk-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-demo-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-devel-1.8.0.171-27.19 is installed
  • OR java-1_8_0-openjdk-headless-1.8.0.171-27.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt-base-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt-devel-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-source-rt-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-syms-rt-3.0.101.rt130-0.33.44.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • clamav-0.95.1-0.1.1 is installed
  • OR libgcc43-4.3.3_20081022-11.18 is installed
  • OR libgcc43-32bit-4.3.3_20081022-11.18 is installed
  • OR libgcc43-x86-4.3.3_20081022-11.18 is installed
  • OR libstdc++43-4.3.3_20081022-11.18 is installed
  • OR libstdc++43-32bit-4.3.3_20081022-11.18 is installed
  • OR libstdc++43-x86-4.3.3_20081022-11.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND kvm-0.12.3-0.11.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • kernel-default-3.0.101-0.7.17.1 is installed
  • OR kernel-default-base-3.0.101-0.7.17.1 is installed
  • OR kernel-default-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-default-man-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-base-3.0.101-0.7.17.1 is installed
  • OR kernel-pae-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-base-3.0.101-0.7.17.1 is installed
  • OR kernel-ppc64-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-source-3.0.101-0.7.17.1 is installed
  • OR kernel-syms-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-base-3.0.101-0.7.17.1 is installed
  • OR kernel-trace-devel-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-base-3.0.101-0.7.17.1 is installed
  • OR kernel-xen-devel-3.0.101-0.7.17.1 is installed
  • OR xen-kmp-default-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-pae-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • OR xen-kmp-trace-4.1.6_04_3.0.101_0.7.17-0.5.16 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • ghostscript-fonts-other-8.62-32.34.1 is installed
  • OR ghostscript-fonts-rus-8.62-32.34.1 is installed
  • OR ghostscript-fonts-std-8.62-32.34.1 is installed
  • OR ghostscript-library-8.62-32.34.1 is installed
  • OR ghostscript-omni-8.62-32.34.1 is installed
  • OR ghostscript-x11-8.62-32.34.1 is installed
  • OR libgimpprint-4.2.7-32.34.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • ghostscript-fonts-other-8.62-32.34.1 is installed
  • OR ghostscript-fonts-rus-8.62-32.34.1 is installed
  • OR ghostscript-fonts-std-8.62-32.34.1 is installed
  • OR ghostscript-library-8.62-32.34.1 is installed
  • OR ghostscript-omni-8.62-32.34.1 is installed
  • OR ghostscript-x11-8.62-32.34.1 is installed
  • OR libgimpprint-4.2.7-32.34.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • curl-7.19.7-1.18.1 is installed
  • OR libcurl4-7.19.7-1.18.1 is installed
  • OR libcurl4-32bit-7.19.7-1.18.1 is installed
  • OR libcurl4-x86-7.19.7-1.18.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • MozillaFirefox-31.4.0esr-0.3.1 is installed
  • OR MozillaFirefox-translations-31.4.0esr-0.3.1 is installed
  • OR libfreebl3-3.17.3-0.3.1 is installed
  • OR libfreebl3-32bit-3.17.3-0.3.1 is installed
  • OR mozilla-nss-3.17.3-0.3.1 is installed
  • OR mozilla-nss-32bit-3.17.3-0.3.1 is installed
  • OR mozilla-nss-devel-3.17.3-0.3.1 is installed
  • OR mozilla-nss-tools-3.17.3-0.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • dbus-1-1.2.10-3.31.1 is installed
  • OR dbus-1-32bit-1.2.10-3.31.1 is installed
  • OR dbus-1-x11-1.2.10-3.31.1 is installed
  • OR dbus-1-x86-1.2.10-3.31.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • dbus-1-1.2.10-3.31.1 is installed
  • OR dbus-1-32bit-1.2.10-3.31.1 is installed
  • OR dbus-1-x11-1.2.10-3.31.1 is installed
  • OR dbus-1-x86-1.2.10-3.31.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • gvim-7.2-8.15.2 is installed
  • OR vim-7.2-8.15.2 is installed
  • OR vim-base-7.2-8.15.2 is installed
  • OR vim-data-7.2-8.15.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.79.1 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.79.1 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.79.1 is installed
  • OR kernel-default-3.0.101-0.47.79.1 is installed
  • OR kernel-default-base-3.0.101-0.47.79.1 is installed
  • OR kernel-default-devel-3.0.101-0.47.79.1 is installed
  • OR kernel-default-man-3.0.101-0.47.79.1 is installed
  • OR kernel-ec2-3.0.101-0.47.79.1 is installed
  • OR kernel-ec2-base-3.0.101-0.47.79.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.79.1 is installed
  • OR kernel-pae-3.0.101-0.47.79.1 is installed
  • OR kernel-pae-base-3.0.101-0.47.79.1 is installed
  • OR kernel-pae-devel-3.0.101-0.47.79.1 is installed
  • OR kernel-source-3.0.101-0.47.79.1 is installed
  • OR kernel-syms-3.0.101-0.47.79.1 is installed
  • OR kernel-trace-3.0.101-0.47.79.1 is installed
  • OR kernel-trace-base-3.0.101-0.47.79.1 is installed
  • OR kernel-trace-devel-3.0.101-0.47.79.1 is installed
  • OR kernel-xen-3.0.101-0.47.79.1 is installed
  • OR kernel-xen-base-3.0.101-0.47.79.1 is installed
  • OR kernel-xen-devel-3.0.101-0.47.79.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • OpenEXR-1.6.1-83.17.1 is installed
  • OR OpenEXR-32bit-1.6.1-83.17.1 is installed
  • OR OpenEXR-x86-1.6.1-83.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libldap-openssl1-2_4-2-2.4.26-0.62.3 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.62.3 is installed
  • OR libldap-openssl1-2_4-2-x86-2.4.26-0.62.3 is installed
  • OR openldap2-client-openssl1-2.4.26-0.62.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • libldap-2_4-2-2.4.41-18.13 is installed
  • OR libldap-2_4-2-32bit-2.4.41-18.13 is installed
  • OR openldap2-2.4.41-18.13 is installed
  • OR openldap2-back-meta-2.4.41-18.13 is installed
  • OR openldap2-client-2.4.41-18.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • libldap-2_4-2-2.4.41-18.13 is installed
  • OR libldap-2_4-2-32bit-2.4.41-18.13 is installed
  • OR openldap2-2.4.41-18.13 is installed
  • OR openldap2-back-meta-2.4.41-18.13 is installed
  • OR openldap2-client-2.4.41-18.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • glibc-2.19-20 is installed
  • OR glibc-32bit-2.19-20 is installed
  • OR glibc-devel-2.19-20 is installed
  • OR glibc-devel-32bit-2.19-20 is installed
  • OR glibc-html-2.19-20 is installed
  • OR glibc-i18ndata-2.19-20 is installed
  • OR glibc-info-2.19-20 is installed
  • OR glibc-locale-2.19-20 is installed
  • OR glibc-locale-32bit-2.19-20 is installed
  • OR glibc-profile-2.19-20 is installed
  • OR glibc-profile-32bit-2.19-20 is installed
  • OR nscd-2.19-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libecpg6-9.4.9-14 is installed
  • OR libpq5-9.4.9-14 is installed
  • OR libpq5-32bit-9.4.9-14 is installed
  • OR postgresql94-9.4.9-14 is installed
  • OR postgresql94-contrib-9.4.9-14 is installed
  • OR postgresql94-docs-9.4.9-14 is installed
  • OR postgresql94-libs-9.4.9-14 is installed
  • OR postgresql94-server-9.4.9-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • openvpn-2.3.8-16.17.1 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • ghostscript-9.15-6 is installed
  • OR ghostscript-x11-9.15-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.12.1 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-71.12.1 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-71.12.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • file-5.22-10.6 is installed
  • OR file-magic-5.22-10.6 is installed
  • OR libmagic1-5.22-10.6 is installed
  • OR libmagic1-32bit-5.22-10.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • apache2-mod_apparmor-2.8.2-51.18 is installed
  • OR apparmor-docs-2.8.2-51.18 is installed
  • OR apparmor-parser-2.8.2-51.18 is installed
  • OR apparmor-profiles-2.8.2-51.18 is installed
  • OR apparmor-utils-2.8.2-51.18 is installed
  • OR libapparmor1-2.8.2-51.18 is installed
  • OR libapparmor1-32bit-2.8.2-51.18 is installed
  • OR pam_apparmor-2.8.2-51.18 is installed
  • OR pam_apparmor-32bit-2.8.2-51.18 is installed
  • OR perl-apparmor-2.8.2-51.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • libstorage-2.25.16.1-3 is installed
  • OR libstorage-ruby-2.25.16.1-3 is installed
  • OR libstorage5-2.25.16.1-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • libstorage-2.25.16.1-3 is installed
  • OR libstorage-ruby-2.25.16.1-3 is installed
  • OR libstorage5-2.25.16.1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • automake-1.13.4-6 is installed
  • OR m4-1.4.16-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.30.1 is installed
  • OR ImageMagick-devel-6.4.3.6-7.30.1 is installed
  • OR libMagick++-devel-6.4.3.6-7.30.1 is installed
  • OR libMagick++1-6.4.3.6-7.30.1 is installed
  • OR libMagickWand1-6.4.3.6-7.30.1 is installed
  • OR libMagickWand1-32bit-6.4.3.6-7.30.1 is installed
  • OR perl-PerlMagick-6.4.3.6-7.30.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND automake-1.13.4-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND gdm-devel-3.10.0.1-23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND file-devel-5.19-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • DirectFB-devel-1.7.1-6 is installed
  • OR lib++dfb-devel-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND accountsservice-devel-0.6.42-16.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libxerces-c-3_1-3.1.1-4.1 is installed
  • OR libxerces-c-3_1-32bit-3.1.1-4.1 is installed
  • OR xerces-c-3.1.1-4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.62-60.64.8.2 is installed
  • OR kernel-default-extra-3.12.62-60.64.8.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libcares2-1.9.1-8.1 is installed
  • OR libcares2-32bit-1.9.1-8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND icu-52.1-8.3.1 is installed
  • BACK