Oval Definition:oval:org.opensuse.security:def:9707
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-4225
CVE-2008-4226
CVE-2008-4409
CVE-2009-1962
CVE-2009-4227
CVE-2010-1205
CVE-2010-4494
CVE-2011-0461
CVE-2011-1944
CVE-2011-2501
CVE-2011-2690
CVE-2011-2691
CVE-2011-2692
CVE-2011-2895
CVE-2011-3328
CVE-2012-2396
CVE-2012-3547
CVE-2012-4425
CVE-2012-5134
CVE-2013-0338
CVE-2013-1969
CVE-2013-6954
CVE-2014-0191
CVE-2014-0250
CVE-2014-0333
CVE-2014-0791
CVE-2014-2015
CVE-2014-3065
CVE-2014-3065
CVE-2014-3566
CVE-2014-3566
CVE-2014-3660
CVE-2014-3686
CVE-2014-4288
CVE-2014-4288
CVE-2014-6456
CVE-2014-6456
CVE-2014-6457
CVE-2014-6457
CVE-2014-6458
CVE-2014-6458
CVE-2014-6466
CVE-2014-6466
CVE-2014-6476
CVE-2014-6476
CVE-2014-6492
CVE-2014-6492
CVE-2014-6493
CVE-2014-6493
CVE-2014-6502
CVE-2014-6502
CVE-2014-6503
CVE-2014-6503
CVE-2014-6506
CVE-2014-6506
CVE-2014-6511
CVE-2014-6511
CVE-2014-6512
CVE-2014-6512
CVE-2014-6513
CVE-2014-6513
CVE-2014-6515
CVE-2014-6515
CVE-2014-6527
CVE-2014-6527
CVE-2014-6531
CVE-2014-6531
CVE-2014-6532
CVE-2014-6532
CVE-2014-6558
CVE-2014-6558
CVE-2014-8891
CVE-2014-8891
CVE-2014-8892
CVE-2014-8892
CVE-2014-9495
CVE-2015-0138
CVE-2015-0138
CVE-2015-0192
CVE-2015-0192
CVE-2015-0204
CVE-2015-0204
CVE-2015-0210
CVE-2015-0458
CVE-2015-0458
CVE-2015-0459
CVE-2015-0459
CVE-2015-0469
CVE-2015-0469
CVE-2015-0477
CVE-2015-0477
CVE-2015-0478
CVE-2015-0478
CVE-2015-0480
CVE-2015-0480
CVE-2015-0488
CVE-2015-0488
CVE-2015-0491
CVE-2015-0491
CVE-2015-0973
CVE-2015-1819
CVE-2015-1863
CVE-2015-1914
CVE-2015-1914
CVE-2015-1931
CVE-2015-1931
CVE-2015-2590
CVE-2015-2590
CVE-2015-2601
CVE-2015-2601
CVE-2015-2613
CVE-2015-2613
CVE-2015-2619
CVE-2015-2619
CVE-2015-2621
CVE-2015-2621
CVE-2015-2625
CVE-2015-2625
CVE-2015-2632
CVE-2015-2632
CVE-2015-2637
CVE-2015-2637
CVE-2015-2638
CVE-2015-2638
CVE-2015-2664
CVE-2015-2664
CVE-2015-2808
CVE-2015-2808
CVE-2015-4000
CVE-2015-4000
CVE-2015-4141
CVE-2015-4142
CVE-2015-4143
CVE-2015-4144
CVE-2015-4145
CVE-2015-4146
CVE-2015-4729
CVE-2015-4729
CVE-2015-4731
CVE-2015-4731
CVE-2015-4732
CVE-2015-4732
CVE-2015-4733
CVE-2015-4733
CVE-2015-4734
CVE-2015-4734
CVE-2015-4748
CVE-2015-4748
CVE-2015-4749
CVE-2015-4749
CVE-2015-4760
CVE-2015-4760
CVE-2015-4803
CVE-2015-4803
CVE-2015-4805
CVE-2015-4805
CVE-2015-4806
CVE-2015-4806
CVE-2015-4810
CVE-2015-4810
CVE-2015-4835
CVE-2015-4835
CVE-2015-4840
CVE-2015-4840
CVE-2015-4842
CVE-2015-4842
CVE-2015-4843
CVE-2015-4843
CVE-2015-4844
CVE-2015-4844
CVE-2015-4860
CVE-2015-4860
CVE-2015-4871
CVE-2015-4871
CVE-2015-4872
CVE-2015-4872
CVE-2015-4882
CVE-2015-4882
CVE-2015-4883
CVE-2015-4883
CVE-2015-4893
CVE-2015-4893
CVE-2015-4902
CVE-2015-4902
CVE-2015-4903
CVE-2015-4903
CVE-2015-4911
CVE-2015-4911
CVE-2015-5006
CVE-2015-5006
CVE-2015-5041
CVE-2015-5041
CVE-2015-5130
CVE-2015-5310
CVE-2015-5312
CVE-2015-5315
CVE-2015-5316
CVE-2015-7497
CVE-2015-7498
CVE-2015-7499
CVE-2015-7500
CVE-2015-7575
CVE-2015-7575
CVE-2015-7941
CVE-2015-7942
CVE-2015-7981
CVE-2015-7981
CVE-2015-8035
CVE-2015-8041
CVE-2015-8126
CVE-2015-8126
CVE-2015-8241
CVE-2015-8242
CVE-2015-8317
CVE-2015-8472
CVE-2015-8472
CVE-2015-8540
CVE-2015-8540
CVE-2015-8710
CVE-2016-0264
CVE-2016-0264
CVE-2016-0363
CVE-2016-0363
CVE-2016-0376
CVE-2016-0376
CVE-2016-0402
CVE-2016-0402
CVE-2016-0448
CVE-2016-0448
CVE-2016-0466
CVE-2016-0466
CVE-2016-0483
CVE-2016-0483
CVE-2016-0494
CVE-2016-0494
CVE-2016-0686
CVE-2016-0686
CVE-2016-0687
CVE-2016-0687
CVE-2016-1762
CVE-2016-1833
CVE-2016-1834
CVE-2016-1835
CVE-2016-1836
CVE-2016-1837
CVE-2016-1838
CVE-2016-1839
CVE-2016-1840
CVE-2016-2183
CVE-2016-3422
CVE-2016-3422
CVE-2016-3426
CVE-2016-3426
CVE-2016-3427
CVE-2016-3427
CVE-2016-3443
CVE-2016-3443
CVE-2016-3449
CVE-2016-3449
CVE-2016-3485
CVE-2016-3485
CVE-2016-3511
CVE-2016-3511
CVE-2016-3598
CVE-2016-3598
CVE-2016-3627
CVE-2016-3705
CVE-2016-4476
CVE-2016-4477
CVE-2016-4483
CVE-2016-5542
CVE-2016-5554
CVE-2016-5556
CVE-2016-5568
CVE-2016-5573
CVE-2016-5597
CVE-2016-9445
CVE-2016-9446
CVE-2016-9809
CVE-2016-9812
CVE-2016-9813
CVE-2016-9840
CVE-2016-9841
CVE-2016-9842
CVE-2016-9843
CVE-2017-1289
CVE-2017-13078
CVE-2017-13079
CVE-2017-13080
CVE-2017-13081
CVE-2017-13087
CVE-2017-13088
CVE-2017-3509
CVE-2017-3511
CVE-2017-3512
CVE-2017-3514
CVE-2017-3533
CVE-2017-3539
CVE-2017-3544
CVE-2017-5843
CVE-2017-5848
CVE-2018-14526
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 Leap 42.1
SUSE Linux Enterprise Build System Kit 12
SUSE Linux Enterprise Build System Kit 12 SP1
SUSE Linux Enterprise Build System Kit 12 SP2
SUSE Linux Enterprise Build System Kit 12 SP3
SUSE Linux Enterprise Build System Kit 12 SP4
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise for SAP 11 SP2
SUSE Linux Enterprise for SAP 11 SP4
SUSE Linux Enterprise High Availability 12 SP2
SUSE Linux Enterprise High Availability 12 SP3
SUSE Linux Enterprise High Availability 12 SP4
SUSE Linux Enterprise High Availability Extension 11 SP3
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 Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP2
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
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 SP2-LTSS
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP1-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
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-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 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 Software Development Kit 12 SP5
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE 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
Product(s):
Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 is installed
  • AND Package Information
  • libtidy-0_99-0-devel-1.0.20100204cvs-25 is installed
  • OR tidy-1.0.20100204cvs-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP1 is installed
  • AND Package Information
  • krb5-mini-1.12.1-36 is installed
  • OR krb5-mini-devel-1.12.1-36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP2 is installed
  • AND kernel-zfcpdump-4.4.74-92.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP3 is installed
  • AND python-pycrypto-2.6.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Build System Kit 12 SP4 is installed
  • AND Package Information
  • avahi-0.6.32-32.3 is installed
  • OR python-avahi-0.6.32-32.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-17.0.10esr-0.4.2.4 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.9.62 is installed
  • OR MozillaFirefox-translations-17.0.10esr-0.4.2.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-17.0.9esr-0.7.1 is installed
  • OR MozillaFirefox-translations-17.0.9esr-0.7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.3.0esr-22.1 is installed
  • OR MozillaFirefox-translations-38.3.0esr-22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • tigervnc-1.3.0-22 is installed
  • OR xorg-x11-Xvnc-1.3.0-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libksba-1.3.0-18 is installed
  • OR libksba8-1.3.0-18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP2 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.1 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise for SAP 11 SP4 is installed
  • AND Package Information
  • lighttpd-1.4.20-2.58.1 is installed
  • OR lighttpd-mod_cml-1.4.20-2.58.1 is installed
  • OR lighttpd-mod_magnet-1.4.20-2.58.1 is installed
  • OR lighttpd-mod_mysql_vhost-1.4.20-2.58.1 is installed
  • OR lighttpd-mod_rrdtool-1.4.20-2.58.1 is installed
  • OR lighttpd-mod_trigger_b4_dl-1.4.20-2.58.1 is installed
  • OR lighttpd-mod_webdav-1.4.20-2.58.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP2 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.4.121-92.95 is installed
  • OR cluster-network-kmp-default-4.4.121-92.95 is installed
  • OR dlm-kmp-default-4.4.121-92.95 is installed
  • OR gfs2-kmp-default-4.4.121-92.95 is installed
  • OR kernel-default-4.4.121-92.95 is installed
  • OR ocfs2-kmp-default-4.4.121-92.95 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP3 is installed
  • AND Package Information
  • corosync-2.3.6-9.13 is installed
  • OR libcorosync4-2.3.6-9.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP4 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-95.32 is installed
  • OR dlm-kmp-default-4.12.14-95.32 is installed
  • OR gfs2-kmp-default-4.12.14-95.32 is installed
  • OR kernel-default-4.12.14-95.32 is installed
  • OR ocfs2-kmp-default-4.12.14-95.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND lighttpd-1.4.20-2.54.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_44-52_18-default-1-4 is installed
  • OR kgraft-patch-3_12_44-52_18-xen-1-4 is installed
  • OR kgraft-patch-SLE12_Update_7-1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_92-6_18-default-1-4 is installed
  • OR kgraft-patch-SLE12-SP3_Update_4-1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP4 is installed
  • AND Package Information
  • kgraft-patch-4_12_14-95_16-default-1-6.3 is installed
  • OR kgraft-patch-SLE12-SP4_Update_4-1-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • salt-2016.11.4-46.7 is installed
  • OR salt-api-2016.11.4-46.7 is installed
  • OR salt-bash-completion-2016.11.4-46.7 is installed
  • OR salt-cloud-2016.11.4-46.7 is installed
  • OR salt-doc-2016.11.4-46.7 is installed
  • OR salt-master-2016.11.4-46.7 is installed
  • OR salt-minion-2016.11.4-46.7 is installed
  • OR salt-proxy-2016.11.4-46.7 is installed
  • OR salt-ssh-2016.11.4-46.7 is installed
  • OR salt-syndic-2016.11.4-46.7 is installed
  • OR salt-zsh-completion-2016.11.4-46.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • ruby2.1-rubygem-rack-1_4-1.4.5-8 is installed
  • OR rubygem-rack-1_4-1.4.5-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.61-52.83 is installed
  • OR kernel-ec2-devel-3.12.61-52.83 is installed
  • OR kernel-ec2-extra-3.12.61-52.83 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-22 is installed
  • OR php5-5.5.14-22 is installed
  • OR php5-bcmath-5.5.14-22 is installed
  • OR php5-bz2-5.5.14-22 is installed
  • OR php5-calendar-5.5.14-22 is installed
  • OR php5-ctype-5.5.14-22 is installed
  • OR php5-curl-5.5.14-22 is installed
  • OR php5-dba-5.5.14-22 is installed
  • OR php5-dom-5.5.14-22 is installed
  • OR php5-enchant-5.5.14-22 is installed
  • OR php5-exif-5.5.14-22 is installed
  • OR php5-fastcgi-5.5.14-22 is installed
  • OR php5-fileinfo-5.5.14-22 is installed
  • OR php5-fpm-5.5.14-22 is installed
  • OR php5-ftp-5.5.14-22 is installed
  • OR php5-gd-5.5.14-22 is installed
  • OR php5-gettext-5.5.14-22 is installed
  • OR php5-gmp-5.5.14-22 is installed
  • OR php5-iconv-5.5.14-22 is installed
  • OR php5-intl-5.5.14-22 is installed
  • OR php5-json-5.5.14-22 is installed
  • OR php5-ldap-5.5.14-22 is installed
  • OR php5-mbstring-5.5.14-22 is installed
  • OR php5-mcrypt-5.5.14-22 is installed
  • OR php5-mysql-5.5.14-22 is installed
  • OR php5-odbc-5.5.14-22 is installed
  • OR php5-openssl-5.5.14-22 is installed
  • OR php5-pcntl-5.5.14-22 is installed
  • OR php5-pdo-5.5.14-22 is installed
  • OR php5-pear-5.5.14-22 is installed
  • OR php5-pgsql-5.5.14-22 is installed
  • OR php5-pspell-5.5.14-22 is installed
  • OR php5-shmop-5.5.14-22 is installed
  • OR php5-snmp-5.5.14-22 is installed
  • OR php5-soap-5.5.14-22 is installed
  • OR php5-sockets-5.5.14-22 is installed
  • OR php5-sqlite-5.5.14-22 is installed
  • OR php5-suhosin-5.5.14-22 is installed
  • OR php5-sysvmsg-5.5.14-22 is installed
  • OR php5-sysvsem-5.5.14-22 is installed
  • OR php5-sysvshm-5.5.14-22 is installed
  • OR php5-tokenizer-5.5.14-22 is installed
  • OR php5-wddx-5.5.14-22 is installed
  • OR php5-xmlreader-5.5.14-22 is installed
  • OR php5-xmlrpc-5.5.14-22 is installed
  • OR php5-xmlwriter-5.5.14-22 is installed
  • OR php5-xsl-5.5.14-22 is installed
  • OR php5-zip-5.5.14-22 is installed
  • OR php5-zlib-5.5.14-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP2 is installed
  • AND qemu-0.10.1-0.5.7.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • ghostscript-fonts-other-8.62-32.38.1 is installed
  • OR ghostscript-fonts-rus-8.62-32.38.1 is installed
  • OR ghostscript-fonts-std-8.62-32.38.1 is installed
  • OR ghostscript-library-8.62-32.38.1 is installed
  • OR ghostscript-omni-8.62-32.38.1 is installed
  • OR ghostscript-x11-8.62-32.38.1 is installed
  • OR libgimpprint-4.2.7-32.38.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • MozillaFirefox-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-devel-52.8.1esr-109.34 is installed
  • OR MozillaFirefox-translations-52.8.1esr-109.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • cpio-2.9-75.27.24.1 is installed
  • OR cpio-lang-2.9-75.27.24.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND clamav-0.96-0.12.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • MozillaFirefox-10.0.12-0.4.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7.103 is installed
  • OR MozillaFirefox-translations-10.0.12-0.4.3 is installed
  • OR libfreebl3-3.14.1-0.3.1 is installed
  • OR libfreebl3-32bit-3.14.1-0.3.1 is installed
  • OR mozilla-nspr-4.9.4-0.3.1 is installed
  • OR mozilla-nspr-32bit-4.9.4-0.3.1 is installed
  • OR mozilla-nss-3.14.1-0.3.1 is installed
  • OR mozilla-nss-32bit-3.14.1-0.3.1 is installed
  • OR mozilla-nss-tools-3.14.1-0.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • coreutils-8.12-6.25.29.1 is installed
  • OR coreutils-lang-8.12-6.25.29.1 is installed
  • OR coreutils-x86-8.12-6.25.29.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • coreutils-8.12-6.25.29.1 is installed
  • OR coreutils-lang-8.12-6.25.29.1 is installed
  • OR coreutils-x86-8.12-6.25.29.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND LibVNCServer-0.9.1-154.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • xen-4.1.6_08-17.1 is installed
  • OR xen-devel-4.1.6_08-17.1 is installed
  • OR xen-doc-html-4.1.6_08-17.1 is installed
  • OR xen-doc-pdf-4.1.6_08-17.1 is installed
  • OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17.1 is installed
  • OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17.1 is installed
  • OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17.1 is installed
  • OR xen-libs-4.1.6_08-17.1 is installed
  • OR xen-libs-32bit-4.1.6_08-17.1 is installed
  • OR xen-tools-4.1.6_08-17.1 is installed
  • OR xen-tools-domU-4.1.6_08-17.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • nagios-3.0.6-1.25.36.1 is installed
  • OR nagios-www-3.0.6-1.25.36.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • nagios-3.0.6-1.25.36.1 is installed
  • OR nagios-www-3.0.6-1.25.36.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • ark-4.3.5-0.3.3 is installed
  • OR kcalc-4.3.5-0.3.3 is installed
  • OR kcharselect-4.3.5-0.3.3 is installed
  • OR kdessh-4.3.5-0.3.3 is installed
  • OR kdf-4.3.5-0.3.3 is installed
  • OR kfloppy-4.3.5-0.3.3 is installed
  • OR kgpg-4.3.5-0.3.3 is installed
  • OR ktimer-4.3.5-0.3.3 is installed
  • OR kwalletmanager-4.3.5-0.3.3 is installed
  • OR kwikdisk-4.3.5-0.3.3 is installed
  • OR okteta-4.3.5-0.3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • libmysql55client18-5.5.52-0.27.1 is installed
  • OR libmysql55client18-32bit-5.5.52-0.27.1 is installed
  • OR libmysql55client_r18-5.5.52-0.27.1 is installed
  • OR mysql-5.5.52-0.27.1 is installed
  • OR mysql-client-5.5.52-0.27.1 is installed
  • OR mysql-tools-5.5.52-0.27.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • NetworkManager-0.7.1_git20090811-3.28.2 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.28.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • openssh-openssl1-6.6p1-15.1 is installed
  • OR openssh-openssl1-helpers-6.6p1-15.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • e2fsprogs-1.42.11-7.1 is installed
  • OR libcom_err2-1.42.11-7.1 is installed
  • OR libcom_err2-32bit-1.42.11-7.1 is installed
  • OR libext2fs2-1.42.11-7.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • MozillaFirefox-38.5.0esr-54 is installed
  • OR MozillaFirefox-translations-38.5.0esr-54 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • MozillaFirefox-38.5.0esr-54 is installed
  • OR MozillaFirefox-translations-38.5.0esr-54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • avahi-0.6.31-20.59 is installed
  • OR avahi-lang-0.6.31-20.59 is installed
  • OR avahi-utils-0.6.31-20.59 is installed
  • OR libavahi-client3-0.6.31-20.59 is installed
  • OR libavahi-client3-32bit-0.6.31-20.59 is installed
  • OR libavahi-common3-0.6.31-20.59 is installed
  • OR libavahi-common3-32bit-0.6.31-20.59 is installed
  • OR libavahi-core7-0.6.31-20.59 is installed
  • OR libdns_sd-0.6.31-20.59 is installed
  • OR libdns_sd-32bit-0.6.31-20.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND clamav-0.100.3-33.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND clamav-0.100.3-33.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libblkid1-2.28-42 is installed
  • OR libblkid1-32bit-2.28-42 is installed
  • OR libfdisk1-2.28-42 is installed
  • OR libmount1-2.28-42 is installed
  • OR libmount1-32bit-2.28-42 is installed
  • OR libsmartcols1-2.28-42 is installed
  • OR libuuid1-2.28-42 is installed
  • OR libuuid1-32bit-2.28-42 is installed
  • OR python-libmount-2.28-42 is installed
  • OR util-linux-2.28-42 is installed
  • OR util-linux-lang-2.28-42 is installed
  • OR util-linux-systemd-2.28-42 is installed
  • OR uuidd-2.28-42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libblkid1-2.28-42 is installed
  • OR libblkid1-32bit-2.28-42 is installed
  • OR libfdisk1-2.28-42 is installed
  • OR libmount1-2.28-42 is installed
  • OR libmount1-32bit-2.28-42 is installed
  • OR libsmartcols1-2.28-42 is installed
  • OR libuuid1-2.28-42 is installed
  • OR libuuid1-32bit-2.28-42 is installed
  • OR python-libmount-2.28-42 is installed
  • OR util-linux-2.28-42 is installed
  • OR util-linux-lang-2.28-42 is installed
  • OR util-linux-systemd-2.28-42 is installed
  • OR uuidd-2.28-42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • libQt5Concurrent5-5.6.1-17.3 is installed
  • OR libQt5Core5-5.6.1-17.3 is installed
  • OR libQt5DBus5-5.6.1-17.3 is installed
  • OR libQt5Gui5-5.6.1-17.3 is installed
  • OR libQt5Network5-5.6.1-17.3 is installed
  • OR libQt5OpenGL5-5.6.1-17.3 is installed
  • OR libQt5PrintSupport5-5.6.1-17.3 is installed
  • OR libQt5Sql5-5.6.1-17.3 is installed
  • OR libQt5Sql5-mysql-5.6.1-17.3 is installed
  • OR libQt5Sql5-postgresql-5.6.1-17.3 is installed
  • OR libQt5Sql5-sqlite-5.6.1-17.3 is installed
  • OR libQt5Sql5-unixODBC-5.6.1-17.3 is installed
  • OR libQt5Test5-5.6.1-17.3 is installed
  • OR libQt5Widgets5-5.6.1-17.3 is installed
  • OR libQt5Xml5-5.6.1-17.3 is installed
  • OR libQtQuick5-5.6.1-13.3 is installed
  • OR libqt5-qtbase-5.6.1-17.3 is installed
  • OR libqt5-qtdeclarative-5.6.1-13.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_121-92_73-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_21-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND wpa_supplicant-2.6-15.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_72-default-9-2 is installed
  • OR kgraft-patch-3_12_61-52_72-xen-9-2 is installed
  • OR kgraft-patch-SLE12_Update_21-9-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_72-default-9-2 is installed
  • OR kgraft-patch-3_12_61-52_72-xen-9-2 is installed
  • OR kgraft-patch-SLE12_Update_21-9-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 15 SP1-LTSS is installed
  • AND Package Information
  • kernel-default-4.12.14-197.89.2 is installed
  • OR kernel-default-base-4.12.14-197.89.2 is installed
  • OR kernel-default-devel-4.12.14-197.89.2 is installed
  • OR kernel-default-man-4.12.14-197.89.2 is installed
  • OR kernel-devel-4.12.14-197.89.2 is installed
  • OR kernel-docs-4.12.14-197.89.3 is installed
  • OR kernel-macros-4.12.14-197.89.2 is installed
  • OR kernel-obs-build-4.12.14-197.89.2 is installed
  • OR kernel-source-4.12.14-197.89.2 is installed
  • OR kernel-syms-4.12.14-197.89.2 is installed
  • OR reiserfs-kmp-default-4.12.14-197.89.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-28 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND ucode-intel-20180312-13.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • 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
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND automake-1.10.1-4.131.9.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 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 11 SP4 is installed
  • AND LibVNCServer-devel-0.9.1-154.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND Package Information
  • freetype2-2.5.3-5 is installed
  • OR freetype2-devel-2.5.3-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND perl-Tk-devel-804.031-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND freeradius-server-devel-3.0.3-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • freerdp-devel-2.0.0~git.1463131968.4e66df7-11 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-11 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 Software Development Kit 12 SP5 is installed
  • AND Package Information
  • NetworkManager-1.0.12-13.12 is installed
  • OR NetworkManager-devel-1.0.12-13.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND libuuid-devel-2.25-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • pulseaudio-module-bluetooth-5.0-2 is installed
  • OR pulseaudio-module-gconf-5.0-2 is installed
  • OR pulseaudio-module-jack-5.0-2 is installed
  • OR pulseaudio-module-lirc-5.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • NetworkManager-1.0.12-12 is installed
  • OR NetworkManager-lang-1.0.12-12 is installed
  • OR typelib-1_0-NM-1_0-1.0.12-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND gd-32bit-2.1.0-24.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND kernel-default-extra-4.12.14-120 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • irssi-1.0.2-21.1 is installed
  • OR irssi-devel-1.0.2-21.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
  • AND Package Information
  • ffmpeg2-2.8.12-15.1 is installed
  • OR ffmpeg2-devel-2.8.12-15.1 is installed
  • OR libavcodec56-2.8.12-15.1 is installed
  • OR libavdevice56-2.8.12-15.1 is installed
  • OR libavfilter5-2.8.12-15.1 is installed
  • OR libavformat56-2.8.12-15.1 is installed
  • OR libavresample2-2.8.12-15.1 is installed
  • OR libavutil54-2.8.12-15.1 is installed
  • OR libpostproc53-2.8.12-15.1 is installed
  • OR libswresample1-2.8.12-15.1 is installed
  • OR libswscale3-2.8.12-15.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • chromedriver-58.0.3029.81-14.1 is installed
  • OR chromium-58.0.3029.81-14.1 is installed
  • BACK