Revision Date: | 2021-12-06 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP3 LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- Unprivileged BPF has been disabled by default to reduce attack surface as too many security issues have happened in the past (jsc#SLE-22573)
You can reenable via systemctl setting /proc/sys/kernel/unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0)
- CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel A bound check failure allowed an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability (bnc#1192781). - CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less predictive to avoid information leaks about UDP ports in use. (bsc#1191790) - CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails (bsc#1191961). - CVE-2020-12655: An issue was discovered in xfs_agf_verify in fs/xfs/libxfs/xfs_alloc.c. Attackers may trigger a sync of excessive duration via an XFS v5 image with crafted metadata, aka CID-d0c7feaf8767 (bnc#1171217). - CVE-2021-43389: There was an array-index-out-of-bounds flaw in the detach_capi_ctr function in drivers/isdn/capi/kcapi.c (bnc#1191958). - CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c called unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free (bnc#1188601). - CVE-2021-34556: An unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because the protection mechanism neglects the possibility of uninitialized memory locations on the BPF stack (bnc#1188983). - CVE-2021-35477: An unprivileged BPF program can obtain sensitive information from kernel memory via a Speculative Store Bypass side-channel attack because a certain preempting store operation did not necessarily occur before a store operation that has an attacker-controlled value (bnc#1188985). - CVE-2017-17862: kernel/bpf/verifier.c in the Linux kernel ignores unreachable code, even though it would still be processed by JIT compilers. This behavior, also considered an improper branch-pruning logic issue, could possibly be used by local users for denial of service (bnc#1073928). - CVE-2017-17864: kernel/bpf/verifier.c in the Linux kernel mishandled states_equal comparisons between the pointer data type and the UNKNOWN_VALUE data type, which allowed local users to obtain potentially sensitive address information, aka a 'pointer leak (bnc#1073928). - CVE-2021-20265: A flaw was found in the way memory resources were freed in the unix_stream_recvmsg function in the Linux kernel when a signal was pending. This flaw allowed an unprivileged local user to crash the system by exhausting available memory. The highest threat from this vulnerability is to system availability (bnc#1183089). - CVE-2021-3772: Fixed sctp vtag check in sctp_sf_ootb (bsc#1190351). - CVE-2021-3655: Missing size validations on inbound SCTP packets may have allowed the kernel to read uninitialized memory (bnc#1188563). - CVE-2018-13405: The inode_init_owner function in fs/inode.c in the Linux kernel allowed local users to create files with an unintended group ownership, in a scenario where a directory is SGID to a certain group and is writable by a user who is not a member of that group. Here, the non-member can trigger creation of a plain file whose group ownership is that group. The intended behavior was that the non-member can trigger creation of a directory (but not a plain file) whose group ownership is that group. The non-member can escalate privileges by making the plain file executable and SGID (bnc#1100416 bnc#1129735). - CVE-2021-3760: Fixed a use-after-free vulnerability with the ndev->rf_conn_info object (bsc#1190067). - CVE-2021-42739: The firewire subsystem in the Linux kernel has a buffer overflow related to drivers/media/firewire/firedtv-avc.c and drivers/media/firewire/firedtv-ci.c, because avc_ca_pmt mishandled bounds checking (bnc#1184673). - CVE-2021-3542: Fixed heap buffer overflow in firedtv driver (bsc#1186063). - CVE-2021-33033: The Linux kernel has a use-after-free in cipso_v4_genopt in net/ipv4/cipso_ipv4.c because the CIPSO and CALIPSO refcounting for the DOI definitions is mishandled, aka CID-ad5d07f4a9cd. This leads to writing an arbitrary value (bnc#1186109 bnc#1186390 bnc#1188876). - CVE-2020-14305: An out-of-bounds memory write flaw was found in how the Linux kernel’s Voice Over IP H.323 connection tracking functionality handled connections on ipv6 port 1720. This flaw allowed an unauthenticated remote user to crash the system, causing a denial of service. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability (bnc#1173346). - CVE-2021-3715: Fixed a use-after-free in route4_change() in net/sched/cls_route.c (bsc#1190349). - CVE-2021-3896: Fixed a array-index-out-bounds in detach_capi_ctr in drivers/isdn/capi/kcapi.c (bsc#1191958). - CVE-2021-42008: The decode_data function in drivers/net/hamradio/6pack.c in the Linux kernel has a slab out-of-bounds write. Input from a process that has the CAP_NET_ADMIN capability can lead to root access (bnc#1191315). - CVE-2020-3702: Specifically timed and handcrafted traffic can cause internal errors in a WLAN device that lead to improper layer 2 Wi-Fi encryption with a consequent possibility of information disclosure over the air for a discrete set of traffic (bnc#1191193). - CVE-2021-3752: Fixed a use after free vulnerability in the Linux kernel's bluetooth module. (bsc#1190023) - CVE-2021-40490: A race condition was discovered in ext4_write_inline_data_end in fs/ext4/inline.c in the ext4 subsystem in the Linux kernel (bnc#1190159 bnc#1192775) - CVE-2021-3640: Fixed a Use-After-Free vulnerability in function sco_sock_sendmsg() in the bluetooth stack (bsc#1188172). - CVE-2021-38160: Data corruption or loss could be triggered by an untrusted device that supplies a buf->len value exceeding the buffer size in drivers/char/virtio_console.c (bsc#1190117) - CVE-2021-3753: Fixed race out-of-bounds in virtual terminal handling (bsc#1190025). - CVE-2021-3732: Mounting overlayfs inside an unprivileged user namespace can reveal files (bsc#1189706). - CVE-2021-3653: A flaw was found in the KVM's AMD code for supporting SVM nested virtualization. The flaw occurs when processing the VMCB (virtual machine control block) provided by the L1 guest to spawn/handle a nested guest (L2). Due to improper validation of the 'int_ctl' field, this issue could allow a malicious L1 to enable AVIC support (Advanced Virtual Interrupt Controller) for the L2 guest. As a result, the L2 guest would be allowed to read/write physical pages of the host, resulting in a crash of the entire system, leak of sensitive data or potential guest-to-host escape. This flaw affects Linux kernel versions prior to 5.14-rc7 (bnc#1189399 bnc#1189420). - CVE-2021-38198: arch/x86/kvm/mmu/paging_tmpl.h in the Linux kernel incorrectly computes the access permissions of a shadow page, leading to a missing guest protection page fault (bnc#1189262 bnc#1189278). - CVE-2021-38204: drivers/usb/host/max3421-hcd.c in the Linux kernel allowed physically proximate attackers to cause a denial of service (use-after-free and panic) by removing a MAX-3421 USB device in certain situations (bnc#1189291). - CVE-2021-3679: A lack of CPU resource in the Linux kernel tracing module functionality in versions prior to 5.14-rc3 was found in the way user uses trace ring buffer in a specific way. Only privileged local users (with CAP_SYS_ADMIN capability) could use this flaw to starve the resources causing denial of service (bnc#1189057). - CVE-2018-16882: A use-after-free issue was found in the way the Linux kernel's KVM hypervisor processed posted interrupts when nested(=1) virtualization is enabled. In nested_get_vmcs12_pages(), in case of an error while processing posted interrupt address, it unmaps the 'pi_desc_page' without resetting 'pi_desc' descriptor address, which is later used in pi_test_and_clear_on(). A guest user/process could use this flaw to crash the host kernel resulting in DoS or potentially gain privileged access to a system. Kernel versions and are vulnerable (bnc#1119934). - CVE-2020-0429: In l2tp_session_delete and related functions of l2tp_core.c, there is possible memory corruption due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1176724). - CVE-2020-4788: IBM Power9 (AIX 7.1, 7.2, and VIOS 3.1) processors could allow a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances. IBM X-Force ID: 189296 (bnc#1177666 bnc#1181158). - CVE-2021-3659: Fixed a NULL pointer dereference in llsec_key_alloc() in net/mac802154/llsec.c (bsc#1188876). - CVE-2021-37576: arch/powerpc/kvm/book3s_rtas.c in the Linux kernel on the powerpc platform allowed KVM guest OS users to cause host OS memory corruption via rtas_args.nargs, aka CID-f62f3c20647e (bnc#1188838).
The following non-security bugs were fixed:
- PCI: hv: Use expected affinity when unmasking IRQ (bsc#1185973). - SUNRPC: improve error response to over-size gss credential (bsc#1190022). - Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set - blacklist.conf: Drop a line that was added by mistake - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22918) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22918). - bpf: properly enforce index mask to prevent out-of-bounds speculation (bsc#1098425). - config: disable unprivileged BPF by default (jsc#SLE-22918) - cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode (bsc#1185758,bsc#1192400). - ftrace: Fix scripts/recordmcount.pl due to new binutils (bsc#1192267). - hv: mana: adjust mana_select_queue to old API (jsc#SLE-18779, bsc#1185727). - hv: mana: declare vzalloc (jsc#SLE-18779, bsc#1185726). - hv: mana: fake bitmap API (jsc#SLE-18779, bsc#1185726). - hv: mana: remove netdev_lockdep_set_classes usage (jsc#SLE-18779, bsc#1185727). - kABI: protect struct bpf_map (kabi). - mm: replace open coded page to virt conversion with page_to_virt() (jsc#SLE-18779, bsc#1185727). - net/mlx4_en: Avoid scheduling restart task if it is already running (bsc#1181854 bsc#1181855). - net/mlx4_en: Handle TX error CQE (bsc#1181854 bsc#1181855). - net: mana: Add WARN_ON_ONCE in case of CQE read overflow (jsc#SLE-18779, bsc#1185727). - net: mana: Add a driver for Microsoft Azure Network Adapter (MANA) (jsc#SLE-18779, bsc#1185727). - net: mana: Add support for EQ sharing (jsc#SLE-18779, bsc#1185727). - net: mana: Fix a memory leak in an error handling path in (jsc#SLE-18779, bsc#1185727). - net: mana: Fix error handling in mana_create_rxq() (git-fixes, bsc#1191801). - net: mana: Move NAPI from EQ to CQ (jsc#SLE-18779, bsc#1185727). - net: mana: Use int to check the return value of mana_gd_poll_cq() (jsc#SLE-18779, bsc#1185727). - net: mana: fix PCI_HYPERV dependency (jsc#SLE-18779, bsc#1185727). - net: mana: remove redundant initialization of variable err (jsc#SLE-18779, bsc#1185727). - net: sched: sch_teql: fix null-pointer dereference (bsc#1190717). - s390/bpf: Fix 64-bit subtraction of the -0x80000000 constant (bsc#1190601). - s390/bpf: Fix branch shortening during codegen pass (bsc#1190601). - s390/bpf: Fix optimizing out zero-extensions (bsc#1190601). - s390/bpf: Wrap JIT macro parameter usages in parentheses (bsc#1190601). - s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* (bsc#1190601). - scsi: sg: add sg_remove_request in sg_write (bsc#1171420 CVE2020-12770). - sctp: check asoc peer.asconf_capable before processing asconf (bsc#1190351). - sctp: fully initialize v4 addr in some functions (bsc#1188563). - sctp: simplify addr copy (bsc#1188563). - x86/CPU: Add more Icelake model numbers (bsc#1185758,bsc#1192400). - x86/tlb: Flush global mappings when KAISER is disabled (bsc#1190194).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1005023 1047247 1073928 1076696 1082318 1093414 1097665 1098425 1100416 1101591 1111331 1114592 1114981 1115518 1116574 1119934 1119971 1120323 1128828 1129735 1131945 1135254 1141897 1142614 1142649 1142654 1145575 1145738 1145740 1145741 1145742 1148517 1149145 1150011 1150734 1151867 1155199 1157198 1163985 1171217 1171420 1173346 1173580 1176012 1176072 1176382 1176724 1176896 1176931 1177666 1181158 1181854 1181855 1183089 1184673 1185726 1185727 1185758 1185973 1186109 1186390 1188172 1188563 1188601 1188838 1188876 1188983 1188985 1189057 1189262 1189278 1189291 1189399 1189420 1189706 1190022 1190023 1190025 1190067 1190117 1190159 1190194 1190349 1190351 1190601 1190717 1191193 1191315 1191790 1191801 1191958 1191961 1192267 1192400 1192775 1192781 CVE-2017-17862 CVE-2017-17864 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-13405 CVE-2018-13785 CVE-2018-16864 CVE-2018-16865 CVE-2018-16866 CVE-2018-16882 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3183 CVE-2018-3214 CVE-2019-10081 CVE-2019-10082 CVE-2019-10092 CVE-2019-10098 CVE-2019-10894 CVE-2019-10895 CVE-2019-10896 CVE-2019-10899 CVE-2019-10901 CVE-2019-10903 CVE-2019-11091 CVE-2019-14250 CVE-2019-14822 CVE-2019-14866 CVE-2019-15847 CVE-2019-16707 CVE-2019-3688 CVE-2019-3690 CVE-2019-9517 CVE-2019-9893 CVE-2020-0429 CVE-2020-0431 CVE-2020-12655 CVE-2020-14305 CVE-2020-14381 CVE-2020-14386 CVE-2020-1720 CVE-2020-25212 CVE-2020-3702 CVE-2020-4044 CVE-2020-4788 CVE-2021-20265 CVE-2021-20322 CVE-2021-31916 CVE-2021-33033 CVE-2021-34556 CVE-2021-34981 CVE-2021-3542 CVE-2021-35477 CVE-2021-3640 CVE-2021-3653 CVE-2021-3655 CVE-2021-3659 CVE-2021-3679 CVE-2021-3715 CVE-2021-37159 CVE-2021-3732 CVE-2021-3752 CVE-2021-3753 CVE-2021-37576 CVE-2021-3760 CVE-2021-3772 CVE-2021-38160 CVE-2021-38198 CVE-2021-38204 CVE-2021-3896 CVE-2021-40490 CVE-2021-42008 CVE-2021-42739 CVE-2021-43389 SUSE-SU-2019:1038-1 SUSE-SU-2019:2389-1 SUSE-SU-2019:3064-1 SUSE-SU-2019:3183-1 SUSE-SU-2020:0394-1 SUSE-SU-2021:3935-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 openSUSE Leap 42.3 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise High Availability Extension 11 SP3 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Basesystem 15 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Desktop Applications 15 SUSE Linux Enterprise Module for Development Tools 15 SUSE Linux Enterprise Module for Legacy Software 12 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 Server Applications 15 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Module for Web Scripting 15 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 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 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP4-ESPOS SUSE Linux Enterprise Server 12 SP4-LTSS SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP2 SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3 SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-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 SP4-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise Server for VMWare 11 SP2 SUSE Linux Enterprise Server for VMWare 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP2 SUSE Linux Enterprise Software Development Kit 11 SP3 SUSE Linux Enterprise Software Development Kit 11 SP4 SUSE Linux Enterprise Workstation Extension 12 SUSE Linux Enterprise Workstation Extension 12 SP1 SUSE Linux Enterprise Workstation Extension 12 SP2 SUSE Linux Enterprise Workstation Extension 12 SP3 SUSE Linux Enterprise Workstation Extension 12 SP4 SUSE Linux Enterprise Workstation Extension 12 SP5 SUSE Linux Enterprise Workstation Extension 15 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
gdm-3.14.2-1.2 is installed
OR gdm-lang-3.14.2-1.2 is installed
OR gdmflexiserver-3.14.2-1.2 is installed
OR libgdm1-3.14.2-1.2 is installed
OR typelib-1_0-Gdm-1_0-3.14.2-1.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND Package Information
alsa-1.1.2-1.2 is installed
OR alsa-devel-1.1.2-1.2 is installed
OR libasound2-1.1.2-1.2 is installed
OR libasound2-32bit-1.1.2-1.2 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
at-3.1.14-12.2 is installed
OR flex-2.5.37-14.15 is installed
OR libbonobo-2.32.1-22.3 is installed
OR libbonobo-devel-2.32.1-22.3 is installed
OR libbonobo-lang-2.32.1-22.3 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
python-keystoneclient-1.0.0-16.1 is installed
OR python-keystoneclient-doc-1.0.0-16.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-17.0.4esr-0.5 is installed
OR MozillaFirefox-branding-SLED-7-0.6.9 is installed
OR MozillaFirefox-translations-17.0.4esr-0.5 is installed
OR beagle-0.3.8-56.51 is installed
OR beagle-evolution-0.3.8-56.51 is installed
OR beagle-firefox-0.3.8-56.51 is installed
OR beagle-gui-0.3.8-56.51 is installed
OR beagle-lang-0.3.8-56.51 is installed
OR libfreebl3-3.14.2-0.4.3 is installed
OR libfreebl3-32bit-3.14.2-0.4.3 is installed
OR mhtml-firefox-0.5-1.47.51 is installed
OR mozilla-nspr-4.9.5-0.3 is installed
OR mozilla-nspr-32bit-4.9.5-0.3 is installed
OR mozilla-nss-3.14.2-0.4.3 is installed
OR mozilla-nss-32bit-3.14.2-0.4.3 is installed
OR mozilla-nss-tools-3.14.2-0.4.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
MozillaFirefox-24.6.0esr-0.8 is installed
OR MozillaFirefox-branding-SLED-24-0.7 is installed
OR MozillaFirefox-translations-24.6.0esr-0.8 is installed
OR libfreebl3-3.16.1-0.8 is installed
OR libfreebl3-32bit-3.16.1-0.8 is installed
OR libsoftokn3-3.16.1-0.8 is installed
OR libsoftokn3-32bit-3.16.1-0.8 is installed
OR mozilla-nspr-4.10.6-0.3 is installed
OR mozilla-nspr-32bit-4.10.6-0.3 is installed
OR mozilla-nss-3.16.1-0.8 is installed
OR mozilla-nss-32bit-3.16.1-0.8 is installed
OR mozilla-nss-tools-3.16.1-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
MozillaFirefox-38.3.0esr-22 is installed
OR MozillaFirefox-translations-38.3.0esr-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
dbus-1-glib-0.100.2-3 is installed
OR dbus-1-glib-32bit-0.100.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
dia-0.97.2-13 is installed
OR dia-lang-0.97.2-13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND libmms0-0.6.2-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
ImageMagick-6.8.8.1-70 is installed
OR libMagick++-6_Q16-3-6.8.8.1-70 is installed
OR libMagickCore-6_Q16-1-6.8.8.1-70 is installed
OR libMagickCore-6_Q16-1-32bit-6.8.8.1-70 is installed
OR libMagickWand-6_Q16-1-6.8.8.1-70 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
AND ctdb-1.0.114.6-0.11 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 Basesystem 15 is installed
AND Package Information
libpcre1-8.41-4 is installed
OR libpcre1-32bit-8.41-4 is installed
OR libpcre16-0-8.41-4 is installed
OR libpcrecpp0-8.41-4 is installed
OR libpcrecpp0-32bit-8.41-4 is installed
OR libpcreposix0-8.41-4 is installed
OR pcre-devel-8.41-4 is installed
OR pcre-tools-8.41-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND docker-runc-1.0.0rc5+gitr3562_69663f0bd4b6-1.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
audiofile-devel-0.3.6-1 is installed
OR libaudiofile1-0.3.6-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Development Tools 15 is installed
AND Package Information
kernel-docs-4.12.14-23 is installed
OR kernel-obs-build-4.12.14-23 is installed
OR kernel-source-4.12.14-23 is installed
OR kernel-syms-4.12.14-23 is installed
OR kernel-vanilla-base-4.12.14-23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
compat-openssl098-0.9.8j-97 is installed
OR libopenssl0_9_8-0.9.8j-97 is installed
OR libopenssl0_9_8-32bit-0.9.8j-97 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Live Patching 15 is installed
AND Package Information
kernel-default-4.12.14-25.3 is installed
OR kernel-default-livepatch-4.12.14-25.3 is installed
OR kernel-livepatch-4_12_14-25_3-default-1-1.3 is installed
OR kernel-livepatch-SLE15_Update_1-1-1.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND Package Information
kernel-ec2-3.12.67-60.64.24 is installed
OR kernel-ec2-devel-3.12.67-60.64.24 is installed
OR kernel-ec2-extra-3.12.67-60.64.24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 15 is installed
AND Package Information
apache2-mod_wsgi-4.5.18-2 is installed
OR apache2-mod_wsgi-python3-4.5.18-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Server Applications 15 is installed
AND vsftpd-3.0.3-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php7-7.0.7-15 is installed
OR php7-7.0.7-15 is installed
OR php7-bcmath-7.0.7-15 is installed
OR php7-bz2-7.0.7-15 is installed
OR php7-calendar-7.0.7-15 is installed
OR php7-ctype-7.0.7-15 is installed
OR php7-curl-7.0.7-15 is installed
OR php7-dba-7.0.7-15 is installed
OR php7-dom-7.0.7-15 is installed
OR php7-enchant-7.0.7-15 is installed
OR php7-exif-7.0.7-15 is installed
OR php7-fastcgi-7.0.7-15 is installed
OR php7-fileinfo-7.0.7-15 is installed
OR php7-fpm-7.0.7-15 is installed
OR php7-ftp-7.0.7-15 is installed
OR php7-gd-7.0.7-15 is installed
OR php7-gettext-7.0.7-15 is installed
OR php7-gmp-7.0.7-15 is installed
OR php7-iconv-7.0.7-15 is installed
OR php7-imap-7.0.7-15 is installed
OR php7-intl-7.0.7-15 is installed
OR php7-json-7.0.7-15 is installed
OR php7-ldap-7.0.7-15 is installed
OR php7-mbstring-7.0.7-15 is installed
OR php7-mcrypt-7.0.7-15 is installed
OR php7-mysql-7.0.7-15 is installed
OR php7-odbc-7.0.7-15 is installed
OR php7-opcache-7.0.7-15 is installed
OR php7-openssl-7.0.7-15 is installed
OR php7-pcntl-7.0.7-15 is installed
OR php7-pdo-7.0.7-15 is installed
OR php7-pear-7.0.7-15 is installed
OR php7-pear-Archive_Tar-7.0.7-15 is installed
OR php7-pgsql-7.0.7-15 is installed
OR php7-phar-7.0.7-15 is installed
OR php7-posix-7.0.7-15 is installed
OR php7-pspell-7.0.7-15 is installed
OR php7-shmop-7.0.7-15 is installed
OR php7-snmp-7.0.7-15 is installed
OR php7-soap-7.0.7-15 is installed
OR php7-sockets-7.0.7-15 is installed
OR php7-sqlite-7.0.7-15 is installed
OR php7-sysvmsg-7.0.7-15 is installed
OR php7-sysvsem-7.0.7-15 is installed
OR php7-sysvshm-7.0.7-15 is installed
OR php7-tokenizer-7.0.7-15 is installed
OR php7-wddx-7.0.7-15 is installed
OR php7-xmlreader-7.0.7-15 is installed
OR php7-xmlrpc-7.0.7-15 is installed
OR php7-xmlwriter-7.0.7-15 is installed
OR php7-xsl-7.0.7-15 is installed
OR php7-zip-7.0.7-15 is installed
OR php7-zlib-7.0.7-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 15 is installed
AND apache-commons-beanutils-1.9.2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND dnsmasq-2.78-0.16.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-69.11 is installed
OR kernel-rt-base-3.0.101.rt130-69.11 is installed
OR kernel-rt-devel-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-base-3.0.101.rt130-69.11 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-69.11 is installed
OR kernel-source-rt-3.0.101.rt130-69.11 is installed
OR kernel-syms-rt-3.0.101.rt130-69.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
curl-7.19.0-11.21 is installed
OR keyutils-libs-1.2-107 is installed
OR keyutils-libs-32bit-1.2-107 is installed
OR keyutils-libs-x86-1.2-107 is installed
OR libcurl4-7.19.0-11.21 is installed
OR libcurl4-32bit-7.19.0-11.21 is installed
OR libcurl4-x86-7.19.0-11.21 is installed
OR libidn-1.10-3 is installed
OR libidn-32bit-1.10-3 is installed
OR libidn-x86-1.10-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
curl-7.19.0-11.21 is installed
OR keyutils-libs-1.2-107 is installed
OR keyutils-libs-32bit-1.2-107 is installed
OR keyutils-libs-x86-1.2-107 is installed
OR libcurl4-7.19.0-11.21 is installed
OR libcurl4-32bit-7.19.0-11.21 is installed
OR libcurl4-x86-7.19.0-11.21 is installed
OR libidn-1.10-3 is installed
OR libidn-32bit-1.10-3 is installed
OR libidn-x86-1.10-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-10.0.4-0.3 is installed
OR MozillaFirefox-translations-10.0.4-0.3 is installed
OR libfreebl3-3.13.4-0.2 is installed
OR libfreebl3-32bit-3.13.4-0.2 is installed
OR libfreebl3-x86-3.13.4-0.2 is installed
OR mozilla-nss-3.13.4-0.2 is installed
OR mozilla-nss-32bit-3.13.4-0.2 is installed
OR mozilla-nss-tools-3.13.4-0.2 is installed
OR mozilla-nss-x86-3.13.4-0.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libvorbis-1.2.0-79.20 is installed
OR libvorbis-32bit-1.2.0-79.20 is installed
OR libvorbis-doc-1.2.0-79.20 is installed
OR libvorbis-x86-1.2.0-79.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libvorbis-1.2.0-79.20 is installed
OR libvorbis-32bit-1.2.0-79.20 is installed
OR libvorbis-doc-1.2.0-79.20 is installed
OR libvorbis-x86-1.2.0-79.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libvorbis-1.2.0-79.20 is installed
OR libvorbis-32bit-1.2.0-79.20 is installed
OR libvorbis-doc-1.2.0-79.20 is installed
OR libvorbis-x86-1.2.0-79.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND clamav-0.96-0.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
AND
rhn-virtualization-common-5.4.15-0.15 is installed
OR rhn-virtualization-host-5.4.15-0.15 is installed
OR rhncfg-5.9.33-0.20 is installed
OR rhncfg-actions-5.9.33-0.20 is installed
OR rhncfg-client-5.9.33-0.20 is installed
OR rhncfg-management-5.9.33-0.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.4.0esr-0.3 is installed
OR MozillaFirefox-translations-31.4.0esr-0.3 is installed
OR libfreebl3-3.17.3-0.3 is installed
OR libfreebl3-32bit-3.17.3-0.3 is installed
OR mozilla-nss-3.17.3-0.3 is installed
OR mozilla-nss-32bit-3.17.3-0.3 is installed
OR mozilla-nss-tools-3.17.3-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-68.3.0-78.54 is installed
OR MozillaFirefox-translations-common-68.3.0-78.54 is installed
OR MozillaFirefox-translations-other-68.3.0-78.54 is installed
OR libfreebl3-3.47.1-38.12 is installed
OR libfreebl3-32bit-3.47.1-38.12 is installed
OR libsoftokn3-3.47.1-38.12 is installed
OR libsoftokn3-32bit-3.47.1-38.12 is installed
OR mozilla-nspr-4.23-29.9 is installed
OR mozilla-nspr-32bit-4.23-29.9 is installed
OR mozilla-nss-3.47.1-38.12 is installed
OR mozilla-nss-32bit-3.47.1-38.12 is installed
OR mozilla-nss-certs-3.47.1-38.12 is installed
OR mozilla-nss-certs-32bit-3.47.1-38.12 is installed
OR mozilla-nss-tools-3.47.1-38.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-68.3.0-78.54 is installed
OR MozillaFirefox-translations-common-68.3.0-78.54 is installed
OR MozillaFirefox-translations-other-68.3.0-78.54 is installed
OR libfreebl3-3.47.1-38.12 is installed
OR libfreebl3-32bit-3.47.1-38.12 is installed
OR libsoftokn3-3.47.1-38.12 is installed
OR libsoftokn3-32bit-3.47.1-38.12 is installed
OR mozilla-nspr-4.23-29.9 is installed
OR mozilla-nspr-32bit-4.23-29.9 is installed
OR mozilla-nss-3.47.1-38.12 is installed
OR mozilla-nss-32bit-3.47.1-38.12 is installed
OR mozilla-nss-certs-3.47.1-38.12 is installed
OR mozilla-nss-certs-32bit-3.47.1-38.12 is installed
OR mozilla-nss-tools-3.47.1-38.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND inst-source-utils-2012.9.13-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND inst-source-utils-2012.9.13-0.8 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND inst-source-utils-2012.9.13-0.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND acpid-1.0.6-91.16 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.97 is installed
OR libopenssl0_9_8-0.9.8j-0.97 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.97 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.97 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.97 is installed
OR openssl-0.9.8j-0.97 is installed
OR openssl-doc-0.9.8j-0.97 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
libopenssl-devel-0.9.8j-0.97 is installed
OR libopenssl0_9_8-0.9.8j-0.97 is installed
OR libopenssl0_9_8-32bit-0.9.8j-0.97 is installed
OR libopenssl0_9_8-hmac-0.9.8j-0.97 is installed
OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.97 is installed
OR openssl-0.9.8j-0.97 is installed
OR openssl-doc-0.9.8j-0.97 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libMagickCore1-6.4.3.6-7.30 is installed
OR libMagickCore1-32bit-6.4.3.6-7.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.4_02-0.7 is installed
OR xen-doc-html-4.2.4_02-0.7 is installed
OR xen-doc-pdf-4.2.4_02-0.7 is installed
OR xen-kmp-default-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-kmp-pae-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-libs-4.2.4_02-0.7 is installed
OR xen-libs-32bit-4.2.4_02-0.7 is installed
OR xen-tools-4.2.4_02-0.7 is installed
OR xen-tools-domU-4.2.4_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.4_02-0.7 is installed
OR xen-doc-html-4.2.4_02-0.7 is installed
OR xen-doc-pdf-4.2.4_02-0.7 is installed
OR xen-kmp-default-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-kmp-pae-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-libs-4.2.4_02-0.7 is installed
OR xen-libs-32bit-4.2.4_02-0.7 is installed
OR xen-tools-4.2.4_02-0.7 is installed
OR xen-tools-domU-4.2.4_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.4_02-0.7 is installed
OR xen-doc-html-4.2.4_02-0.7 is installed
OR xen-doc-pdf-4.2.4_02-0.7 is installed
OR xen-kmp-default-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-kmp-pae-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-libs-4.2.4_02-0.7 is installed
OR xen-libs-32bit-4.2.4_02-0.7 is installed
OR xen-tools-4.2.4_02-0.7 is installed
OR xen-tools-domU-4.2.4_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.4_02-0.7 is installed
OR xen-doc-html-4.2.4_02-0.7 is installed
OR xen-doc-pdf-4.2.4_02-0.7 is installed
OR xen-kmp-default-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-kmp-pae-4.2.4_02_3.0.101_0.15-0.7 is installed
OR xen-libs-4.2.4_02-0.7 is installed
OR xen-libs-32bit-4.2.4_02-0.7 is installed
OR xen-tools-4.2.4_02-0.7 is installed
OR xen-tools-domU-4.2.4_02-0.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
librsvg-2.26.0-2.3 is installed
OR librsvg-32bit-2.26.0-2.3 is installed
OR librsvg-x86-2.26.0-2.3 is installed
OR rsvg-view-2.26.0-2.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
mgr-cfg-4.0.9-5.6 is installed
OR mgr-cfg-actions-4.0.9-5.6 is installed
OR mgr-cfg-client-4.0.9-5.6 is installed
OR mgr-cfg-management-4.0.9-5.6 is installed
OR mgr-daemon-4.0.7-5.8 is installed
OR mgr-osad-4.0.9-5.6 is installed
OR mgr-virtualization-4.0.8-5.8 is installed
OR mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-mgr-cfg-4.0.9-5.6 is installed
OR python2-mgr-cfg-actions-4.0.9-5.6 is installed
OR python2-mgr-cfg-client-4.0.9-5.6 is installed
OR python2-mgr-cfg-management-4.0.9-5.6 is installed
OR python2-mgr-osa-common-4.0.9-5.6 is installed
OR python2-mgr-osad-4.0.9-5.6 is installed
OR python2-mgr-virtualization-common-4.0.8-5.8 is installed
OR python2-mgr-virtualization-host-4.0.8-5.8 is installed
OR python2-rhnlib-4.0.11-12.16 is installed
OR rhnlib-4.0.11-12.16 is installed
OR spacecmd-4.0.14-18.51 is installed
OR spacewalk-backend-4.0.25-28.42 is installed
OR spacewalk-backend-libs-4.0.25-28.42 is installed
OR spacewalk-remote-utils-4.0.5-6.12 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND wpa_supplicant-0.7.1-6.18.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND wpa_supplicant-0.7.1-6.18.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND wpa_supplicant-0.7.1-6.18.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND wpa_supplicant-0.7.1-6.18.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
MozillaFirefox-45.3.0esr-50.1 is installed
OR MozillaFirefox-translations-45.3.0esr-50.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND tcpdump-3.9.8-1.30.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND tcpdump-3.9.8-1.30.13 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
ImageMagick-6.4.3.6-7.60 is installed
OR libMagickCore1-6.4.3.6-7.60 is installed
OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
kernel-default-3.0.101-63 is installed
OR kernel-default-base-3.0.101-63 is installed
OR kernel-default-devel-3.0.101-63 is installed
OR kernel-default-man-3.0.101-63 is installed
OR kernel-pae-3.0.101-63 is installed
OR kernel-pae-base-3.0.101-63 is installed
OR kernel-pae-devel-3.0.101-63 is installed
OR kernel-ppc64-3.0.101-63 is installed
OR kernel-ppc64-base-3.0.101-63 is installed
OR kernel-ppc64-devel-3.0.101-63 is installed
OR kernel-source-3.0.101-63 is installed
OR kernel-syms-3.0.101-63 is installed
OR kernel-trace-3.0.101-63 is installed
OR kernel-trace-base-3.0.101-63 is installed
OR kernel-trace-devel-3.0.101-63 is installed
OR kernel-xen-3.0.101-63 is installed
OR kernel-xen-base-3.0.101-63 is installed
OR kernel-xen-devel-3.0.101-63 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
evince-2.28.2-0.7.8 is installed
OR evince-doc-2.28.2-0.7.8 is installed
OR evince-lang-2.28.2-0.7.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
tigervnc-1.3.0-22 is installed
OR xorg-x11-Xvnc-1.3.0-22 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
tigervnc-1.3.0-22 is installed
OR xorg-x11-Xvnc-1.3.0-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 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 |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
emacs-24.3-14.44 is installed
OR emacs-el-24.3-14.44 is installed
OR emacs-info-24.3-14.44 is installed
OR emacs-nox-24.3-14.44 is installed
OR emacs-x11-24.3-14.44 is installed
OR etags-24.3-14.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_69-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_69-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_24-2-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_69-default-2-2 is installed
OR kgraft-patch-3_12_74-60_64_69-xen-2-2 is installed
OR kgraft-patch-SLE12-SP1_Update_24-2-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND clamav-0.99.2-32.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libass-0.10.2-3 is installed
OR libass5-0.10.2-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
at-3.1.14-7.3 is installed
OR flex-2.5.37-8.1 is installed
OR flex-32bit-2.5.37-8.1 is installed
OR libQtWebKit4-4.8.6+2.3.3-3.1 is installed
OR libQtWebKit4-32bit-4.8.6+2.3.3-3.1 is installed
OR libbonobo-2.32.1-16.1 is installed
OR libbonobo-32bit-2.32.1-16.1 is installed
OR libbonobo-doc-2.32.1-16.1 is installed
OR libbonobo-lang-2.32.1-16.1 is installed
OR libkde4-4.12.0-7.3 is installed
OR libkde4-32bit-4.12.0-7.3 is installed
OR libkdecore4-4.12.0-7.3 is installed
OR libkdecore4-32bit-4.12.0-7.3 is installed
OR libksuseinstall1-4.12.0-7.3 is installed
OR libksuseinstall1-32bit-4.12.0-7.3 is installed
OR libnetpbm11-10.66.3-4.1 is installed
OR libnetpbm11-32bit-10.66.3-4.1 is installed
OR netpbm-10.66.3-4.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND wget-1.14-21.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND wget-1.14-21.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_113-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_30-7-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
kgraft-patch-4_4_180-94_113-default-7-2 is installed
OR kgraft-patch-SLE12-SP3_Update_30-7-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
java-1_8_0-ibm-1.8.0_sr5.25-30.39 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.25-30.39 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.25-30.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
java-1_8_0-ibm-1.8.0_sr5.25-30.39 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.25-30.39 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.25-30.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libwireshark9-2.4.14-48.45 is installed
OR libwiretap7-2.4.14-48.45 is installed
OR libwscodecs1-2.4.14-48.45 is installed
OR libwsutil8-2.4.14-48.45 is installed
OR wireshark-2.4.14-48.45 is installed
OR wireshark-gtk-2.4.14-48.45 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-ESPOS is installed
AND
MozillaFirefox-78.1.0-112.8 is installed
OR MozillaFirefox-devel-78.1.0-112.8 is installed
OR MozillaFirefox-translations-common-78.1.0-112.8 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-ESPOS is installed
AND
MozillaFirefox-78.1.0-112.8 is installed
OR MozillaFirefox-devel-78.1.0-112.8 is installed
OR MozillaFirefox-translations-common-78.1.0-112.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4-LTSS is installed
AND
MozillaFirefox-78.0.1-112.3 is installed
OR MozillaFirefox-branding-SLE-78-35.3 is installed
OR MozillaFirefox-devel-78.0.1-112.3 is installed
OR MozillaFirefox-translations-common-78.0.1-112.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4-LTSS is installed
AND
MozillaFirefox-78.0.1-112.3 is installed
OR MozillaFirefox-branding-SLE-78-35.3 is installed
OR MozillaFirefox-devel-78.0.1-112.3 is installed
OR MozillaFirefox-translations-common-78.0.1-112.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND mailman-2.1.17-3.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND mailman-2.1.17-3.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_45-default-4-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_13-4-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_55-52_45-default-4-2 is installed
OR kgraft-patch-3_12_55-52_45-xen-4-2 is installed
OR kgraft-patch-SLE12_Update_13-4-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libdcerpc-binding0-4.4.2-31 is installed
OR libdcerpc0-4.4.2-31 is installed
OR libndr-krb5pac0-4.4.2-31 is installed
OR libndr-nbt0-4.4.2-31 is installed
OR libndr-standard0-4.4.2-31 is installed
OR libndr0-4.4.2-31 is installed
OR libnetapi0-4.4.2-31 is installed
OR libsamba-credentials0-4.4.2-31 is installed
OR libsamba-errors0-4.4.2-31 is installed
OR libsamba-hostconfig0-4.4.2-31 is installed
OR libsamba-passdb0-4.4.2-31 is installed
OR libsamba-util0-4.4.2-31 is installed
OR libsamdb0-4.4.2-31 is installed
OR libsmbclient0-4.4.2-31 is installed
OR libsmbconf0-4.4.2-31 is installed
OR libsmbldap0-4.4.2-31 is installed
OR libtevent-util0-4.4.2-31 is installed
OR libwbclient0-4.4.2-31 is installed
OR samba-4.4.2-31 is installed
OR samba-client-4.4.2-31 is installed
OR samba-doc-4.4.2-31 is installed
OR samba-libs-4.4.2-31 is installed
OR samba-winbind-4.4.2-31 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
libmysqlclient-devel-10.0.26-20.10 is installed
OR libmysqlclient18-10.0.26-20.10 is installed
OR libmysqlclient18-32bit-10.0.26-20.10 is installed
OR libmysqlclient_r18-10.0.26-20.10 is installed
OR libmysqld-devel-10.0.26-20.10 is installed
OR libmysqld18-10.0.26-20.10 is installed
OR mariadb-10.0.26-20.10 is installed
OR mariadb-client-10.0.26-20.10 is installed
OR mariadb-errormessages-10.0.26-20.10 is installed
OR mariadb-tools-10.0.26-20.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
openvpn-2.3.8-16.17 is installed
OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
java-1_7_1-ibm-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.25-38.23 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.25-38.23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
kernel-default-4.4.180-94.150.1 is installed
OR kernel-default-base-4.4.180-94.150.1 is installed
OR kernel-default-devel-4.4.180-94.150.1 is installed
OR kernel-default-kgraft-4.4.180-94.150.1 is installed
OR kernel-devel-4.4.180-94.150.1 is installed
OR kernel-macros-4.4.180-94.150.1 is installed
OR kernel-source-4.4.180-94.150.1 is installed
OR kernel-syms-4.4.180-94.150.1 is installed
OR kgraft-patch-4_4_180-94_150-default-1-4.3.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND libopenssl-devel-0.9.8j-0.50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
libreadline5-5.2-147.22 is installed
OR readline-devel-5.2-147.22 is installed
OR readline-devel-32bit-5.2-147.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND libbz2-devel-1.0.5-34.253 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
libjavascriptcoregtk-1_0-0-2.4.8-16 is installed
OR libjavascriptcoregtk-1_0-0-32bit-2.4.8-16 is installed
OR libwebkit2gtk-3_0-25-2.4.8-16 is installed
OR libwebkitgtk-1_0-0-2.4.8-16 is installed
OR libwebkitgtk-1_0-0-32bit-2.4.8-16 is installed
OR libwebkitgtk2-lang-2.4.8-16 is installed
OR typelib-1_0-JavaScriptCore-3_0-2.4.8-16 is installed
OR typelib-1_0-WebKit-3_0-2.4.8-16 is installed
OR webkitgtk-2.4.8-16 is installed
OR webkitgtk3-2.4.8-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libvirt-1.2.18.4-11 is installed
OR libvirt-client-32bit-1.2.18.4-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
evince-3.20.2-6.19 is installed
OR typelib-1_0-EvinceDocument-3_0-3.20.2-6.19 is installed
OR typelib-1_0-EvinceView-3_0-3.20.2-6.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libraw-0.15.4-21 is installed
OR libraw9-0.15.4-21 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwebkit2gtk3-lang-2.24.2-2.44 is installed
OR webkit2gtk3-2.24.2-2.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
AND Package Information
libmysqlclient_r18-10.0.40.2-2.12 is installed
OR libmysqlclient_r18-32bit-10.0.40.2-2.12 is installed
OR mariadb-100-10.0.40.2-2.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 15 is installed
AND Package Information
gnome-photos-3.26.3-2 is installed
OR gnome-photos-lang-3.26.3-2 is installed
OR gnome-shell-search-provider-gnome-photos-3.26.3-2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bsdtar-2.5.5-9 is installed
OR libarchive2-2.5.5-9 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND apache2-mod_wsgi-4.4.13-1.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
chromedriver-53.0.2785.113-100 is installed
OR chromium-53.0.2785.113-100 is installed
OR chromium-desktop-gnome-53.0.2785.113-100 is installed
OR chromium-desktop-kde-53.0.2785.113-100 is installed
OR chromium-ffmpegsumo-53.0.2785.113-100 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
kauth-5.26.0-6 is installed
OR kauth-devel-5.26.0-6 is installed
OR kauth-devel-32bit-5.26.0-2.3 is installed
OR kdelibs4-4.14.25-8 is installed
OR kdelibs4-apidocs-4.14.25-8 is installed
OR kdelibs4-branding-upstream-4.14.25-8 is installed
OR kdelibs4-core-4.14.25-8 is installed
OR kdelibs4-doc-4.14.25-8 is installed
OR libKF5Auth5-5.26.0-6 is installed
OR libKF5Auth5-32bit-5.26.0-2.3 is installed
OR libKF5Auth5-lang-5.26.0-6 is installed
OR libkde4-4.14.25-8 is installed
OR libkde4-32bit-4.14.25-7.4 is installed
OR libkde4-devel-4.14.25-8 is installed
OR libkdecore4-4.14.25-8 is installed
OR libkdecore4-32bit-4.14.25-7.4 is installed
OR libkdecore4-devel-4.14.25-8 is installed
OR libksuseinstall-devel-4.14.25-8 is installed
OR libksuseinstall1-4.14.25-8 is installed
OR libksuseinstall1-32bit-4.14.25-7.4 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
kauth-5.26.0-6 is installed
OR kauth-devel-5.26.0-6 is installed
OR kauth-devel-32bit-5.26.0-2.3 is installed
OR kdelibs4-4.14.25-8 is installed
OR kdelibs4-apidocs-4.14.25-8 is installed
OR kdelibs4-branding-upstream-4.14.25-8 is installed
OR kdelibs4-core-4.14.25-8 is installed
OR kdelibs4-doc-4.14.25-8 is installed
OR libKF5Auth5-5.26.0-6 is installed
OR libKF5Auth5-32bit-5.26.0-2.3 is installed
OR libKF5Auth5-lang-5.26.0-6 is installed
OR libkde4-4.14.25-8 is installed
OR libkde4-32bit-4.14.25-7.4 is installed
OR libkde4-devel-4.14.25-8 is installed
OR libkdecore4-4.14.25-8 is installed
OR libkdecore4-32bit-4.14.25-7.4 is installed
OR libkdecore4-devel-4.14.25-8 is installed
OR libksuseinstall-devel-4.14.25-8 is installed
OR libksuseinstall1-4.14.25-8 is installed
OR libksuseinstall1-32bit-4.14.25-7.4 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
kcoreaddons-5.20.0-6 is installed
OR kcoreaddons-devel-5.20.0-6 is installed
OR kcoreaddons-devel-32bit-5.21.0-18 is installed
OR kcoreaddons-lang-5.20.0-6 is installed
OR libKF5CoreAddons5-5.20.0-6 is installed
OR libKF5CoreAddons5-32bit-5.21.0-18 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-80.0.3987.122-34 is installed
OR chromium-80.0.3987.122-34 is installed
|