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





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

This update adds mitigations for various side channel attacks against modern CPUs that could disclose content of otherwise unreadable memory (bnc#1068032).

- CVE-2017-5753 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use attacker controllable speculative execution over code patterns in the Linux Kernel to leak content from otherwise not readable memory in the same address space, allowing retrieval of passwords, cryptographic keys and other secrets.

This problem is mitigated by adding speculative fencing on affected code paths throughout the Linux kernel.

This issue is addressed for the x86_64, the IBM Power and IBM zSeries architecture.

- CVE-2017-5715 / 'SpectreAttack': Local attackers on systems with modern CPUs featuring branch prediction could use mispredicted branches to speculatively execute code patterns that in turn could be made to leak other non-readable content in the same address space, an attack similar to CVE-2017-5753.

This problem is mitigated by disabling predictive branches, depending on CPU architecture either by firmware updates and/or fixes in the user-kernel privilege boundaries.

This is done with help of Linux Kernel fixes on the Intel/AMD x86_64 and IBM zSeries architectures. On x86_64, this requires also updates of the CPU microcode packages, delivered in seperate updates.

For IBM Power and zSeries the required firmware updates are supplied over regular channels by IBM.

As this feature can have a performance impact, it can be disabled using the 'nospec' kernel commandline option.

- CVE-2017-5754 / 'MeltdownAttack': Local attackers on systems with modern CPUs featuring deep instruction pipelining could use code patterns in userspace to speculative executive code that would read otherwise read protected memory, an attack similar to CVE-2017-5753.

This problem is mitigated by unmapping the Linux Kernel from the user address space during user code execution, following a approach called 'KAISER'. The terms used here are 'KAISER' / 'Kernel Address Isolation' and 'PTI' / 'Page Table Isolation'.

This update does this on the x86_64 architecture, it is not required on the IBM zSeries architecture.

This feature can be enabled / disabled by the 'pti=[on|off|auto]' or 'nopti' commandline options.

The following security bugs were fixed:

- CVE-2017-15868: The bnep_add_connection function in net/bluetooth/bnep/core.c in the Linux kernel did not ensure that an l2cap socket is available, which allowed local users to gain privileges via a crafted application (bnc#1071470). - CVE-2017-13167: An elevation of privilege vulnerability in the kernel sound timer. (bnc#1072876). - CVE-2017-16538: drivers/media/usb/dvb-usb-v2/lmedm04.c in the Linux kernel allowed local users to cause a denial of service (general protection fault and system crash) or possibly have unspecified other impact via a crafted USB device, related to a missing warm-start check and incorrect attach timing (dm04_lme2510_frontend_attach versus dm04_lme2510_tuner) (bnc#1066569). - CVE-2017-17558: The usb_destroy_configuration function in drivers/usb/core/config.c in the USB core subsystem in the Linux kernel did not consider the maximum number of configurations and interfaces before attempting to release resources, which allowed local users to cause a denial of service (out-of-bounds write access) or possibly have unspecified other impact via a crafted USB device (bnc#1072561). - CVE-2017-17450: net/netfilter/xt_osf.c in the Linux kernel did not require the CAP_NET_ADMIN capability for add_callback and remove_callback operations, which allowed local users to bypass intended access restrictions because the xt_osf_fingers data structure is shared across all net namespaces (bnc#1071695). - CVE-2017-17449: The __netlink_deliver_tap_skb function in net/netlink/af_netlink.c in the Linux kernel through 4.14.4, when CONFIG_NLMON is enabled, did not restrict observations of Netlink messages to a single net namespace, which allowed local users to obtain sensitive information by leveraging the CAP_NET_ADMIN capability to sniff an nlmon interface for all Netlink activity on the system (bnc#1071694). - CVE-2017-17448: net/netfilter/nfnetlink_cthelper.c in the Linux kernel did not require the CAP_NET_ADMIN capability for new, get, and del operations, which allowed local users to bypass intended access restrictions because the nfnl_cthelper_list data structure is shared across all net namespaces (bnc#1071693). - CVE-2017-8824: The dccp_disconnect function in net/dccp/proto.c in the Linux kernel allowed local users to gain privileges or cause a denial of service (use-after-free) via an AF_UNSPEC connect system call during the DCCP_LISTEN state (bnc#1070771). - CVE-2017-15115: The sctp_do_peeloff function in net/sctp/socket.c in the Linux kernel did not check whether the intended netns is used in a peel-off action, which allowed local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via crafted system calls (bnc#1068671). - CVE-2017-11600: net/xfrm/xfrm_policy.c in the Linux kernel through 4.12.3, when CONFIG_XFRM_MIGRATE is enabled, did not ensure that the dir value of xfrm_userpolicy_id is XFRM_POLICY_MAX or less, which allowed local users to cause a denial of service (out-of-bounds access) or possibly have unspecified other impact via an XFRM_MSG_MIGRATE xfrm Netlink message (bnc#1050231). - CVE-2017-16534: The cdc_parse_cdc_header function in drivers/usb/core/message.c in the Linux kernel 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#1066693).

The following non-security bugs were fixed:

- kvm: svm: Do not intercept new speculative control MSRs (bsc#1068032). - audit: Fix use after free in audit_remove_watch_rule() (bsc#1045205). - bpf: prevent speculative execution in eBPF interpreter (bnc#1068032). - carl9170: prevent speculative execution (bnc#1068032). - fs: prevent speculative execution (bnc#1068032). - kaiser: make kernel_stack user-mapped - kvm: x86: Add speculative control CPUID support for guests (bsc#1068032). - locking/barriers: introduce new memory barrier gmb() (bnc#1068032). - p54: prevent speculative execution (bnc#1068032). - powerpc/barrier: add gmb. - powerpc: Convert cmp to cmpd in idle enter sequence (bsc#1070781). - powerpc/vdso64: Use double word compare on pointers (bsc#1070781). Conflicts: series.conf - ptrace: Add a new thread access check (bsc#1068032). - s390: introduce CPU alternatives (bsc#1068032). - s390/spinlock: add gmb memory barrier. - s390/spinlock: add ppa to system call path. - uas: Only complain about missing sg if all other checks succeed (bsc#1071074). - udf: prevent speculative execution (bnc#1068032). - usb: uas: fix bug in handling of alternate settings (bsc#1071074). - uvcvideo: prevent speculative execution (bnc#1068032). - x86/CPU/AMD: Add speculative control support for AMD (bsc#1068032). - x86/CPU/AMD: Make the LFENCE instruction serialized (bsc#1068032). - x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032). - x86/CPU: Check speculation control CPUID bit (bsc#1068032). - x86/enter: Add macros to set/clear IBRS and set IBPB (bsc#1068032). - x86/entry: Add a function to overwrite the RSB (bsc#1068032). - x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032). - x86/entry: Use IBRS on entry to kernel space (bsc#1068032). - x86/feature: Enable the x86 feature to control Speculation (bsc#1068032). - x86/idle: Disable IBRS when offlining a CPU and re-enable on wakeup (bsc#1068032). - x86/idle: Toggle IBRS when going idle (bsc#1068032). - x86/kaiser: Move feature detection up (bsc#1068032). - x86/kvm: Add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032). - x86/kvm: Flush IBP when switching VMs (bsc#1068032). - x86/kvm: Pad RSB on VM transition (bsc#1068032). - x86/kvm: Toggle IBRS on VM entry and exit (bsc#1068032). - x86/microcode/AMD: Add support for fam17h microcode loading (bsc#1068032). - x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032). - x86/mm: Set IBPB upon context switch (bsc#1068032). - x86/MSR: Move native_*msr(.. u64) to msr.h (bsc#1068032). - x86/spec: Add IBRS control functions (bsc#1068032). - x86/spec: Add 'nospec' chicken bit (bsc#1068032). - x86/spec: Check CPUID direclty post microcode reload to support IBPB feature (bsc#1068032). - x86/spec_ctrl: Add an Indirect Branch Predictor barrier (bsc#1068032). - x86/spec_ctrl: Check whether IBPB is enabled before using it (bsc#1068032). - x86/spec_ctrl: Check whether IBRS is enabled before using it (bsc#1068032). - x86/svm: Add code to clear registers on VM exit (bsc#1068032). - x86/svm: Clobber the RSB on VM exit (bsc#1068032). - x86/svm: Set IBPB when running a different VCPU (bsc#1068032). - x86/svm: Set IBRS value on VM entry and exit (bsc#1068032).
Family:unixClass:patch
Status:Reference(s):1001900
1004924
1005274
1015351
1024145
1039361
1045205
1050231
1052311
1052365
1055478
1060445
1061005
1063671
1064392
1066471
1066472
1066569
1066693
1068032
1068671
1069708
1070737
1070771
1070781
1071074
1071470
1071471
1071693
1071694
1071695
1072561
1072876
1077445
1082063
1082210
1083417
1083420
1083422
1083424
1083426
1084878
1092497
1096723
1097410
1099658
1101820
1102682
1105323
1106191
1106284
1106873
1106913
1110785
1111657
1113769
1117665
1119069
1119105
1120843
1120885
1130972
1131543
1131565
1132374
1132472
1134399
1134537
1134596
1134848
1135281
1135603
1135966
1135967
1136424
1136446
1136586
1136935
1137586
1137865
1138744
1138748
1139358
1139550
1140652
1140671
1140945
1141054
1141401
1141402
1141452
1141453
1141454
1142023
1142098
1142254
1143045
1143189
1143191
1144257
1144273
1144288
1144338
1144903
1145477
1146285
1146361
1146378
1146391
1146413
1146425
1146512
1146514
1146516
1146519
1146584
1147122
1148394
1148938
1149376
1149522
1149527
1149555
1149612
1149792
1149849
1150025
1150112
1150223
1150452
1150457
1150465
1150466
1151347
1151350
1152685
1152782
1152788
1153108
1153158
1153161
1154372
1155671
1155898
1156187
1156275
981124
981848
CVE-2016-10906
CVE-2016-1549
CVE-2016-6911
CVE-2016-7568
CVE-2016-8670
CVE-2017-1000111
CVE-2017-1000112
CVE-2017-1000367
CVE-2017-11600
CVE-2017-13080
CVE-2017-13167
CVE-2017-15115
CVE-2017-15649
CVE-2017-15868
CVE-2017-16534
CVE-2017-16538
CVE-2017-16939
CVE-2017-17448
CVE-2017-17449
CVE-2017-17450
CVE-2017-17558
CVE-2017-18509
CVE-2017-18595
CVE-2017-5715
CVE-2017-5753
CVE-2017-5754
CVE-2017-7793
CVE-2017-7805
CVE-2017-7810
CVE-2017-7814
CVE-2017-7818
CVE-2017-7819
CVE-2017-7823
CVE-2017-7824
CVE-2017-7825
CVE-2017-8824
CVE-2018-0495
CVE-2018-1000026
CVE-2018-10902
CVE-2018-10903
CVE-2018-10938
CVE-2018-12207
CVE-2018-12384
CVE-2018-12404
CVE-2018-12405
CVE-2018-17466
CVE-2018-17972
CVE-2018-18492
CVE-2018-18493
CVE-2018-18494
CVE-2018-18498
CVE-2018-20855
CVE-2018-20976
CVE-2018-5390
CVE-2018-7170
CVE-2018-7182
CVE-2018-7183
CVE-2018-7184
CVE-2018-7185
CVE-2018-7191
CVE-2019-0154
CVE-2019-0155
CVE-2019-10220
CVE-2019-11135
CVE-2019-11190
CVE-2019-1125
CVE-2019-11477
CVE-2019-11478
CVE-2019-11479
CVE-2019-11810
CVE-2019-11815
CVE-2019-11833
CVE-2019-11884
CVE-2019-12382
CVE-2019-13272
CVE-2019-13631
CVE-2019-13648
CVE-2019-14283
CVE-2019-14284
CVE-2019-14814
CVE-2019-14815
CVE-2019-14816
CVE-2019-14821
CVE-2019-14835
CVE-2019-14869
CVE-2019-15098
CVE-2019-15211
CVE-2019-15212
CVE-2019-15214
CVE-2019-15215
CVE-2019-15216
CVE-2019-15217
CVE-2019-15218
CVE-2019-15219
CVE-2019-15220
CVE-2019-15221
CVE-2019-15290
CVE-2019-15291
CVE-2019-15505
CVE-2019-15666
CVE-2019-15807
CVE-2019-15902
CVE-2019-15924
CVE-2019-15926
CVE-2019-15927
CVE-2019-16231
CVE-2019-16232
CVE-2019-16233
CVE-2019-16234
CVE-2019-16413
CVE-2019-16995
CVE-2019-17055
CVE-2019-17056
CVE-2019-17133
CVE-2019-17666
CVE-2019-18680
CVE-2019-18805
CVE-2019-3846
CVE-2019-5489
CVE-2019-9456
CVE-2019-9506
SUSE-SU-2016:2683-2
SUSE-SU-2017:1446-1
SUSE-SU-2017:2150-1
SUSE-SU-2017:2688-1
SUSE-SU-2017:3145-1
SUSE-SU-2018:0115-1
SUSE-SU-2018:0268-1
SUSE-SU-2018:1765-1
SUSE-SU-2018:4236-2
SUSE-SU-2019:1534-1
SUSE-SU-2019:2262-1
SUSE-SU-2019:2983-1
SUSE-SU-2019:2984-1
SUSE-SU-2020:0790-1
Platform(s):openSUSE Leap 15.0
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Basesystem 15 SP1
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Public Cloud 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
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 SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 15
SUSE Linux Enterprise Workstation Extension 15 SP1
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND w3m-0.5.3+git20180125-lp150.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • cups-1.3.9-8.46.48 is installed
  • OR cups-client-1.3.9-8.46.48 is installed
  • OR cups-libs-1.3.9-8.46.48 is installed
  • OR cups-libs-32bit-1.3.9-8.46.48 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • libpng12-0-1.2.31-5.35 is installed
  • OR libpng12-0-32bit-1.2.31-5.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND LibVNCServer-0.9.1-156 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • accountsservice-0.6.35-1 is installed
  • OR accountsservice-lang-0.6.35-1 is installed
  • OR libaccountsservice0-0.6.35-1 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.35-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND libXxf86dga1-1.1.4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • colord-1.3.3-10 is installed
  • OR colord-gtk-lang-0.1.26-6 is installed
  • OR colord-lang-1.3.3-10 is installed
  • OR libcolord-gtk1-0.1.26-6 is installed
  • OR libcolord2-1.3.3-10 is installed
  • OR libcolord2-32bit-1.3.3-10 is installed
  • OR libcolorhug2-1.3.3-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • at-3.1.14-7 is installed
  • OR libQtWebKit4-4.8.6+2.3.3-3 is installed
  • OR libQtWebKit4-32bit-4.8.6+2.3.3-3 is installed
  • OR libbonobo-2.32.1-16 is installed
  • OR libbonobo-32bit-2.32.1-16 is installed
  • OR libbonobo-lang-2.32.1-16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • cups-1.7.5-20.17 is installed
  • OR cups-client-1.7.5-20.17 is installed
  • OR cups-libs-1.7.5-20.17 is installed
  • OR cups-libs-32bit-1.7.5-20.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • cyrus-sasl-2.1.26-3 is installed
  • OR cyrus-sasl-32bit-2.1.26-3 is installed
  • OR cyrus-sasl-crammd5-2.1.26-3 is installed
  • OR cyrus-sasl-crammd5-32bit-2.1.26-3 is installed
  • OR cyrus-sasl-devel-2.1.26-3 is installed
  • OR cyrus-sasl-digestmd5-2.1.26-3 is installed
  • OR cyrus-sasl-digestmd5-32bit-2.1.26-3 is installed
  • OR cyrus-sasl-gssapi-2.1.26-3 is installed
  • OR cyrus-sasl-gssapi-32bit-2.1.26-3 is installed
  • OR cyrus-sasl-otp-2.1.26-3 is installed
  • OR cyrus-sasl-plain-2.1.26-3 is installed
  • OR cyrus-sasl-plain-32bit-2.1.26-3 is installed
  • OR cyrus-sasl-saslauthd-2.1.26-3 is installed
  • OR libsasl2-3-2.1.26-3 is installed
  • OR libsasl2-3-32bit-2.1.26-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 SP1 is installed
  • AND Package Information
  • apr-util-devel-1.6.1-4.3 is installed
  • OR libapr-util1-1.6.1-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_25-default-3-2 is installed
  • OR kernel-livepatch-SLE15_Update_7-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.61-52.111 is installed
  • OR kernel-ec2-devel-3.12.61-52.111 is installed
  • OR kernel-ec2-extra-3.12.61-52.111 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 15 is installed
  • AND Package Information
  • kernel-azure-4.12.14-5.38 is installed
  • OR kernel-azure-base-4.12.14-5.38 is installed
  • OR kernel-azure-devel-4.12.14-5.38 is installed
  • OR kernel-devel-azure-4.12.14-5.38 is installed
  • OR kernel-source-azure-4.12.14-5.38 is installed
  • OR kernel-syms-azure-4.12.14-5.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php7-7.0.7-20 is installed
  • OR php7-7.0.7-20 is installed
  • OR php7-bcmath-7.0.7-20 is installed
  • OR php7-bz2-7.0.7-20 is installed
  • OR php7-calendar-7.0.7-20 is installed
  • OR php7-ctype-7.0.7-20 is installed
  • OR php7-curl-7.0.7-20 is installed
  • OR php7-dba-7.0.7-20 is installed
  • OR php7-dom-7.0.7-20 is installed
  • OR php7-enchant-7.0.7-20 is installed
  • OR php7-exif-7.0.7-20 is installed
  • OR php7-fastcgi-7.0.7-20 is installed
  • OR php7-fileinfo-7.0.7-20 is installed
  • OR php7-fpm-7.0.7-20 is installed
  • OR php7-ftp-7.0.7-20 is installed
  • OR php7-gd-7.0.7-20 is installed
  • OR php7-gettext-7.0.7-20 is installed
  • OR php7-gmp-7.0.7-20 is installed
  • OR php7-iconv-7.0.7-20 is installed
  • OR php7-imap-7.0.7-20 is installed
  • OR php7-intl-7.0.7-20 is installed
  • OR php7-json-7.0.7-20 is installed
  • OR php7-ldap-7.0.7-20 is installed
  • OR php7-mbstring-7.0.7-20 is installed
  • OR php7-mcrypt-7.0.7-20 is installed
  • OR php7-mysql-7.0.7-20 is installed
  • OR php7-odbc-7.0.7-20 is installed
  • OR php7-opcache-7.0.7-20 is installed
  • OR php7-openssl-7.0.7-20 is installed
  • OR php7-pcntl-7.0.7-20 is installed
  • OR php7-pdo-7.0.7-20 is installed
  • OR php7-pear-7.0.7-20 is installed
  • OR php7-pear-Archive_Tar-7.0.7-20 is installed
  • OR php7-pgsql-7.0.7-20 is installed
  • OR php7-phar-7.0.7-20 is installed
  • OR php7-posix-7.0.7-20 is installed
  • OR php7-pspell-7.0.7-20 is installed
  • OR php7-shmop-7.0.7-20 is installed
  • OR php7-snmp-7.0.7-20 is installed
  • OR php7-soap-7.0.7-20 is installed
  • OR php7-sockets-7.0.7-20 is installed
  • OR php7-sqlite-7.0.7-20 is installed
  • OR php7-sysvmsg-7.0.7-20 is installed
  • OR php7-sysvsem-7.0.7-20 is installed
  • OR php7-sysvshm-7.0.7-20 is installed
  • OR php7-tokenizer-7.0.7-20 is installed
  • OR php7-wddx-7.0.7-20 is installed
  • OR php7-xmlreader-7.0.7-20 is installed
  • OR php7-xmlrpc-7.0.7-20 is installed
  • OR php7-xmlwriter-7.0.7-20 is installed
  • OR php7-xsl-7.0.7-20 is installed
  • OR php7-zip-7.0.7-20 is installed
  • OR php7-zlib-7.0.7-20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libmysql55client18-5.5.47-0.17 is installed
  • OR libmysql55client18-32bit-5.5.47-0.17 is installed
  • OR libmysql55client18-x86-5.5.47-0.17 is installed
  • OR libmysql55client_r18-5.5.47-0.17 is installed
  • OR mysql-5.5.47-0.17 is installed
  • OR mysql-client-5.5.47-0.17 is installed
  • OR mysql-tools-5.5.47-0.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libmysql55client18-5.5.47-0.17 is installed
  • OR libmysql55client18-32bit-5.5.47-0.17 is installed
  • OR libmysql55client18-x86-5.5.47-0.17 is installed
  • OR libmysql55client_r18-5.5.47-0.17 is installed
  • OR mysql-5.5.47-0.17 is installed
  • OR mysql-client-5.5.47-0.17 is installed
  • OR mysql-tools-5.5.47-0.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • glib2-2.22.5-0.8.8 is installed
  • OR glib2-doc-2.22.5-0.8.8 is installed
  • OR glib2-lang-2.22.5-0.8.8 is installed
  • OR libgio-2_0-0-2.22.5-0.8.8 is installed
  • OR libgio-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgio-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libglib-2_0-0-2.22.5-0.8.8 is installed
  • OR libglib-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libglib-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libgmodule-2_0-0-2.22.5-0.8.8 is installed
  • OR libgmodule-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgmodule-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libgobject-2_0-0-2.22.5-0.8.8 is installed
  • OR libgobject-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgobject-2_0-0-x86-2.22.5-0.8.8 is installed
  • OR libgthread-2_0-0-2.22.5-0.8.8 is installed
  • OR libgthread-2_0-0-32bit-2.22.5-0.8.8 is installed
  • OR libgthread-2_0-0-x86-2.22.5-0.8.8 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.17-84 is installed
  • OR php53-5.3.17-84 is installed
  • OR php53-bcmath-5.3.17-84 is installed
  • OR php53-bz2-5.3.17-84 is installed
  • OR php53-calendar-5.3.17-84 is installed
  • OR php53-ctype-5.3.17-84 is installed
  • OR php53-curl-5.3.17-84 is installed
  • OR php53-dba-5.3.17-84 is installed
  • OR php53-dom-5.3.17-84 is installed
  • OR php53-exif-5.3.17-84 is installed
  • OR php53-fastcgi-5.3.17-84 is installed
  • OR php53-fileinfo-5.3.17-84 is installed
  • OR php53-ftp-5.3.17-84 is installed
  • OR php53-gd-5.3.17-84 is installed
  • OR php53-gettext-5.3.17-84 is installed
  • OR php53-gmp-5.3.17-84 is installed
  • OR php53-iconv-5.3.17-84 is installed
  • OR php53-intl-5.3.17-84 is installed
  • OR php53-json-5.3.17-84 is installed
  • OR php53-ldap-5.3.17-84 is installed
  • OR php53-mbstring-5.3.17-84 is installed
  • OR php53-mcrypt-5.3.17-84 is installed
  • OR php53-mysql-5.3.17-84 is installed
  • OR php53-odbc-5.3.17-84 is installed
  • OR php53-openssl-5.3.17-84 is installed
  • OR php53-pcntl-5.3.17-84 is installed
  • OR php53-pdo-5.3.17-84 is installed
  • OR php53-pear-5.3.17-84 is installed
  • OR php53-pgsql-5.3.17-84 is installed
  • OR php53-pspell-5.3.17-84 is installed
  • OR php53-shmop-5.3.17-84 is installed
  • OR php53-snmp-5.3.17-84 is installed
  • OR php53-soap-5.3.17-84 is installed
  • OR php53-suhosin-5.3.17-84 is installed
  • OR php53-sysvmsg-5.3.17-84 is installed
  • OR php53-sysvsem-5.3.17-84 is installed
  • OR php53-sysvshm-5.3.17-84 is installed
  • OR php53-tokenizer-5.3.17-84 is installed
  • OR php53-wddx-5.3.17-84 is installed
  • OR php53-xmlreader-5.3.17-84 is installed
  • OR php53-xmlrpc-5.3.17-84 is installed
  • OR php53-xmlwriter-5.3.17-84 is installed
  • OR php53-xsl-5.3.17-84 is installed
  • OR php53-zip-5.3.17-84 is installed
  • OR php53-zlib-5.3.17-84 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-84 is installed
  • OR php53-5.3.17-84 is installed
  • OR php53-bcmath-5.3.17-84 is installed
  • OR php53-bz2-5.3.17-84 is installed
  • OR php53-calendar-5.3.17-84 is installed
  • OR php53-ctype-5.3.17-84 is installed
  • OR php53-curl-5.3.17-84 is installed
  • OR php53-dba-5.3.17-84 is installed
  • OR php53-dom-5.3.17-84 is installed
  • OR php53-exif-5.3.17-84 is installed
  • OR php53-fastcgi-5.3.17-84 is installed
  • OR php53-fileinfo-5.3.17-84 is installed
  • OR php53-ftp-5.3.17-84 is installed
  • OR php53-gd-5.3.17-84 is installed
  • OR php53-gettext-5.3.17-84 is installed
  • OR php53-gmp-5.3.17-84 is installed
  • OR php53-iconv-5.3.17-84 is installed
  • OR php53-intl-5.3.17-84 is installed
  • OR php53-json-5.3.17-84 is installed
  • OR php53-ldap-5.3.17-84 is installed
  • OR php53-mbstring-5.3.17-84 is installed
  • OR php53-mcrypt-5.3.17-84 is installed
  • OR php53-mysql-5.3.17-84 is installed
  • OR php53-odbc-5.3.17-84 is installed
  • OR php53-openssl-5.3.17-84 is installed
  • OR php53-pcntl-5.3.17-84 is installed
  • OR php53-pdo-5.3.17-84 is installed
  • OR php53-pear-5.3.17-84 is installed
  • OR php53-pgsql-5.3.17-84 is installed
  • OR php53-pspell-5.3.17-84 is installed
  • OR php53-shmop-5.3.17-84 is installed
  • OR php53-snmp-5.3.17-84 is installed
  • OR php53-soap-5.3.17-84 is installed
  • OR php53-suhosin-5.3.17-84 is installed
  • OR php53-sysvmsg-5.3.17-84 is installed
  • OR php53-sysvsem-5.3.17-84 is installed
  • OR php53-sysvshm-5.3.17-84 is installed
  • OR php53-tokenizer-5.3.17-84 is installed
  • OR php53-wddx-5.3.17-84 is installed
  • OR php53-xmlreader-5.3.17-84 is installed
  • OR php53-xmlrpc-5.3.17-84 is installed
  • OR php53-xmlwriter-5.3.17-84 is installed
  • OR php53-xsl-5.3.17-84 is installed
  • OR php53-zip-5.3.17-84 is installed
  • OR php53-zlib-5.3.17-84 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND LibVNCServer-0.9.1-160.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • openvpn-2.3.2-11 is installed
  • OR openvpn-auth-pam-plugin-2.3.2-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • openvpn-2.3.2-11 is installed
  • OR openvpn-auth-pam-plugin-2.3.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 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-2 is installed
  • OR libcolord2-32bit-1.1.7-2 is installed
  • OR libcolorhug2-1.1.7-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • MozillaFirefox-38.6.1esr-60 is installed
  • OR MozillaFirefox-translations-38.6.1esr-60 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • MozillaFirefox-38.6.1esr-60 is installed
  • OR MozillaFirefox-translations-38.6.1esr-60 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_57-default-11-2 is installed
  • OR kgraft-patch-3_12_74-60_64_57-xen-11-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_20-11-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_57-default-11-2 is installed
  • OR kgraft-patch-3_12_74-60_64_57-xen-11-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_20-11-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_85-default-5-2 is installed
  • OR kgraft-patch-3_12_74-60_64_85-xen-5-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_26-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • gstreamer-plugins-good-1.8.3-12 is installed
  • OR gstreamer-plugins-good-lang-1.8.3-12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • gstreamer-plugins-good-1.8.3-12 is installed
  • OR gstreamer-plugins-good-lang-1.8.3-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • evince-3.20.1-5 is installed
  • OR evince-browser-plugin-3.20.1-5 is installed
  • OR evince-lang-3.20.1-5 is installed
  • OR evince-plugin-djvudocument-3.20.1-5 is installed
  • OR evince-plugin-dvidocument-3.20.1-5 is installed
  • OR evince-plugin-pdfdocument-3.20.1-5 is installed
  • OR evince-plugin-psdocument-3.20.1-5 is installed
  • OR evince-plugin-tiffdocument-3.20.1-5 is installed
  • OR evince-plugin-xpsdocument-3.20.1-5 is installed
  • OR libevdocument3-4-3.20.1-5 is installed
  • OR libevview3-3-3.20.1-5 is installed
  • OR nautilus-evince-3.20.1-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND ucode-intel-20180807-13.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND ucode-intel-20180807-13.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-firmware-20170530-21.22 is installed
  • OR ucode-amd-20170530-21.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-firmware-20170530-21.22 is installed
  • OR ucode-amd-20170530-21.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kernel-firmware-20170530-21.22 is installed
  • OR ucode-amd-20170530-21.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kernel-firmware-20170530-21.22 is installed
  • OR ucode-amd-20170530-21.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libfpm_pb0-1.1.1-17.3 is installed
  • OR libospf0-1.1.1-17.3 is installed
  • OR libospfapiclient0-1.1.1-17.3 is installed
  • OR libquagga_pb0-1.1.1-17.3 is installed
  • OR libzebra1-1.1.1-17.3 is installed
  • OR quagga-1.1.1-17.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libfpm_pb0-1.1.1-17.3 is installed
  • OR libospf0-1.1.1-17.3 is installed
  • OR libospfapiclient0-1.1.1-17.3 is installed
  • OR libquagga_pb0-1.1.1-17.3 is installed
  • OR libzebra1-1.1.1-17.3 is installed
  • OR quagga-1.1.1-17.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.29 is installed
  • OR python3-3.4.6-25.29 is installed
  • OR python3-base-3.4.6-25.29 is installed
  • OR python3-curses-3.4.6-25.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.29 is installed
  • OR python3-3.4.6-25.29 is installed
  • OR python3-base-3.4.6-25.29 is installed
  • OR python3-curses-3.4.6-25.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.29 is installed
  • OR python3-3.4.6-25.29 is installed
  • OR python3-base-3.4.6-25.29 is installed
  • OR python3-curses-3.4.6-25.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • libpython3_4m1_0-3.4.6-25.29 is installed
  • OR python3-3.4.6-25.29 is installed
  • OR python3-base-3.4.6-25.29 is installed
  • OR python3-curses-3.4.6-25.29 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • xen-4.9.4_06-3.59 is installed
  • OR xen-doc-html-4.9.4_06-3.59 is installed
  • OR xen-libs-4.9.4_06-3.59 is installed
  • OR xen-libs-32bit-4.9.4_06-3.59 is installed
  • OR xen-tools-4.9.4_06-3.59 is installed
  • OR xen-tools-domU-4.9.4_06-3.59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • xen-4.9.4_06-3.59 is installed
  • OR xen-doc-html-4.9.4_06-3.59 is installed
  • OR xen-libs-4.9.4_06-3.59 is installed
  • OR xen-libs-32bit-4.9.4_06-3.59 is installed
  • OR xen-tools-4.9.4_06-3.59 is installed
  • OR xen-tools-domU-4.9.4_06-3.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • libspice-client-glib-2_0-8-0.33-3.6 is installed
  • OR libspice-client-glib-helper-0.33-3.6 is installed
  • OR libspice-client-gtk-3_0-5-0.33-3.6 is installed
  • OR libspice-controller0-0.33-3.6 is installed
  • OR spice-gtk-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.33-3.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • libspice-client-glib-2_0-8-0.33-3.6 is installed
  • OR libspice-client-glib-helper-0.33-3.6 is installed
  • OR libspice-client-gtk-3_0-5-0.33-3.6 is installed
  • OR libspice-controller0-0.33-3.6 is installed
  • OR spice-gtk-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.33-3.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • openssh-7.2p2-74.42 is installed
  • OR openssh-askpass-gnome-7.2p2-74.42 is installed
  • OR openssh-fips-7.2p2-74.42 is installed
  • OR openssh-helpers-7.2p2-74.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • openssh-7.2p2-74.42 is installed
  • OR openssh-askpass-gnome-7.2p2-74.42 is installed
  • OR openssh-fips-7.2p2-74.42 is installed
  • OR openssh-helpers-7.2p2-74.42 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • libtiff5-4.0.9-44.42 is installed
  • OR libtiff5-32bit-4.0.9-44.42 is installed
  • OR tiff-4.0.9-44.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • libtiff5-4.0.9-44.42 is installed
  • OR libtiff5-32bit-4.0.9-44.42 is installed
  • OR tiff-4.0.9-44.42 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • openssh-6.6p1-52 is installed
  • OR openssh-askpass-gnome-6.6p1-52 is installed
  • OR openssh-fips-6.6p1-52 is installed
  • OR openssh-helpers-6.6p1-52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • openssh-6.6p1-52 is installed
  • OR openssh-askpass-gnome-6.6p1-52 is installed
  • OR openssh-fips-6.6p1-52 is installed
  • OR openssh-helpers-6.6p1-52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND sudo-1.8.10p3-2.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.74-60.64.54 is installed
  • OR kernel-default-base-3.12.74-60.64.54 is installed
  • OR kernel-default-devel-3.12.74-60.64.54 is installed
  • OR kernel-devel-3.12.74-60.64.54 is installed
  • OR kernel-macros-3.12.74-60.64.54 is installed
  • OR kernel-source-3.12.74-60.64.54 is installed
  • OR kernel-syms-3.12.74-60.64.54 is installed
  • OR kernel-xen-3.12.74-60.64.54 is installed
  • OR kernel-xen-base-3.12.74-60.64.54 is installed
  • OR kernel-xen-devel-3.12.74-60.64.54 is installed
  • OR kgraft-patch-3_12_74-60_64_54-default-1-2 is installed
  • OR kgraft-patch-3_12_74-60_64_54-xen-1-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_19-1-2 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-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-7-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND Package Information
  • compat-libldap-2_3-0-2.3.37-18.24.20 is installed
  • OR openldap2-2.4.41-18.24.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.16-15 is installed
  • OR libmysqlclient_r18-32bit-10.0.16-15 is installed
  • OR mariadb-10.0.16-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • gtk2-2.24.24-3 is installed
  • OR typelib-1_0-Gtk-2_0-2.24.24-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-71.23 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-71.23 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-71.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libIlmImf-Imf_2_1-21-32bit-2.1.0-6.13 is installed
  • OR openexr-2.1.0-6.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.19 is installed
  • OR kernel-default-extra-4.12.14-25.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 SP1 is installed
  • AND Package Information
  • bluez-5.48-5.16 is installed
  • OR bluez-cups-5.48-5.16 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • ghostscript-fonts-other-8.62-32.46 is installed
  • OR ghostscript-fonts-rus-8.62-32.46 is installed
  • OR ghostscript-fonts-std-8.62-32.46 is installed
  • OR ghostscript-library-8.62-32.46 is installed
  • OR ghostscript-omni-8.62-32.46 is installed
  • OR ghostscript-x11-8.62-32.46 is installed
  • OR libgimpprint-4.2.7-32.46 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND python-PyJWT-1.4.2-3.3 is installed
  • BACK