Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 kernel was updated to 3.12.55 to receive various security and bugfixes.
Features added: - A improved XEN blkfront module was added, which allows more I/O bandwidth. (FATE#320625) It is called xen-blkfront in PV, and xen-vbd-upstream in HVM mode.
The following security bugs were fixed: - CVE-2013-7446: Use-after-free vulnerability in net/unix/af_unix.c in the Linux kernel allowed local users to bypass intended AF_UNIX socket permissions or cause a denial of service (panic) via crafted epoll_ctl calls (bnc#955654). - CVE-2015-5707: Integer overflow in the sg_start_req function in drivers/scsi/sg.c in the Linux kernel allowed local users to cause a denial of service or possibly have unspecified other impact via a large iov_count value in a write request (bnc#940338). - CVE-2015-8709: kernel/ptrace.c in the Linux kernel mishandled uid and gid mappings, which allowed local users to gain privileges by establishing a user namespace, waiting for a root process to enter that namespace with an unsafe uid or gid, and then using the ptrace system call. NOTE: the vendor states 'there is no kernel bug here' (bnc#959709 bnc#960561). - CVE-2015-8767: net/sctp/sm_sideeffect.c in the Linux kernel did not properly manage the relationship between a lock and a socket, which allowed local users to cause a denial of service (deadlock) via a crafted sctp_accept call (bnc#961509). - CVE-2015-8785: The fuse_fill_write_pages function in fs/fuse/file.c in the Linux kernel allowed local users to cause a denial of service (infinite loop) via a writev system call that triggers a zero length for the first segment of an iov (bnc#963765). - CVE-2015-8812: A use-after-free flaw was found in the CXGB3 kernel driver when the network was considered to be congested. This could be used by local attackers to cause machine crashes or potentially code executuon (bsc#966437). - CVE-2016-0723: Race condition in the tty_ioctl function in drivers/tty/tty_io.c in the Linux kernel allowed local users to obtain sensitive information from kernel memory or cause a denial of service (use-after-free and system crash) by making a TIOCGETD ioctl call during processing of a TIOCSETD ioctl call (bnc#961500). - CVE-2016-0774: A pipe buffer state corruption after unsuccessful atomic read from pipe was fixed (bsc#964730). - CVE-2016-2069: Race conditions in TLB syncing was fixed which could leak to information leaks (bnc#963767). - CVE-2016-2384: A double-free triggered by invalid USB descriptor in ALSA usb-audio was fixed, which could be exploited by physical local attackers to crash the kernel or gain code execution (bnc#966693).
The following non-security bugs were fixed: - alsa: rawmidi: Make snd_rawmidi_transmit() race-free (bsc#968018). - alsa: seq: Fix leak of pool buffer at concurrent writes (bsc#968018). - be2net: fix some log messages (bnc#855062 FATE#315961, bnc#867583). - block: xen-blkfront: Fix possible NULL ptr dereference (bsc#957986 fate#320625). - btrfs: Add handler for invalidate page (bsc#963193). - btrfs: check prepare_uptodate_page() error code earlier (bnc#966910). - btrfs: delayed_ref: Add new function to record reserved space into delayed ref (bsc#963193). - btrfs: delayed_ref: release and free qgroup reserved at proper timing (bsc#963193). - btrfs: extent_io: Introduce needed structure for recoding set/clear bits (bsc#963193). - btrfs: extent_io: Introduce new function clear_record_extent_bits() (bsc#963193). - btrfs: extent_io: Introduce new function set_record_extent_bits (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_check_data_free_space and btrfs_free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Add new version of btrfs_delalloc_reserve/release_space (bsc#963193). - btrfs: extent-tree: Switch to new check_data_free_space and free_reserved_data_space (bsc#963193). - btrfs: extent-tree: Switch to new delalloc space reserve and release (bsc#963193). - btrfs: fallocate: Add support to accurate qgroup reserve (bsc#963193). - btrfs: fix deadlock between direct IO write and defrag/readpages (bnc#965344). - btrfs: fix invalid page accesses in extent_same (dedup) ioctl (bnc#968230). - btrfs: fix page reading in extent_same ioctl leading to csum errors (bnc#968230). - btrfs: fix warning in backref walking (bnc#966278). - btrfs: qgroup: Add handler for NOCOW and inline (bsc#963193). - btrfs: qgroup: Add new trace point for qgroup data reserve (bsc#963193). - btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook (bsc#963193). - btrfs: qgroup: Check if qgroup reserved space leaked (bsc#963193). - btrfs: qgroup: Cleanup old inaccurate facilities (bsc#963193). - btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans (bsc#963193). - btrfs: qgroup: Fix a rebase bug which will cause qgroup double free (bsc#963193). - btrfs: qgroup: Introduce btrfs_qgroup_reserve_data function (bsc#963193). - btrfs: qgroup: Introduce functions to release/free qgroup reserve data space (bsc#963193). - btrfs: qgroup: Introduce new functions to reserve/free metadata (bsc#963193). - btrfs: qgroup: Use new metadata reservation (bsc#963193). - btrfs: skip locking when searching commit root (bnc#963825). - dcache: use IS_ROOT to decide where dentry is hashed (bsc#949752). - documentation: Document kernel.panic_on_io_nmi sysctl (bsc#940946, bsc#937444). - documentation: Fix build of PDF files in kernel-docs package Double the spaces for tex, and fix buildrequires for docbook. - doc: Use fop for creating PDF files in kernel-docs package as some files still cannot be built with the default backend. - driver core: Add BUS_NOTIFY_REMOVED_DEVICE event (bnc#962965). - drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialising (bsc#957986 fate#320625). - driver: xen-blkfront: move talk_to_blkback to a more suitable place (bsc#957986 fate#320625). - ec2: updated kabi files and start tracking - fs: Improve fairness when locking the per-superblock s_anon list (bsc#957525, bsc#941363). - fs/proc_namespace.c: simplify testing nsp and nsp->mnt_ns (bug#963960). - fuse: break infinite loop in fuse_fill_write_pages() (bsc#963765). - futex: Drop refcount if requeue_pi() acquired the rtmutex (bug#960174). - jbd2: Fix unreclaimed pages after truncate in data=journal mode (bsc#961516). - kabi: Preserve checksum of kvm_x86_ops (bsc#969112). - kABI: protect struct af_alg_type. - kABI: protect struct crypto_ahash. - kABI: reintroduce blk_rq_check_limits. - kabi/severities: Fail on changes in kvm_x86_ops, needed by lttng-modules - kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (bsc#940946, bsc#937444). - kernel: Provide READ_ONCE and ASSIGN_ONCE (bsc#940946, bsc#937444). - kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup (bsc#940946, bsc#937444). - kexec: Fix race between panic() and crash_kexec() (bsc#940946, bsc#937444). - kgr: do not print error for !abort_if_missing symbols (bnc#943989). - kgr: do not use WQ_MEM_RECLAIM workqueue (bnc#963572). - kgr: log when modifying kernel (fate#317827). - kgr: mark some more missed kthreads (bnc#962336). - kgr: usb/storage: do not emit thread awakened (bnc#899908). - kvm: x86: Check dest_map->vector to match eoi signals for rtc (bsc#966471). - kvm: x86: Convert ioapic->rtc_status.dest_map to a struct (bsc#966471). - kvm: x86: store IOAPIC-handled vectors in each VCPU (bsc#966471). - kvm: x86: Track irq vectors in ioapic->rtc_status.dest_map (bsc#966471). - libceph: fix scatterlist last_piece calculation (bsc#963746). - megaraid_sas: Chip reset if driver fails to get IOC ready (bsc#922071). Refresh the patch based on the actual upstream commit, and add the commit ID. - mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone() (VM Functionality, bnc#961588). - module: keep percpu symbols in module's symtab (bsc#962788). - namespaces: Re-introduce task_nsproxy() helper (bug#963960). - namespaces: Use task_lock and not rcu to protect nsproxy (bug#963960). - net: core: Correct an over-stringent device loop detection (bsc#945219). - nfs: Background flush should not be low priority (bsc#955308). - nfsd: Do not start lockd when only NFSv4 is running (fate#316311). - nfs: do not use STABLE writes during writeback (bnc#816099). - nfs: Fix handling of re-write-before-commit for mmapped NFS pages (bsc#964201). - nfs: Move nfsd patch to the right section - nfsv4: Recovery of recalled read delegations is broken (bsc#956514). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - nmi: provide the option to issue an NMI back trace to every cpu but current (bsc#940946, bsc#937444). - panic, x86: Allow CPUs to save registers even if looping in NMI context (bsc#940946, bsc#937444). - panic, x86: Fix re-entrance problem due to panic on NMI (bsc#940946, bsc#937444). - pci: allow access to VPD attributes with size 0 (bsc#959146). - pciback: Check PF instead of VF for PCI_COMMAND_MEMORY. - pciback: Save the number of MSI-X entries to be copied later. - pci: Blacklist vpd access for buggy devices (bsc#959146). - pci: Determine actual VPD size on first access (bsc#959146). - pci: Update VPD definitions (bsc#959146). - perf: Do not modify perf bias performance setting by default at boot (bnc#812259,bsc#959629). - proc: Fix ptrace-based permission checks for accessing task maps. - rpm/constraints.in: Bump disk space requirements up a bit Require 10GB on s390x, 20GB elsewhere. - rpm/kernel-binary.spec.in: Fix build if no UEFI certs are installed - rpm/kernel-binary.spec.in: Fix kernel-vanilla-devel dependency (bsc#959090) - rpm/kernel-binary.spec.in: Fix paths in kernel-vanilla-devel (bsc#959090). - rpm/kernel-binary.spec.in: Install libopenssl-devel for newer sign-file - rpm/kernel-binary.spec.in: Sync the main and -base package dependencies (bsc#965830#c51). - rpm/kernel-binary.spec.in: Use bzip compression to speed up build (bsc#962356) - rpm/kernel-module-subpackage: Fix obsoleting dropped flavors (bsc#968253) - rpm/kernel-source.spec.in: Install kernel-macros for kernel-source-vanilla (bsc#959090) - rpm/kernel-spec-macros: Do not modify the release string in PTFs (bsc#963449) - rpm/package-descriptions: Add kernel-zfcpdump and drop -desktop - sched/fair: Disable tg load_avg/runnable_avg update for root_task_group (bnc#960227). - sched/fair: Move cache hot load_avg/runnable_avg into separate cacheline (bnc#960227). - sched: Fix race between task_group and sched_task_group (Automatic NUMA Balancing (fate#315482)) - scsi: Add sd_mod to initrd modules For some reason PowerVM backend can't work without sd_mod - scsi_dh_alua: Do not block request queue if workqueue is active (bsc#960458). - scsi: fix soft lockup in scsi_remove_target() on module removal (bsc#965199). - scsi: restart list search after unlock in scsi_remove_target (bsc#959257). - series.conf: add section comments - supported.conf: Add e1000e (emulated by VMware) to -base (bsc#968074) - supported.conf: Add Hyper-V modules to -base (bsc#965830) - supported.conf: Add more QEMU and VMware drivers to -base (bsc#965840). - supported.conf: Add more qemu device driver (bsc#968234) - supported.conf: Add mptspi and mptsas to -base (bsc#968206) - supported.conf: Add netfilter modules to base (bsc#950292) - supported.conf: Add nls_iso8859-1 and nls_cp437 to -base (bsc#950292) - supported.conf: Add the qemu scsi driver (sym53c8xx) to -base (bsc#967802) - supported.conf: Add tulip to -base for Hyper-V (bsc#968234) - supported.conf: Add vfat to -base to be able to mount the ESP (bsc#950292). - supported.conf: Add virtio_{blk,net,scsi} to kernel-default-base (bsc#950292) - supported.conf: Add virtio-rng (bsc#966026) - supported.conf: Add xen-blkfront. - supported.conf: Add xfs to -base (bsc#965891) - supported.conf: Also add virtio_pci to kernel-default-base (bsc#950292). - supported.conf: drop +external from ghash-clmulni-intel It was agreed that it does not make sense to maintain 'external' for this specific module. Furthermore it causes problems in rather ordinary VMware environments. (bsc#961971) - supported.conf: Fix usb-common path usb-common moved to its own subdirectory in kernel v3.16, and we backported that change to SLE12. - tcp: Restore RFC5961-compliant behavior for SYN packets (bsc#966864). - usb: Quiet down false peer failure messages (bnc#960629). - x86/apic: Introduce apic_extnmi command line parameter (bsc#940946, bsc#937444). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - x86/nmi: Save regs in crash dump on external NMI (bsc#940946, bsc#937444). - xen: Add /etc/modprobe.d/50-xen.conf selecting Xen frontend driver implementation (bsc#957986, bsc#956084, bsc#961658). - xen-blkfront: allow building in our Xen environment (bsc#957986 fate#320625). - xen, blkfront: factor out flush-related checks from do_blkif_request() (bsc#957986 fate#320625). - xen-blkfront: fix accounting of reqs when migrating (bsc#957986 fate#320625). - xen/blkfront: Fix crash if backend does not follow the right states (bsc#957986 fate#320625). - xen-blkfront: improve aproximation of required grants per request (bsc#957986 fate#320625). - xen/blkfront: improve protection against issuing unsupported REQ_FUA (bsc#957986 fate#320625). - xen/blkfront: remove redundant flush_op (bsc#957986 fate#320625). - xen-blkfront: remove type check from blkfront_setup_discard (bsc#957986 fate#320625). - xen-blkfront: Silence pfn maybe-uninitialized warning (bsc#957986 fate#320625). - xen: Linux 3.12.52. - xen: Refresh patches.xen/xen3-patch-3.9 (bsc#951155). - xen: Refresh patches.xen/xen3-patch-3.9 (do not subvert NX protection during 1:1 mapping setup). - xen-vscsi-large-requests: Fix resource collision for racing request maps and unmaps (bsc#966094). - xen: Xen config files updated to enable upstream block frontend. - xfs: add a few more verifier tests (bsc#947953). - xfs: fix double free in xlog_recover_commit_trans (bsc#947953). - xfs: recovery of XLOG_UNMOUNT_TRANS leaks memory (bsc#947953).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1027565 1028372 1030573 1034674 1034678 1035442 1038505 1038553 1046610 1049483 1052311 1052368 1061081 1067203 1068032 1069708 1070158 1070159 1070160 1070163 1071471 1072193 1074562 1076116 1076180 1077999 1079152 1080635 1080662 1082962 1083382 1083900 1087007 1087012 1087082 1087086 1087095 1087932 1088268 1090036 1092813 1092904 1094033 1094353 1094823 1096140 1096242 1096281 1096480 1096728 1097356 812259 816099 855062 867583 884701 899908 922071 929629 937444 939342 940338 940946 941363 943989 945219 947953 949752 950292 951155 955308 955654 956084 956514 957525 957986 959090 959146 959257 959463 959629 959709 959886 960158 960174 960227 960402 960458 960561 960629 961257 961500 961509 961516 961588 961658 961971 962336 962356 962788 962965 963017 963193 963230 963449 963572 963746 963765 963767 963825 963937 963960 964201 964730 965199 965344 965830 965840 965891 965897 966026 966094 966278 966437 966471 966693 966864 966910 967122 967802 968018 968074 968206 968230 968234 968253 969112 970423 970860 971964 972612 972727 973848 976766 978275 990636 CVE-2013-7446 CVE-2014-8146 CVE-2014-8147 CVE-2014-9770 CVE-2015-3228 CVE-2015-5041 CVE-2015-5707 CVE-2015-7575 CVE-2015-8126 CVE-2015-8472 CVE-2015-8709 CVE-2015-8767 CVE-2015-8785 CVE-2015-8812 CVE-2015-8842 CVE-2016-0402 CVE-2016-0448 CVE-2016-0466 CVE-2016-0475 CVE-2016-0483 CVE-2016-0494 CVE-2016-0723 CVE-2016-0774 CVE-2016-2069 CVE-2016-2384 CVE-2016-3190 CVE-2016-6293 CVE-2016-9840 CVE-2016-9841 CVE-2016-9842 CVE-2016-9843 CVE-2017-0861 CVE-2017-1000112 CVE-2017-1289 CVE-2017-13305 CVE-2017-14952 CVE-2017-15422 CVE-2017-15595 CVE-2017-15868 CVE-2017-16939 CVE-2017-17484 CVE-2017-17563 CVE-2017-17564 CVE-2017-17565 CVE-2017-17566 CVE-2017-18030 CVE-2017-2636 CVE-2017-3509 CVE-2017-3511 CVE-2017-3533 CVE-2017-3539 CVE-2017-3544 CVE-2017-5715 CVE-2017-5753 CVE-2017-5754 CVE-2017-7184 CVE-2017-7533 CVE-2017-7867 CVE-2017-7868 CVE-2018-1000199 CVE-2018-1000204 CVE-2018-1092 CVE-2018-1093 CVE-2018-1094 CVE-2018-1130 CVE-2018-3665 CVE-2018-5683 CVE-2018-5803 CVE-2018-5848 CVE-2018-7492 SUSE-SU-2016:0390-1 SUSE-SU-2016:0785-1 SUSE-SU-2016:0884-1 SUSE-SU-2016:1100-1 SUSE-SU-2016:1351-1 SUSE-SU-2017:0865-1 SUSE-SU-2017:1386-1 SUSE-SU-2017:2042-1 SUSE-SU-2017:2442-1 SUSE-SU-2018:0276-1 SUSE-SU-2018:0609-1 SUSE-SU-2018:1231-1 SUSE-SU-2018:1401-1 SUSE-SU-2018:1761-1
|
Platform(s): | openSUSE Leap 42.1 openSUSE Leap 42.2 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 SP2 SUSE Linux Enterprise Module for Advanced Systems Management 12 SUSE Linux Enterprise Module for Containers 12 SUSE Linux Enterprise Module for Legacy Software 12 SUSE Linux Enterprise Module for Public Cloud 12 SUSE Linux Enterprise Module for Web Scripting 12 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 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-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 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-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12-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-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-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 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-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for 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 OpenStack Cloud 5
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.1 is installed AND Package Information
GraphicsMagick-1.3.21-8.1 is installed
OR GraphicsMagick-devel-1.3.21-8.1 is installed
OR libGraphicsMagick++-Q16-11-1.3.21-8.1 is installed
OR libGraphicsMagick++-devel-1.3.21-8.1 is installed
OR libGraphicsMagick-Q16-3-1.3.21-8.1 is installed
OR libGraphicsMagick3-config-1.3.21-8.1 is installed
OR libGraphicsMagickWand-Q16-2-1.3.21-8.1 is installed
OR perl-GraphicsMagick-1.3.21-8.1 is installed
|
Definition Synopsis |
openSUSE Leap 42.2 is installed
AND autofs-5.0.9-14.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
xorg-x11-Xvnc-7.4-27.70.76 is installed
OR xorg-x11-server-7.4-27.70.76 is installed
OR xorg-x11-server-extra-7.4-27.70.76 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP3 is installed
AND Package Information
curl-7.19.7-1.40 is installed
OR libcurl4-7.19.7-1.40 is installed
OR libcurl4-32bit-7.19.7-1.40 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP4 is installed
AND rsync-3.0.4-2.49.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
bash-4.2-75.2 is installed
OR bash-doc-4.2-75.2 is installed
OR bash-lang-4.2-75.2 is installed
OR libreadline6-6.2-75.2 is installed
OR libreadline6-32bit-6.2-75.2 is installed
OR readline-doc-6.2-75.2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
cups-pk-helper-0.2.5-3.75 is installed
OR cups-pk-helper-lang-0.2.5-3.75 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
alsa-1.0.27.2-11.10 is installed
OR libasound2-1.0.27.2-11.10 is installed
OR libasound2-32bit-1.0.27.2-11.10 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND clamav-0.99.2-32.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise High Availability Extension 11 SP2 is installed
AND Package Information
hawk-0.5.2-0.38 is installed
OR hawk-templates-0.5.2-0.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
AND Package Information
puppet-3.8.5-15.3 is installed
OR puppet-server-3.8.5-15.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Containers 12 is installed
AND sles11sp4-docker-image-1.1.1-20160304104123 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Legacy Software 12 is installed
AND Package Information
cups154-1.5.4-5 is installed
OR cups154-client-1.5.4-5 is installed
OR cups154-filters-1.5.4-5 is installed
OR cups154-libs-1.5.4-5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Public Cloud 12 is installed
AND python-PyYAML-3.10-15 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Module for Web Scripting 12 is installed
AND Package Information
apache2-mod_php5-5.5.14-83 is installed
OR php5-5.5.14-83 is installed
OR php5-bcmath-5.5.14-83 is installed
OR php5-bz2-5.5.14-83 is installed
OR php5-calendar-5.5.14-83 is installed
OR php5-ctype-5.5.14-83 is installed
OR php5-curl-5.5.14-83 is installed
OR php5-dba-5.5.14-83 is installed
OR php5-dom-5.5.14-83 is installed
OR php5-enchant-5.5.14-83 is installed
OR php5-exif-5.5.14-83 is installed
OR php5-fastcgi-5.5.14-83 is installed
OR php5-fileinfo-5.5.14-83 is installed
OR php5-fpm-5.5.14-83 is installed
OR php5-ftp-5.5.14-83 is installed
OR php5-gd-5.5.14-83 is installed
OR php5-gettext-5.5.14-83 is installed
OR php5-gmp-5.5.14-83 is installed
OR php5-iconv-5.5.14-83 is installed
OR php5-imap-5.5.14-83 is installed
OR php5-intl-5.5.14-83 is installed
OR php5-json-5.5.14-83 is installed
OR php5-ldap-5.5.14-83 is installed
OR php5-mbstring-5.5.14-83 is installed
OR php5-mcrypt-5.5.14-83 is installed
OR php5-mysql-5.5.14-83 is installed
OR php5-odbc-5.5.14-83 is installed
OR php5-opcache-5.5.14-83 is installed
OR php5-openssl-5.5.14-83 is installed
OR php5-pcntl-5.5.14-83 is installed
OR php5-pdo-5.5.14-83 is installed
OR php5-pear-5.5.14-83 is installed
OR php5-pgsql-5.5.14-83 is installed
OR php5-phar-5.5.14-83 is installed
OR php5-posix-5.5.14-83 is installed
OR php5-pspell-5.5.14-83 is installed
OR php5-shmop-5.5.14-83 is installed
OR php5-snmp-5.5.14-83 is installed
OR php5-soap-5.5.14-83 is installed
OR php5-sockets-5.5.14-83 is installed
OR php5-sqlite-5.5.14-83 is installed
OR php5-suhosin-5.5.14-83 is installed
OR php5-sysvmsg-5.5.14-83 is installed
OR php5-sysvsem-5.5.14-83 is installed
OR php5-sysvshm-5.5.14-83 is installed
OR php5-tokenizer-5.5.14-83 is installed
OR php5-wddx-5.5.14-83 is installed
OR php5-xmlreader-5.5.14-83 is installed
OR php5-xmlrpc-5.5.14-83 is installed
OR php5-xmlwriter-5.5.14-83 is installed
OR php5-xsl-5.5.14-83 is installed
OR php5-zip-5.5.14-83 is installed
OR php5-zlib-5.5.14-83 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
gpg2-2.0.9-25.33.42.3 is installed
OR gpg2-lang-2.0.9-25.33.42.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 is installed
AND
bzip2-1.0.5-34.253 is installed
OR bzip2-doc-1.0.5-34.253 is installed
OR libbz2-1-1.0.5-34.253 is installed
OR libbz2-1-32bit-1.0.5-34.253 is installed
OR libbz2-1-x86-1.0.5-34.253 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
gnutls-2.4.1-24.39.39 is installed
OR libgnutls-extra26-2.4.1-24.39.39 is installed
OR libgnutls26-2.4.1-24.39.39 is installed
OR libgnutls26-32bit-2.4.1-24.39.39 is installed
OR libgnutls26-x86-2.4.1-24.39.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr10.1-0.3 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr10.1-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libxcrypt-3.0.3-0.6 is installed
OR libxcrypt-32bit-3.0.3-0.6 is installed
OR libxcrypt-x86-3.0.3-0.6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
dbus-1-glib-0.76-34.7 is installed
OR dbus-1-glib-32bit-0.76-34.7 is installed
OR dbus-1-glib-x86-0.76-34.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
MozillaFirefox-31.3.0esr-0.3 is installed
OR MozillaFirefox-translations-31.3.0esr-0.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
curl-7.19.7-1.20.27 is installed
OR libcurl4-7.19.7-1.20.27 is installed
OR libcurl4-32bit-7.19.7-1.20.27 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
curl-7.19.7-1.20.27 is installed
OR libcurl4-7.19.7-1.20.27 is installed
OR libcurl4-32bit-7.19.7-1.20.27 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.37 is installed
OR libMagickCore1-6.4.3.6-7.78.37 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.37 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND openssl-certs-1.95-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND openssl-certs-1.95-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND cifs-utils-5.1-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND cifs-utils-5.1-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND cifs-utils-5.1-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
MozillaFirefox-45.3.0esr-48 is installed
OR MozillaFirefox-branding-SLED-45.0-20 is installed
OR MozillaFirefox-translations-45.3.0esr-48 is installed
OR firefox-fontconfig-2.11.0-4 is installed
OR libfreebl3-3.21.1-26 is installed
OR libfreebl3-32bit-3.21.1-26 is installed
OR mozilla-nspr-4.12-25 is installed
OR mozilla-nspr-32bit-4.12-25 is installed
OR mozilla-nspr-devel-4.12-25 is installed
OR mozilla-nss-3.21.1-26 is installed
OR mozilla-nss-32bit-3.21.1-26 is installed
OR mozilla-nss-devel-3.21.1-26 is installed
OR mozilla-nss-tools-3.21.1-26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
MozillaFirefox-45.3.0esr-48 is installed
OR MozillaFirefox-branding-SLED-45.0-20 is installed
OR MozillaFirefox-translations-45.3.0esr-48 is installed
OR firefox-fontconfig-2.11.0-4 is installed
OR libfreebl3-3.21.1-26 is installed
OR libfreebl3-32bit-3.21.1-26 is installed
OR mozilla-nspr-4.12-25 is installed
OR mozilla-nspr-32bit-4.12-25 is installed
OR mozilla-nspr-devel-4.12-25 is installed
OR mozilla-nss-3.21.1-26 is installed
OR mozilla-nss-32bit-3.21.1-26 is installed
OR mozilla-nss-devel-3.21.1-26 is installed
OR mozilla-nss-tools-3.21.1-26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-46 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-46 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-46 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
java-1_6_0-ibm-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.15-46 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.15-46 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
xen-4.2.3_02-0.7 is installed
OR xen-doc-html-4.2.3_02-0.7 is installed
OR xen-doc-pdf-4.2.3_02-0.7 is installed
OR xen-kmp-default-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-kmp-pae-4.2.3_02_3.0.93_0.8-0.7 is installed
OR xen-libs-4.2.3_02-0.7 is installed
OR xen-libs-32bit-4.2.3_02-0.7 is installed
OR xen-tools-4.2.3_02-0.7 is installed
OR xen-tools-domU-4.2.3_02-0.7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
MozillaFirefox-31.8.0esr-0.13 is installed
OR MozillaFirefox-translations-31.8.0esr-0.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND apache2-mod_jk-1.2.26-1.30.110 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
java-1_6_0-ibm-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.35-78 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.35-78 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
xen-4.2.5_20-24 is installed
OR xen-doc-html-4.2.5_20-24 is installed
OR xen-doc-pdf-4.2.5_20-24 is installed
OR xen-kmp-default-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-kmp-pae-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-libs-4.2.5_20-24 is installed
OR xen-libs-32bit-4.2.5_20-24 is installed
OR xen-tools-4.2.5_20-24 is installed
OR xen-tools-domU-4.2.5_20-24 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
xen-4.2.5_20-24 is installed
OR xen-doc-html-4.2.5_20-24 is installed
OR xen-doc-pdf-4.2.5_20-24 is installed
OR xen-kmp-default-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-kmp-pae-4.2.5_20_3.0.101_0.47.79-24 is installed
OR xen-libs-4.2.5_20-24 is installed
OR xen-libs-32bit-4.2.5_20-24 is installed
OR xen-tools-4.2.5_20-24 is installed
OR xen-tools-domU-4.2.5_20-24 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
ImageMagick-6.4.3.6-7.40.1 is installed
OR libMagickCore1-6.4.3.6-7.40.1 is installed
OR libMagickCore1-32bit-6.4.3.6-7.40.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
wget-1.11.4-1.40 is installed
OR wget-openssl1-1.11.4-1.40 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
wget-1.11.4-1.40 is installed
OR wget-openssl1-1.11.4-1.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND LibVNCServer-0.9.1-159 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND LibVNCServer-0.9.1-159 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP4 is installed
AND Package Information
e2fsprogs-1.41.9-2.14 is installed
OR libcom_err2-1.41.9-2.14 is installed
OR libcom_err2-32bit-1.41.9-2.14 is installed
OR libcom_err2-x86-1.41.9-2.14 is installed
OR libext2fs2-1.41.9-2.14 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.45-26.40 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-26.40 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.45-26.40 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-26.40 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-26.40 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.45-26.40 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.45-26.40 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.45-26.40 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.45-26.40 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.45-26.40 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-19.3 is installed
OR openssh-openssl1-helpers-6.6p1-19.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
AND
openssh-openssl1-6.6p1-19.3 is installed
OR openssh-openssl1-helpers-6.6p1-19.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
kernel-default-3.12.55-52.42 is installed
OR kernel-default-base-3.12.55-52.42 is installed
OR kernel-default-devel-3.12.55-52.42 is installed
OR kernel-default-man-3.12.55-52.42 is installed
OR kernel-devel-3.12.55-52.42 is installed
OR kernel-macros-3.12.55-52.42 is installed
OR kernel-source-3.12.55-52.42 is installed
OR kernel-syms-3.12.55-52.42 is installed
OR kernel-xen-3.12.55-52.42 is installed
OR kernel-xen-base-3.12.55-52.42 is installed
OR kernel-xen-devel-3.12.55-52.42 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
kernel-default-3.12.55-52.42 is installed
OR kernel-default-base-3.12.55-52.42 is installed
OR kernel-default-devel-3.12.55-52.42 is installed
OR kernel-default-man-3.12.55-52.42 is installed
OR kernel-devel-3.12.55-52.42 is installed
OR kernel-macros-3.12.55-52.42 is installed
OR kernel-source-3.12.55-52.42 is installed
OR kernel-syms-3.12.55-52.42 is installed
OR kernel-xen-3.12.55-52.42 is installed
OR kernel-xen-base-3.12.55-52.42 is installed
OR kernel-xen-devel-3.12.55-52.42 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
bash-4.2-75.2 is installed
OR bash-doc-4.2-75.2 is installed
OR libreadline6-6.2-75.2 is installed
OR libreadline6-32bit-6.2-75.2 is installed
OR readline-doc-6.2-75.2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr2.10-7 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
java-1_8_0-ibm-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr2.10-7 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr2.10-7 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.51 is installed
OR kernel-default-base-3.12.74-60.64.51 is installed
OR kernel-default-devel-3.12.74-60.64.51 is installed
OR kernel-default-man-3.12.74-60.64.51 is installed
OR kernel-devel-3.12.74-60.64.51 is installed
OR kernel-macros-3.12.74-60.64.51 is installed
OR kernel-source-3.12.74-60.64.51 is installed
OR kernel-syms-3.12.74-60.64.51 is installed
OR kernel-xen-3.12.74-60.64.51 is installed
OR kernel-xen-base-3.12.74-60.64.51 is installed
OR kernel-xen-devel-3.12.74-60.64.51 is installed
OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.51 is installed
OR kernel-default-base-3.12.74-60.64.51 is installed
OR kernel-default-devel-3.12.74-60.64.51 is installed
OR kernel-default-man-3.12.74-60.64.51 is installed
OR kernel-devel-3.12.74-60.64.51 is installed
OR kernel-macros-3.12.74-60.64.51 is installed
OR kernel-source-3.12.74-60.64.51 is installed
OR kernel-syms-3.12.74-60.64.51 is installed
OR kernel-xen-3.12.74-60.64.51 is installed
OR kernel-xen-base-3.12.74-60.64.51 is installed
OR kernel-xen-devel-3.12.74-60.64.51 is installed
OR kgraft-patch-3_12_74-60_64_51-default-1-2 is installed
OR kgraft-patch-3_12_74-60_64_51-xen-1-2 is installed
OR kgraft-patch-SLE12-SP1_Update_18-1-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
MozillaFirefox-45.5.0esr-88 is installed
OR MozillaFirefox-translations-45.5.0esr-88 is installed
OR libfreebl3-3.21.3-50 is installed
OR libfreebl3-32bit-3.21.3-50 is installed
OR libfreebl3-hmac-3.21.3-50 is installed
OR libfreebl3-hmac-32bit-3.21.3-50 is installed
OR libsoftokn3-3.21.3-50 is installed
OR libsoftokn3-32bit-3.21.3-50 is installed
OR libsoftokn3-hmac-3.21.3-50 is installed
OR libsoftokn3-hmac-32bit-3.21.3-50 is installed
OR mozilla-nss-3.21.3-50 is installed
OR mozilla-nss-32bit-3.21.3-50 is installed
OR mozilla-nss-certs-3.21.3-50 is installed
OR mozilla-nss-certs-32bit-3.21.3-50 is installed
OR mozilla-nss-sysinit-3.21.3-50 is installed
OR mozilla-nss-sysinit-32bit-3.21.3-50 is installed
OR mozilla-nss-tools-3.21.3-50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
MozillaFirefox-45.5.0esr-88 is installed
OR MozillaFirefox-translations-45.5.0esr-88 is installed
OR libfreebl3-3.21.3-50 is installed
OR libfreebl3-32bit-3.21.3-50 is installed
OR libfreebl3-hmac-3.21.3-50 is installed
OR libfreebl3-hmac-32bit-3.21.3-50 is installed
OR libsoftokn3-3.21.3-50 is installed
OR libsoftokn3-32bit-3.21.3-50 is installed
OR libsoftokn3-hmac-3.21.3-50 is installed
OR libsoftokn3-hmac-32bit-3.21.3-50 is installed
OR mozilla-nss-3.21.3-50 is installed
OR mozilla-nss-32bit-3.21.3-50 is installed
OR mozilla-nss-certs-3.21.3-50 is installed
OR mozilla-nss-certs-32bit-3.21.3-50 is installed
OR mozilla-nss-sysinit-3.21.3-50 is installed
OR mozilla-nss-sysinit-32bit-3.21.3-50 is installed
OR mozilla-nss-tools-3.21.3-50 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
libspice-server1-0.12.7-10.3 is installed
OR spice-0.12.7-10.3 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
MozillaFirefox-60.4.0esr-109.55 is installed
OR MozillaFirefox-devel-60.4.0esr-109.55 is installed
OR MozillaFirefox-translations-common-60.4.0esr-109.55 is installed
OR libfreebl3-3.40.1-58.18 is installed
OR libfreebl3-32bit-3.40.1-58.18 is installed
OR libsoftokn3-3.40.1-58.18 is installed
OR libsoftokn3-32bit-3.40.1-58.18 is installed
OR mozilla-nspr-4.20-19.6 is installed
OR mozilla-nspr-32bit-4.20-19.6 is installed
OR mozilla-nss-3.40.1-58.18 is installed
OR mozilla-nss-32bit-3.40.1-58.18 is installed
OR mozilla-nss-certs-3.40.1-58.18 is installed
OR mozilla-nss-certs-32bit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-32bit-3.40.1-58.18 is installed
OR mozilla-nss-tools-3.40.1-58.18 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
MozillaFirefox-60.4.0esr-109.55 is installed
OR MozillaFirefox-devel-60.4.0esr-109.55 is installed
OR MozillaFirefox-translations-common-60.4.0esr-109.55 is installed
OR libfreebl3-3.40.1-58.18 is installed
OR libfreebl3-32bit-3.40.1-58.18 is installed
OR libsoftokn3-3.40.1-58.18 is installed
OR libsoftokn3-32bit-3.40.1-58.18 is installed
OR mozilla-nspr-4.20-19.6 is installed
OR mozilla-nspr-32bit-4.20-19.6 is installed
OR mozilla-nss-3.40.1-58.18 is installed
OR mozilla-nss-32bit-3.40.1-58.18 is installed
OR mozilla-nss-certs-3.40.1-58.18 is installed
OR mozilla-nss-certs-32bit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-3.40.1-58.18 is installed
OR mozilla-nss-sysinit-32bit-3.40.1-58.18 is installed
OR mozilla-nss-tools-3.40.1-58.18 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_120-92_70-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-9-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND
kgraft-patch-4_4_120-92_70-default-9-2 is installed
OR kgraft-patch-SLE12-SP2_Update_20-9-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
libmysqlclient18-10.0.31-29.3 is installed
OR libmysqlclient18-32bit-10.0.31-29.3 is installed
OR mariadb-10.0.31-29.3 is installed
OR mariadb-client-10.0.31-29.3 is installed
OR mariadb-errormessages-10.0.31-29.3 is installed
OR mariadb-tools-10.0.31-29.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
libmysqlclient18-10.0.31-29.3 is installed
OR libmysqlclient18-32bit-10.0.31-29.3 is installed
OR mariadb-10.0.31-29.3 is installed
OR mariadb-client-10.0.31-29.3 is installed
OR mariadb-errormessages-10.0.31-29.3 is installed
OR mariadb-tools-10.0.31-29.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND libspice-server1-0.12.8-1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
AND
glib2-2.48.2-12.15 is installed
OR glib2-lang-2.48.2-12.15 is installed
OR glib2-tools-2.48.2-12.15 is installed
OR libgio-2_0-0-2.48.2-12.15 is installed
OR libgio-2_0-0-32bit-2.48.2-12.15 is installed
OR libglib-2_0-0-2.48.2-12.15 is installed
OR libglib-2_0-0-32bit-2.48.2-12.15 is installed
OR libgmodule-2_0-0-2.48.2-12.15 is installed
OR libgmodule-2_0-0-32bit-2.48.2-12.15 is installed
OR libgobject-2_0-0-2.48.2-12.15 is installed
OR libgobject-2_0-0-32bit-2.48.2-12.15 is installed
OR libgthread-2_0-0-2.48.2-12.15 is installed
OR libgthread-2_0-0-32bit-2.48.2-12.15 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
AND
java-1_8_0-openjdk-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-demo-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-devel-1.8.0.222-27.35 is installed
OR java-1_8_0-openjdk-headless-1.8.0.222-27.35 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-LTSS is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
libpython2_7-1_0-2.7.13-28.31 is installed
OR libpython2_7-1_0-32bit-2.7.13-28.31 is installed
OR python-2.7.13-28.31 is installed
OR python-32bit-2.7.13-28.31 is installed
OR python-base-2.7.13-28.31 is installed
OR python-base-32bit-2.7.13-28.31 is installed
OR python-curses-2.7.13-28.31 is installed
OR python-demo-2.7.13-28.31 is installed
OR python-devel-2.7.13-28.31 is installed
OR python-doc-2.7.13-28.31 is installed
OR python-doc-pdf-2.7.13-28.31 is installed
OR python-gdbm-2.7.13-28.31 is installed
OR python-idle-2.7.13-28.31 is installed
OR python-tk-2.7.13-28.31 is installed
OR python-xml-2.7.13-28.31 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.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 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.20-30.36 is installed
OR java-1_8_0-ibm-alsa-1.8.0_sr5.20-30.36 is installed
OR java-1_8_0-ibm-plugin-1.8.0_sr5.20-30.36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libjavascriptcoregtk-4_0-18-2.24.0-2.38 is installed
OR libwebkit2gtk-4_0-37-2.24.0-2.38 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.24.0-2.38 is installed
OR typelib-1_0-WebKit2-4_0-2.24.0-2.38 is installed
OR webkit2gtk-4_0-injected-bundles-2.24.0-2.38 is installed
OR webkit2gtk3-2.24.0-2.38 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libjavascriptcoregtk-4_0-18-2.24.0-2.38 is installed
OR libwebkit2gtk-4_0-37-2.24.0-2.38 is installed
OR typelib-1_0-JavaScriptCore-4_0-2.24.0-2.38 is installed
OR typelib-1_0-WebKit2-4_0-2.24.0-2.38 is installed
OR webkit2gtk-4_0-injected-bundles-2.24.0-2.38 is installed
OR webkit2gtk3-2.24.0-2.38 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12-LTSS is installed
AND Package Information
ctdb-4.2.4-18.35 is installed
OR libdcerpc-binding0-4.2.4-18.35 is installed
OR libdcerpc-binding0-32bit-4.2.4-18.35 is installed
OR libdcerpc0-4.2.4-18.35 is installed
OR libdcerpc0-32bit-4.2.4-18.35 is installed
OR libgensec0-4.2.4-18.35 is installed
OR libgensec0-32bit-4.2.4-18.35 is installed
OR libndr-krb5pac0-4.2.4-18.35 is installed
OR libndr-krb5pac0-32bit-4.2.4-18.35 is installed
OR libndr-nbt0-4.2.4-18.35 is installed
OR libndr-nbt0-32bit-4.2.4-18.35 is installed
OR libndr-standard0-4.2.4-18.35 is installed
OR libndr-standard0-32bit-4.2.4-18.35 is installed
OR libndr0-4.2.4-18.35 is installed
OR libndr0-32bit-4.2.4-18.35 is installed
OR libnetapi0-4.2.4-18.35 is installed
OR libnetapi0-32bit-4.2.4-18.35 is installed
OR libregistry0-4.2.4-18.35 is installed
OR libsamba-credentials0-4.2.4-18.35 is installed
OR libsamba-credentials0-32bit-4.2.4-18.35 is installed
OR libsamba-hostconfig0-4.2.4-18.35 is installed
OR libsamba-hostconfig0-32bit-4.2.4-18.35 is installed
OR libsamba-passdb0-4.2.4-18.35 is installed
OR libsamba-passdb0-32bit-4.2.4-18.35 is installed
OR libsamba-util0-4.2.4-18.35 is installed
OR libsamba-util0-32bit-4.2.4-18.35 is installed
OR libsamdb0-4.2.4-18.35 is installed
OR libsamdb0-32bit-4.2.4-18.35 is installed
OR libsmbclient-raw0-4.2.4-18.35 is installed
OR libsmbclient-raw0-32bit-4.2.4-18.35 is installed
OR libsmbclient0-4.2.4-18.35 is installed
OR libsmbclient0-32bit-4.2.4-18.35 is installed
OR libsmbconf0-4.2.4-18.35 is installed
OR libsmbconf0-32bit-4.2.4-18.35 is installed
OR libsmbldap0-4.2.4-18.35 is installed
OR libsmbldap0-32bit-4.2.4-18.35 is installed
OR libtevent-util0-4.2.4-18.35 is installed
OR libtevent-util0-32bit-4.2.4-18.35 is installed
OR libwbclient0-4.2.4-18.35 is installed
OR libwbclient0-32bit-4.2.4-18.35 is installed
OR samba-4.2.4-18.35 is installed
OR samba-32bit-4.2.4-18.35 is installed
OR samba-client-4.2.4-18.35 is installed
OR samba-client-32bit-4.2.4-18.35 is installed
OR samba-doc-4.2.4-18.35 is installed
OR samba-libs-4.2.4-18.35 is installed
OR samba-libs-32bit-4.2.4-18.35 is installed
OR samba-winbind-4.2.4-18.35 is installed
OR samba-winbind-32bit-4.2.4-18.35 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
apache-commons-beanutils-1.9.2-1 is installed
OR apache-commons-beanutils-javadoc-1.9.2-1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND Package Information
compat-openssl097g-0.9.7g-146.22.44 is installed
OR compat-openssl097g-32bit-0.9.7g-146.22.44 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
postgresql93-9.3.18-25.5 is installed
OR postgresql93-contrib-9.3.18-25.5 is installed
OR postgresql93-docs-9.3.18-25.5 is installed
OR postgresql93-server-9.3.18-25.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND clamav-0.99.2-32 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kernel-firmware-20170530-21.22 is installed
OR ucode-amd-20170530-21.22 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
AND Package Information
GraphicsMagick-1.2.5-4.33 is installed
OR libGraphicsMagick2-1.2.5-4.33 is installed
OR perl-GraphicsMagick-1.2.5-4.33 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
AND Package Information
git-1.7.12.4-0.9 is installed
OR git-arch-1.7.12.4-0.9 is installed
OR git-core-1.7.12.4-0.9 is installed
OR git-cvs-1.7.12.4-0.9 is installed
OR git-daemon-1.7.12.4-0.9 is installed
OR git-email-1.7.12.4-0.9 is installed
OR git-gui-1.7.12.4-0.9 is installed
OR git-svn-1.7.12.4-0.9 is installed
OR git-web-1.7.12.4-0.9 is installed
OR gitk-1.7.12.4-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
AND Package Information
libcgroup-devel-0.41.rc1-2 is installed
OR libcgroup1-0.41.rc1-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
kernel-default-3.12.38-44.1 is installed
OR kernel-default-extra-3.12.38-44.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND libvirt-client-32bit-1.2.18.1-4 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libmysqlclient_r18-10.0.33-29.13.1 is installed
OR libmysqlclient_r18-32bit-10.0.33-29.13.1 is installed
OR mariadb-10.0.33-29.13.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND argyllcms-1.6.3-3 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
bind-9.9.6P1-0.27.1 is installed
OR bind-chrootenv-9.9.6P1-0.27.1 is installed
OR bind-doc-9.9.6P1-0.27.1 is installed
OR bind-libs-9.9.6P1-0.27.1 is installed
OR bind-libs-32bit-9.9.6P1-0.27.1 is installed
OR bind-utils-9.9.6P1-0.27.1 is installed
|