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): | 1006796 1007600 1010470 1011057 1013018 1013496 1024202 1027519 1039348 1052943 1062568 1062840 1063416 1063516 1065600 1065999 1067118 1067912 1068032 1071767 1071777 1072689 1072865 1073928 1075088 1075091 1075994 1078669 1078672 1078673 1078674 1080464 1080757 1080813 1081358 1082091 1082424 1083242 1083275 1083483 1083494 1084536 1085113 1085207 1085279 1085331 1085513 1086162 1087092 1087260 1087762 1088147 1088260 1089608 1091396 1098425 1100416 1105010 1106163 1106222 1110910 1111006 1111010 1111013 1111331 1112185 1114422 1115929 1117954 1119934 1121450 1129735 1130680 1154212 1158442 1171217 1171420 1173346 1176724 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 909077 913727 938593 940776 941384 943786 944615 952645 953817 964336 971031 978424 985110 994598 CVE-2006-0855 CVE-2006-4811 CVE-2007-1669 CVE-2007-4769 CVE-2007-4772 CVE-2007-5795 CVE-2007-6067 CVE-2007-6600 CVE-2007-6601 CVE-2008-4311 CVE-2009-0945 CVE-2009-4034 CVE-2009-4136 CVE-2010-2713 CVE-2011-2483 CVE-2011-3177 CVE-2011-3193 CVE-2015-5156 CVE-2015-5191 CVE-2015-8023 CVE-2016-7915 CVE-2017-0861 CVE-2017-12190 CVE-2017-13166 CVE-2017-16644 CVE-2017-16911 CVE-2017-16912 CVE-2017-16913 CVE-2017-16914 CVE-2017-17456 CVE-2017-17457 CVE-2017-17862 CVE-2017-17864 CVE-2017-18203 CVE-2017-18208 CVE-2017-5715 CVE-2018-10087 CVE-2018-10839 CVE-2018-12126 CVE-2018-12127 CVE-2018-12130 CVE-2018-13405 CVE-2018-15473 CVE-2018-15746 CVE-2018-15919 CVE-2018-16882 CVE-2018-17958 CVE-2018-17962 CVE-2018-17963 CVE-2018-18438 CVE-2018-18849 CVE-2018-19211 CVE-2018-19758 CVE-2018-20815 CVE-2018-6927 CVE-2018-7566 CVE-2018-7757 CVE-2018-8822 CVE-2019-11091 CVE-2019-2933 CVE-2019-2945 CVE-2019-2962 CVE-2019-2964 CVE-2019-2973 CVE-2019-2978 CVE-2019-2981 CVE-2019-2983 CVE-2019-2989 CVE-2019-2992 CVE-2019-2999 CVE-2020-0429 CVE-2020-12655 CVE-2020-14305 CVE-2020-3702 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-2015:2186-1 SUSE-SU-2017:0705-1 SUSE-SU-2018:0705-1 SUSE-SU-2018:1080-1 SUSE-SU-2018:3975-1 SUSE-SU-2019:14008-1 SUSE-SU-2019:14063-1 SUSE-SU-2020:14263-1 SUSE-SU-2021:3935-1
|
Platform(s): | openSUSE Leap 15.0 openSUSE Leap 42.3 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 Desktop Applications 15 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 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-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP4-LTSS SUSE Linux Enterprise Server 11-SECURITY SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-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-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for SAP Applications 11 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-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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS SUSE Linux Enterprise Server for SAP Applications 11-SECURITY 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-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 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 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 OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
openSUSE Leap 15.0 is installed AND enscript-1.6.6-lp150.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.3 is installed
AND Package Information
ibus-chewing-1.4.14-4 is installed
OR ibus-pinyin-1.5.0-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
glibc-2.11.3-17.45.49 is installed
OR glibc-32bit-2.11.3-17.45.49 is installed
OR glibc-devel-2.11.3-17.45.49 is installed
OR glibc-devel-32bit-2.11.3-17.45.49 is installed
OR glibc-i18ndata-2.11.3-17.45.49 is installed
OR glibc-locale-2.11.3-17.45.49 is installed
OR glibc-locale-32bit-2.11.3-17.45.49 is installed
OR nscd-2.11.3-17.45.49 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
bind-libs-9.9.4P2-0.6 is installed
OR bind-libs-32bit-9.9.4P2-0.6 is installed
OR bind-utils-9.9.4P2-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND Package Information
bind-9.9.6P1-0.15 is installed
OR bind-libs-9.9.6P1-0.15 is installed
OR bind-libs-32bit-9.9.6P1-0.15 is installed
OR bind-utils-9.9.6P1-0.15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libpython2_7-1_0-2.7.9-14 is installed
OR libpython2_7-1_0-32bit-2.7.9-14 is installed
OR python-2.7.9-14 is installed
OR python-base-2.7.9-14 is installed
OR python-curses-2.7.9-14 is installed
OR python-devel-2.7.9-14 is installed
OR python-tk-2.7.9-14 is installed
OR python-xml-2.7.9-14 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
libarchive-3.1.2-22 is installed
OR libarchive13-3.1.2-22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
gstreamer-plugins-bad-1.2.4-3.4 is installed
OR libgstegl-1_0-0-1.2.4-3.4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND Package Information
libdcerpc-binding0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc-binding0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libdcerpc0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-krb5pac0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-krb5pac0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-nbt0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-nbt0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-standard0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr-standard0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libndr0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libnetapi0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libnetapi0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-credentials0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-credentials0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-errors0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-errors0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-hostconfig0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-hostconfig0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-passdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-passdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamba-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamdb0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsamdb0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbconf0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbconf0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbldap0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libsmbldap0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libtevent-util0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libtevent-util0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libwbclient0-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR libwbclient0-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-client-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-client-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-doc-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-libs-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-libs-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-winbind-4.6.7+git.38.90b2cdb4f22-3.7 is installed
OR samba-winbind-32bit-4.6.7+git.38.90b2cdb4f22-3.7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP4 is installed
AND rsyslog-8.24.0-3.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Basesystem 15 is installed
AND Package Information
apr-util-devel-1.6.1-2 is installed
OR libapr-util1-1.6.1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Desktop Applications 15 is installed
AND Package Information
libexif-devel-0.6.21-3 is installed
OR libexif12-0.6.21-3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND perl-IO-Socket-SSL-1.16-3.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND perl-IO-Socket-SSL-1.16-3.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND apache2-mod_python-3.3.1-147.24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND apache2-mod_python-3.3.1-147.24 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND libgdiplus0-2.0-11.20 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND libgdiplus0-2.0-11.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND libgdiplus0-2.0-11.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
emacs-22.3-4.32 is installed
OR emacs-el-22.3-4.32 is installed
OR emacs-info-22.3-4.32 is installed
OR emacs-nox-22.3-4.32 is installed
OR emacs-x11-22.3-4.32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
Mesa-7.7-5.14.3 is installed
OR Mesa-32bit-7.7-5.14.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
Mesa-7.7-5.14.3 is installed
OR Mesa-32bit-7.7-5.14.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
MozillaFirefox-10.0.10-0.3 is installed
OR MozillaFirefox-translations-10.0.10-0.3 is installed
OR mozilla-nspr-4.9.3-0.2 is installed
OR mozilla-nspr-32bit-4.9.3-0.2 is installed
OR mozilla-nspr-x86-4.9.3-0.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
libqt4-sql-mysql-4.6.3-5.10 is installed
OR qt4-x11-tools-4.6.3-5.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND wget-1.11.4-1.19 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND wget-1.11.4-1.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
kde4-kgreeter-plugins-4.3.5-0.12.18 is installed
OR kdebase4-wallpapers-4.3.5-0.11.18 is installed
OR kdebase4-workspace-4.3.5-0.12.18 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.12.18 is installed
OR kdm-4.3.5-0.12.18 is installed
OR kwin-4.3.5-0.12.18 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
kde4-kgreeter-plugins-4.3.5-0.12.18 is installed
OR kdebase4-wallpapers-4.3.5-0.11.18 is installed
OR kdebase4-workspace-4.3.5-0.12.18 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.12.18 is installed
OR kdm-4.3.5-0.12.18 is installed
OR kwin-4.3.5-0.12.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
kde4-kgreeter-plugins-4.3.5-0.12.18 is installed
OR kdebase4-wallpapers-4.3.5-0.11.18 is installed
OR kdebase4-workspace-4.3.5-0.12.18 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.12.18 is installed
OR kdm-4.3.5-0.12.18 is installed
OR kwin-4.3.5-0.12.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
kde4-kgreeter-plugins-4.3.5-0.12.18 is installed
OR kdebase4-wallpapers-4.3.5-0.11.18 is installed
OR kdebase4-workspace-4.3.5-0.12.18 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.12.18 is installed
OR kdm-4.3.5-0.12.18 is installed
OR kwin-4.3.5-0.12.18 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
kde4-kgreeter-plugins-4.3.5-0.12.18 is installed
OR kdebase4-wallpapers-4.3.5-0.11.18 is installed
OR kdebase4-workspace-4.3.5-0.12.18 is installed
OR kdebase4-workspace-ksysguardd-4.3.5-0.12.18 is installed
OR kdm-4.3.5-0.12.18 is installed
OR kwin-4.3.5-0.12.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND kvm-1.4.2-0.22.34 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND kvm-1.4.2-0.22.34 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND aaa_base-11-6.90 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND python-pycrypto-2.6.1-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.30 is installed
OR bind-chrootenv-9.9.6P1-0.30 is installed
OR bind-doc-9.9.6P1-0.30 is installed
OR bind-libs-9.9.6P1-0.30 is installed
OR bind-libs-32bit-9.9.6P1-0.30 is installed
OR bind-utils-9.9.6P1-0.30 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.30 is installed
OR bind-chrootenv-9.9.6P1-0.30 is installed
OR bind-doc-9.9.6P1-0.30 is installed
OR bind-libs-9.9.6P1-0.30 is installed
OR bind-libs-32bit-9.9.6P1-0.30 is installed
OR bind-utils-9.9.6P1-0.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.30 is installed
OR bind-chrootenv-9.9.6P1-0.30 is installed
OR bind-doc-9.9.6P1-0.30 is installed
OR bind-libs-9.9.6P1-0.30 is installed
OR bind-libs-32bit-9.9.6P1-0.30 is installed
OR bind-utils-9.9.6P1-0.30 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.30 is installed
OR bind-chrootenv-9.9.6P1-0.30 is installed
OR bind-doc-9.9.6P1-0.30 is installed
OR bind-libs-9.9.6P1-0.30 is installed
OR bind-libs-32bit-9.9.6P1-0.30 is installed
OR bind-utils-9.9.6P1-0.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.11 is installed
OR xen-doc-html-4.2.5_21-45.11 is installed
OR xen-doc-pdf-4.2.5_21-45.11 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-libs-4.2.5_21-45.11 is installed
OR xen-libs-32bit-4.2.5_21-45.11 is installed
OR xen-tools-4.2.5_21-45.11 is installed
OR xen-tools-domU-4.2.5_21-45.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_21-45.11 is installed
OR xen-doc-html-4.2.5_21-45.11 is installed
OR xen-doc-pdf-4.2.5_21-45.11 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
OR xen-libs-4.2.5_21-45.11 is installed
OR xen-libs-32bit-4.2.5_21-45.11 is installed
OR xen-tools-4.2.5_21-45.11 is installed
OR xen-tools-domU-4.2.5_21-45.11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
bind-9.9.6P1-0.50 is installed
OR bind-chrootenv-9.9.6P1-0.50 is installed
OR bind-devel-9.9.6P1-0.50 is installed
OR bind-doc-9.9.6P1-0.50 is installed
OR bind-libs-9.9.6P1-0.50 is installed
OR bind-libs-32bit-9.9.6P1-0.50 is installed
OR bind-utils-9.9.6P1-0.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
libncurses5-5.6-93.23 is installed
OR libncurses5-32bit-5.6-93.23 is installed
OR libncurses6-5.6-93.23 is installed
OR libncurses6-32bit-5.6-93.23 is installed
OR ncurses-5.6-93.23 is installed
OR ncurses-devel-5.6-93.23 is installed
OR ncurses-devel-32bit-5.6-93.23 is installed
OR ncurses-utils-5.6-93.23 is installed
OR tack-5.6-93.23 is installed
OR terminfo-5.6-93.23 is installed
OR terminfo-base-5.6-93.23 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
libncurses5-5.6-93.23 is installed
OR libncurses5-32bit-5.6-93.23 is installed
OR libncurses6-5.6-93.23 is installed
OR libncurses6-32bit-5.6-93.23 is installed
OR ncurses-5.6-93.23 is installed
OR ncurses-devel-5.6-93.23 is installed
OR ncurses-devel-32bit-5.6-93.23 is installed
OR ncurses-utils-5.6-93.23 is installed
OR tack-5.6-93.23 is installed
OR terminfo-5.6-93.23 is installed
OR terminfo-base-5.6-93.23 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
kernel-bigmem-3.0.101-108.38 is installed
OR kernel-bigmem-base-3.0.101-108.38 is installed
OR kernel-bigmem-devel-3.0.101-108.38 is installed
OR kernel-default-3.0.101-108.38 is installed
OR kernel-default-base-3.0.101-108.38 is installed
OR kernel-default-devel-3.0.101-108.38 is installed
OR kernel-default-man-3.0.101-108.38 is installed
OR kernel-ec2-3.0.101-108.38 is installed
OR kernel-ec2-base-3.0.101-108.38 is installed
OR kernel-ec2-devel-3.0.101-108.38 is installed
OR kernel-pae-3.0.101-108.38 is installed
OR kernel-pae-base-3.0.101-108.38 is installed
OR kernel-pae-devel-3.0.101-108.38 is installed
OR kernel-ppc64-3.0.101-108.38 is installed
OR kernel-ppc64-base-3.0.101-108.38 is installed
OR kernel-ppc64-devel-3.0.101-108.38 is installed
OR kernel-source-3.0.101-108.38 is installed
OR kernel-syms-3.0.101-108.38 is installed
OR kernel-trace-3.0.101-108.38 is installed
OR kernel-trace-base-3.0.101-108.38 is installed
OR kernel-trace-devel-3.0.101-108.38 is installed
OR kernel-xen-3.0.101-108.38 is installed
OR kernel-xen-base-3.0.101-108.38 is installed
OR kernel-xen-devel-3.0.101-108.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
kernel-bigmem-3.0.101-108.38 is installed
OR kernel-bigmem-base-3.0.101-108.38 is installed
OR kernel-bigmem-devel-3.0.101-108.38 is installed
OR kernel-default-3.0.101-108.38 is installed
OR kernel-default-base-3.0.101-108.38 is installed
OR kernel-default-devel-3.0.101-108.38 is installed
OR kernel-default-man-3.0.101-108.38 is installed
OR kernel-ec2-3.0.101-108.38 is installed
OR kernel-ec2-base-3.0.101-108.38 is installed
OR kernel-ec2-devel-3.0.101-108.38 is installed
OR kernel-pae-3.0.101-108.38 is installed
OR kernel-pae-base-3.0.101-108.38 is installed
OR kernel-pae-devel-3.0.101-108.38 is installed
OR kernel-ppc64-3.0.101-108.38 is installed
OR kernel-ppc64-base-3.0.101-108.38 is installed
OR kernel-ppc64-devel-3.0.101-108.38 is installed
OR kernel-source-3.0.101-108.38 is installed
OR kernel-syms-3.0.101-108.38 is installed
OR kernel-trace-3.0.101-108.38 is installed
OR kernel-trace-base-3.0.101-108.38 is installed
OR kernel-trace-devel-3.0.101-108.38 is installed
OR kernel-xen-3.0.101-108.38 is installed
OR kernel-xen-base-3.0.101-108.38 is installed
OR kernel-xen-devel-3.0.101-108.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
compat-libldap-2_3-0-2.3.37-2.30 is installed
OR libldap-2_4-2-2.4.26-0.30 is installed
OR libldap-2_4-2-32bit-2.4.26-0.30 is installed
OR libldap-2_4-2-x86-2.4.26-0.30 is installed
OR openldap2-2.4.26-0.30 is installed
OR openldap2-back-meta-2.4.26-0.30 is installed
OR openldap2-client-2.4.26-0.30 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
AND
salt-2016.11.4-43.10 is installed
OR salt-doc-2016.11.4-43.10 is installed
OR salt-minion-2016.11.4-43.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.55-26.47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.55-26.47 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.55-26.47 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
curl-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-7.19.7-1.61 is installed
OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
cups-1.7.5-5 is installed
OR cups-client-1.7.5-5 is installed
OR cups-libs-1.7.5-5 is installed
OR cups-libs-32bit-1.7.5-5 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
cups-1.7.5-5 is installed
OR cups-client-1.7.5-5 is installed
OR cups-libs-1.7.5-5 is installed
OR cups-libs-32bit-1.7.5-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
apache2-2.4.10-6 is installed
OR apache2-doc-2.4.10-6 is installed
OR apache2-example-pages-2.4.10-6 is installed
OR apache2-prefork-2.4.10-6 is installed
OR apache2-utils-2.4.10-6 is installed
OR apache2-worker-2.4.10-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libxml2-2.9.1-17 is installed
OR libxml2-2-2.9.1-17 is installed
OR libxml2-2-32bit-2.9.1-17 is installed
OR libxml2-doc-2.9.1-17 is installed
OR libxml2-tools-2.9.1-17 is installed
OR python-libxml2-2.9.1-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libxml2-2.9.1-17 is installed
OR libxml2-2-2.9.1-17 is installed
OR libxml2-2-32bit-2.9.1-17 is installed
OR libxml2-doc-2.9.1-17 is installed
OR libxml2-tools-2.9.1-17 is installed
OR python-libxml2-2.9.1-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
apache2-2.4.16-5 is installed
OR apache2-doc-2.4.16-5 is installed
OR apache2-example-pages-2.4.16-5 is installed
OR apache2-prefork-2.4.16-5 is installed
OR apache2-utils-2.4.16-5 is installed
OR apache2-worker-2.4.16-5 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kgraft-patch-3_12_74-60_64_63-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-7-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_63-default-7-2 is installed
OR kgraft-patch-3_12_74-60_64_63-xen-7-2 is installed
OR kgraft-patch-SLE12-SP1_Update_22-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
libopenssl1_0_0-1.0.1i-54.8 is installed
OR libopenssl1_0_0-32bit-1.0.1i-54.8 is installed
OR libopenssl1_0_0-hmac-1.0.1i-54.8 is installed
OR libopenssl1_0_0-hmac-32bit-1.0.1i-54.8 is installed
OR openssl-1.0.1i-54.8 is installed
OR openssl-doc-1.0.1i-54.8 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
libpcre1-8.39-7 is installed
OR libpcre1-32bit-8.39-7 is installed
OR libpcre16-0-8.39-7 is installed
OR pcre-8.39-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
libpcre1-8.39-7 is installed
OR libpcre1-32bit-8.39-7 is installed
OR libpcre16-0-8.39-7 is installed
OR pcre-8.39-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
automake-1.13.4-6 is installed
OR m4-1.4.16-15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
xen-4.7.5_04-43.33 is installed
OR xen-doc-html-4.7.5_04-43.33 is installed
OR xen-libs-4.7.5_04-43.33 is installed
OR xen-libs-32bit-4.7.5_04-43.33 is installed
OR xen-tools-4.7.5_04-43.33 is installed
OR xen-tools-domU-4.7.5_04-43.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
xen-4.7.5_04-43.33 is installed
OR xen-doc-html-4.7.5_04-43.33 is installed
OR xen-libs-4.7.5_04-43.33 is installed
OR xen-libs-32bit-4.7.5_04-43.33 is installed
OR xen-tools-4.7.5_04-43.33 is installed
OR xen-tools-domU-4.7.5_04-43.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND Package Information
libdcerpc-binding0-4.4.2-38.20 is installed
OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
OR libdcerpc0-4.4.2-38.20 is installed
OR libdcerpc0-32bit-4.4.2-38.20 is installed
OR libndr-krb5pac0-4.4.2-38.20 is installed
OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
OR libndr-nbt0-4.4.2-38.20 is installed
OR libndr-nbt0-32bit-4.4.2-38.20 is installed
OR libndr-standard0-4.4.2-38.20 is installed
OR libndr-standard0-32bit-4.4.2-38.20 is installed
OR libndr0-4.4.2-38.20 is installed
OR libndr0-32bit-4.4.2-38.20 is installed
OR libnetapi0-4.4.2-38.20 is installed
OR libnetapi0-32bit-4.4.2-38.20 is installed
OR libsamba-credentials0-4.4.2-38.20 is installed
OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
OR libsamba-errors0-4.4.2-38.20 is installed
OR libsamba-errors0-32bit-4.4.2-38.20 is installed
OR libsamba-hostconfig0-4.4.2-38.20 is installed
OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
OR libsamba-passdb0-4.4.2-38.20 is installed
OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
OR libsamba-util0-4.4.2-38.20 is installed
OR libsamba-util0-32bit-4.4.2-38.20 is installed
OR libsamdb0-4.4.2-38.20 is installed
OR libsamdb0-32bit-4.4.2-38.20 is installed
OR libsmbclient0-4.4.2-38.20 is installed
OR libsmbclient0-32bit-4.4.2-38.20 is installed
OR libsmbconf0-4.4.2-38.20 is installed
OR libsmbconf0-32bit-4.4.2-38.20 is installed
OR libsmbldap0-4.4.2-38.20 is installed
OR libsmbldap0-32bit-4.4.2-38.20 is installed
OR libtevent-util0-4.4.2-38.20 is installed
OR libtevent-util0-32bit-4.4.2-38.20 is installed
OR libwbclient0-4.4.2-38.20 is installed
OR libwbclient0-32bit-4.4.2-38.20 is installed
OR samba-4.4.2-38.20 is installed
OR samba-client-4.4.2-38.20 is installed
OR samba-client-32bit-4.4.2-38.20 is installed
OR samba-doc-4.4.2-38.20 is installed
OR samba-libs-4.4.2-38.20 is installed
OR samba-libs-32bit-4.4.2-38.20 is installed
OR samba-winbind-4.4.2-38.20 is installed
OR samba-winbind-32bit-4.4.2-38.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
glibc-2.22-62.13 is installed
OR glibc-32bit-2.22-62.13 is installed
OR glibc-devel-2.22-62.13 is installed
OR glibc-devel-32bit-2.22-62.13 is installed
OR glibc-html-2.22-62.13 is installed
OR glibc-i18ndata-2.22-62.13 is installed
OR glibc-info-2.22-62.13 is installed
OR glibc-locale-2.22-62.13 is installed
OR glibc-locale-32bit-2.22-62.13 is installed
OR glibc-profile-2.22-62.13 is installed
OR glibc-profile-32bit-2.22-62.13 is installed
OR nscd-2.22-62.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND Package Information
gpg2-2.0.24-9.3 is installed
OR gpg2-lang-2.0.24-9.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_120-92_70-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
kgraft-patch-4_4_120-92_70-default-3-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND clamav-0.100.2-33.18 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
cpp48-4.8.5-30 is installed
OR gcc48-4.8.5-30 is installed
OR gcc48-32bit-4.8.5-30 is installed
OR gcc48-c++-4.8.5-30 is installed
OR gcc48-info-4.8.5-30 is installed
OR gcc48-locale-4.8.5-30 is installed
OR libasan0-4.8.5-30 is installed
OR libasan0-32bit-4.8.5-30 is installed
OR libstdc++48-devel-4.8.5-30 is installed
OR libstdc++48-devel-32bit-4.8.5-30 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3-LTSS 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-default-man-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 |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
audit-2.8.1-8.3 is installed
OR audit-audispd-plugins-2.8.1-8.3 is installed
OR audit-secondary-2.8.1-8.3 is installed
OR libaudit1-2.8.1-8.3 is installed
OR libaudit1-32bit-2.8.1-8.3 is installed
OR libauparse0-2.8.1-8.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
audit-2.8.1-8.3 is installed
OR audit-audispd-plugins-2.8.1-8.3 is installed
OR audit-secondary-2.8.1-8.3 is installed
OR libaudit1-2.8.1-8.3 is installed
OR libaudit1-32bit-2.8.1-8.3 is installed
OR libauparse0-2.8.1-8.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
audiofile-0.3.6-11.3 is installed
OR libaudiofile1-0.3.6-11.3 is installed
OR libaudiofile1-32bit-0.3.6-11.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
audiofile-0.3.6-11.3 is installed
OR libaudiofile1-0.3.6-11.3 is installed
OR libaudiofile1-32bit-0.3.6-11.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP4 is installed
AND Package Information
cron-4.2-58 is installed
OR cronie-1.4.11-58 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr3.50-28 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr3.50-28 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.51.8 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.51.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND sudo-1.8.10p3-2.19 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND Package Information
bzip2-1.0.6-30.5 is installed
OR bzip2-doc-1.0.6-30.5 is installed
OR libbz2-1-1.0.6-30.5 is installed
OR libbz2-1-32bit-1.0.6-30.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND icu-52.1-7 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libreoffice-5.1.5.2-29 is installed
OR libreoffice-base-5.1.5.2-29 is installed
OR libreoffice-base-drivers-mysql-5.1.5.2-29 is installed
OR libreoffice-base-drivers-postgresql-5.1.5.2-29 is installed
OR libreoffice-calc-5.1.5.2-29 is installed
OR libreoffice-calc-extensions-5.1.5.2-29 is installed
OR libreoffice-draw-5.1.5.2-29 is installed
OR libreoffice-filters-optional-5.1.5.2-29 is installed
OR libreoffice-gnome-5.1.5.2-29 is installed
OR libreoffice-icon-theme-galaxy-5.1.5.2-29 is installed
OR libreoffice-icon-theme-tango-5.1.5.2-29 is installed
OR libreoffice-impress-5.1.5.2-29 is installed
OR libreoffice-l10n-af-5.1.5.2-29 is installed
OR libreoffice-l10n-ar-5.1.5.2-29 is installed
OR libreoffice-l10n-ca-5.1.5.2-29 is installed
OR libreoffice-l10n-cs-5.1.5.2-29 is installed
OR libreoffice-l10n-da-5.1.5.2-29 is installed
OR libreoffice-l10n-de-5.1.5.2-29 is installed
OR libreoffice-l10n-en-5.1.5.2-29 is installed
OR libreoffice-l10n-es-5.1.5.2-29 is installed
OR libreoffice-l10n-fi-5.1.5.2-29 is installed
OR libreoffice-l10n-fr-5.1.5.2-29 is installed
OR libreoffice-l10n-gu-5.1.5.2-29 is installed
OR libreoffice-l10n-hi-5.1.5.2-29 is installed
OR libreoffice-l10n-hu-5.1.5.2-29 is installed
OR libreoffice-l10n-it-5.1.5.2-29 is installed
OR libreoffice-l10n-ja-5.1.5.2-29 is installed
OR libreoffice-l10n-ko-5.1.5.2-29 is installed
OR libreoffice-l10n-nb-5.1.5.2-29 is installed
OR libreoffice-l10n-nl-5.1.5.2-29 is installed
OR libreoffice-l10n-nn-5.1.5.2-29 is installed
OR libreoffice-l10n-pl-5.1.5.2-29 is installed
OR libreoffice-l10n-pt-BR-5.1.5.2-29 is installed
OR libreoffice-l10n-pt-PT-5.1.5.2-29 is installed
OR libreoffice-l10n-ru-5.1.5.2-29 is installed
OR libreoffice-l10n-sk-5.1.5.2-29 is installed
OR libreoffice-l10n-sv-5.1.5.2-29 is installed
OR libreoffice-l10n-xh-5.1.5.2-29 is installed
OR libreoffice-l10n-zh-Hans-5.1.5.2-29 is installed
OR libreoffice-l10n-zh-Hant-5.1.5.2-29 is installed
OR libreoffice-l10n-zu-5.1.5.2-29 is installed
OR libreoffice-mailmerge-5.1.5.2-29 is installed
OR libreoffice-math-5.1.5.2-29 is installed
OR libreoffice-officebean-5.1.5.2-29 is installed
OR libreoffice-pyuno-5.1.5.2-29 is installed
OR libreoffice-writer-5.1.5.2-29 is installed
OR libreoffice-writer-extensions-5.1.5.2-29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
sane-backends-1.0.24-3 is installed
OR sane-backends-32bit-1.0.24-3 is installed
OR sane-backends-autoconfig-1.0.24-3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libixion-0.12.1-13.2 is installed
OR libixion-0_12-0-0.12.1-13.2 is installed
OR libmwaw-0.3.11-7.5 is installed
OR libmwaw-0_3-3-0.3.11-7.5 is installed
OR liborcus-0.12.1-10.5 is installed
OR liborcus-0_12-0-0.12.1-10.5 is installed
OR libreoffice-5.3.5.2-43.5 is installed
OR libreoffice-base-5.3.5.2-43.5 is installed
OR libreoffice-base-drivers-mysql-5.3.5.2-43.5 is installed
OR libreoffice-base-drivers-postgresql-5.3.5.2-43.5 is installed
OR libreoffice-calc-5.3.5.2-43.5 is installed
OR libreoffice-calc-extensions-5.3.5.2-43.5 is installed
OR libreoffice-draw-5.3.5.2-43.5 is installed
OR libreoffice-filters-optional-5.3.5.2-43.5 is installed
OR libreoffice-gnome-5.3.5.2-43.5 is installed
OR libreoffice-icon-theme-galaxy-5.3.5.2-43.5 is installed
OR libreoffice-icon-theme-tango-5.3.5.2-43.5 is installed
OR libreoffice-impress-5.3.5.2-43.5 is installed
OR libreoffice-l10n-af-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ar-5.3.5.2-43.5 is installed
OR libreoffice-l10n-bg-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ca-5.3.5.2-43.5 is installed
OR libreoffice-l10n-cs-5.3.5.2-43.5 is installed
OR libreoffice-l10n-da-5.3.5.2-43.5 is installed
OR libreoffice-l10n-de-5.3.5.2-43.5 is installed
OR libreoffice-l10n-en-5.3.5.2-43.5 is installed
OR libreoffice-l10n-es-5.3.5.2-43.5 is installed
OR libreoffice-l10n-fi-5.3.5.2-43.5 is installed
OR libreoffice-l10n-fr-5.3.5.2-43.5 is installed
OR libreoffice-l10n-gu-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hi-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hr-5.3.5.2-43.5 is installed
OR libreoffice-l10n-hu-5.3.5.2-43.5 is installed
OR libreoffice-l10n-it-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ja-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ko-5.3.5.2-43.5 is installed
OR libreoffice-l10n-lt-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nb-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nl-5.3.5.2-43.5 is installed
OR libreoffice-l10n-nn-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pl-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pt_BR-5.3.5.2-43.5 is installed
OR libreoffice-l10n-pt_PT-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ro-5.3.5.2-43.5 is installed
OR libreoffice-l10n-ru-5.3.5.2-43.5 is installed
OR libreoffice-l10n-sk-5.3.5.2-43.5 is installed
OR libreoffice-l10n-sv-5.3.5.2-43.5 is installed
OR libreoffice-l10n-uk-5.3.5.2-43.5 is installed
OR libreoffice-l10n-xh-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zh_CN-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zh_TW-5.3.5.2-43.5 is installed
OR libreoffice-l10n-zu-5.3.5.2-43.5 is installed
OR libreoffice-mailmerge-5.3.5.2-43.5 is installed
OR libreoffice-math-5.3.5.2-43.5 is installed
OR libreoffice-officebean-5.3.5.2-43.5 is installed
OR libreoffice-pyuno-5.3.5.2-43.5 is installed
OR libreoffice-writer-5.3.5.2-43.5 is installed
OR libreoffice-writer-extensions-5.3.5.2-43.5 is installed
OR libreofficekit-5.3.5.2-43.5 is installed
OR libstaroffice-0.0.3-4 is installed
OR libstaroffice-0_0-0-0.0.3-4 is installed
OR libzmf-0.0.1-4 is installed
OR libzmf-0_0-0-0.0.1-4 is installed
OR myspell-af_NA-20170511-16.2 is installed
OR myspell-af_ZA-20170511-16.2 is installed
OR myspell-ar-20170511-16.2 is installed
OR myspell-ar_AE-20170511-16.2 is installed
OR myspell-ar_BH-20170511-16.2 is installed
OR myspell-ar_DZ-20170511-16.2 is installed
OR myspell-ar_EG-20170511-16.2 is installed
OR myspell-ar_IQ-20170511-16.2 is installed
OR myspell-ar_JO-20170511-16.2 is installed
OR myspell-ar_KW-20170511-16.2 is installed
OR myspell-ar_LB-20170511-16.2 is installed
OR myspell-ar_LY-20170511-16.2 is installed
OR myspell-ar_MA-20170511-16.2 is installed
OR myspell-ar_OM-20170511-16.2 is installed
OR myspell-ar_QA-20170511-16.2 is installed
OR myspell-ar_SA-20170511-16.2 is installed
OR myspell-ar_SD-20170511-16.2 is installed
OR myspell-ar_SY-20170511-16.2 is installed
OR myspell-ar_TN-20170511-16.2 is installed
OR myspell-ar_YE-20170511-16.2 is installed
OR myspell-be_BY-20170511-16.2 is installed
OR myspell-bg_BG-20170511-16.2 is installed
OR myspell-bn_BD-20170511-16.2 is installed
OR myspell-bn_IN-20170511-16.2 is installed
OR myspell-bs-20170511-16.2 is installed
OR myspell-bs_BA-20170511-16.2 is installed
OR myspell-ca-20170511-16.2 is installed
OR myspell-ca_AD-20170511-16.2 is installed
OR myspell-ca_ES-20170511-16.2 is installed
OR myspell-ca_ES_valencia-20170511-16.2 is installed
OR myspell-ca_FR-20170511-16.2 is installed
OR myspell-ca_IT-20170511-16.2 is installed
OR myspell-cs_CZ-20170511-16.2 is installed
OR myspell-da_DK-20170511-16.2 is installed
OR myspell-de-20170511-16.2 is installed
OR myspell-de_AT-20170511-16.2 is installed
OR myspell-de_CH-20170511-16.2 is installed
OR myspell-de_DE-20170511-16.2 is installed
OR myspell-dictionaries-20170511-16.2 is installed
OR myspell-el_GR-20170511-16.2 is installed
OR myspell-en-20170511-16.2 is installed
OR myspell-en_AU-20170511-16.2 is installed
OR myspell-en_BS-20170511-16.2 is installed
OR myspell-en_BZ-20170511-16.2 is installed
OR myspell-en_CA-20170511-16.2 is installed
OR myspell-en_GB-20170511-16.2 is installed
OR myspell-en_GH-20170511-16.2 is installed
OR myspell-en_IE-20170511-16.2 is installed
OR myspell-en_IN-20170511-16.2 is installed
OR myspell-en_JM-20170511-16.2 is installed
OR myspell-en_MW-20170511-16.2 is installed
OR myspell-en_NA-20170511-16.2 is installed
OR myspell-en_NZ-20170511-16.2 is installed
OR myspell-en_PH-20170511-16.2 is installed
OR myspell-en_TT-20170511-16.2 is installed
OR myspell-en_US-20170511-16.2 is installed
OR myspell-en_ZA-20170511-16.2 is installed
OR myspell-en_ZW-20170511-16.2 is installed
OR myspell-es-20170511-16.2 is installed
OR myspell-es_AR-20170511-16.2 is installed
OR myspell-es_BO-20170511-16.2 is installed
OR myspell-es_CL-20170511-16.2 is installed
OR myspell-es_CO-20170511-16.2 is installed
OR myspell-es_CR-20170511-16.2 is installed
OR myspell-es_CU-20170511-16.2 is installed
OR myspell-es_DO-20170511-16.2 is installed
OR myspell-es_EC-20170511-16.2 is installed
OR myspell-es_ES-20170511-16.2 is installed
OR myspell-es_GT-20170511-16.2 is installed
OR myspell-es_HN-20170511-16.2 is installed
OR myspell-es_MX-20170511-16.2 is installed
OR myspell-es_NI-20170511-16.2 is installed
OR myspell-es_PA-20170511-16.2 is installed
OR myspell-es_PE-20170511-16.2 is installed
OR myspell-es_PR-20170511-16.2 is installed
OR myspell-es_PY-20170511-16.2 is installed
OR myspell-es_SV-20170511-16.2 is installed
OR myspell-es_UY-20170511-16.2 is installed
OR myspell-es_VE-20170511-16.2 is installed
OR myspell-et_EE-20170511-16.2 is installed
OR myspell-fr_BE-20170511-16.2 is installed
OR myspell-fr_CA-20170511-16.2 is installed
OR myspell-fr_CH-20170511-16.2 is installed
OR myspell-fr_FR-20170511-16.2 is installed
OR myspell-fr_LU-20170511-16.2 is installed
OR myspell-fr_MC-20170511-16.2 is installed
OR myspell-gu_IN-20170511-16.2 is installed
OR myspell-he_IL-20170511-16.2 is installed
OR myspell-hi_IN-20170511-16.2 is installed
OR myspell-hr_HR-20170511-16.2 is installed
OR myspell-hu_HU-20170511-16.2 is installed
OR myspell-it_IT-20170511-16.2 is installed
OR myspell-lightproof-en-20170511-16.2 is installed
OR myspell-lightproof-hu_HU-20170511-16.2 is installed
OR myspell-lightproof-pt_BR-20170511-16.2 is installed
OR myspell-lightproof-ru_RU-20170511-16.2 is installed
OR myspell-lo_LA-20170511-16.2 is installed
OR myspell-lt_LT-20170511-16.2 is installed
OR myspell-lv_LV-20170511-16.2 is installed
OR myspell-nb_NO-20170511-16.2 is installed
OR myspell-nl_BE-20170511-16.2 is installed
OR myspell-nl_NL-20170511-16.2 is installed
OR myspell-nn_NO-20170511-16.2 is installed
OR myspell-no-20170511-16.2 is installed
OR myspell-pl_PL-20170511-16.2 is installed
OR myspell-pt_AO-20170511-16.2 is installed
OR myspell-pt_BR-20170511-16.2 is installed
OR myspell-pt_PT-20170511-16.2 is installed
OR myspell-ro-20170511-16.2 is installed
OR myspell-ro_RO-20170511-16.2 is installed
OR myspell-ru_RU-20170511-16.2 is installed
OR myspell-sk_SK-20170511-16.2 is installed
OR myspell-sl_SI-20170511-16.2 is installed
OR myspell-sr-20170511-16.2 is installed
OR myspell-sr_CS-20170511-16.2 is installed
OR myspell-sr_Latn_CS-20170511-16.2 is installed
OR myspell-sr_Latn_RS-20170511-16.2 is installed
OR myspell-sr_RS-20170511-16.2 is installed
OR myspell-sv_FI-20170511-16.2 is installed
OR myspell-sv_SE-20170511-16.2 is installed
OR myspell-te-20170511-16.2 is installed
OR myspell-te_IN-20170511-16.2 is installed
OR myspell-th_TH-20170511-16.2 is installed
OR myspell-uk_UA-20170511-16.2 is installed
OR myspell-vi-20170511-16.2 is installed
OR myspell-vi_VN-20170511-16.2 is installed
OR myspell-zu_ZA-20170511-16.2 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ruby2.1-rubygem-actionpack-4_1-4.1.9-9 is installed
OR rubygem-actionpack-4_1-4.1.9-9 is installed
|