Revision Date: | 2020-12-01 | Version: | 1 |
Title: | Security update for the Linux Kernel (Important) |
Description: |
The SUSE Linux Enterprise 12 SP1 LTSS kernel was updated to receive various security and bugfixes.
The following security bugs were fixed:
- CVE-2017-5715: Systems with microprocessors utilizing speculative execution and indirect branch prediction may allow unauthorized disclosure of information to an attacker with local user access via a side-channel analysis (bnc#1068032).
The previous fix using CPU Microcode has been complemented by building the Linux Kernel with return trampolines aka 'retpolines'.
- CVE-2017-18079: drivers/input/serio/i8042.c allowed attackers to cause a denial of service (NULL pointer dereference and system crash) or possibly have unspecified other impact because the port->exists value can change after it is validated (bnc#1077922). - CVE-2015-1142857: Prevent guests from sending ethernet flow control pause frames via the PF (bnc#1077355). - CVE-2017-17741: KVM allowed attackers to obtain potentially sensitive information from kernel memory, aka a write_mmio stack-based out-of-bounds read (bnc#1073311). - CVE-2017-13215: Prevent elevation of privilege (bnc#1075908). - CVE-2018-1000004: Prevent race condition in the sound system, this could have lead a deadlock and denial of service condition (bnc#1076017). - CVE-2017-17806: The HMAC implementation did not validate that the underlying cryptographic hash algorithm is unkeyed, allowing a local attacker able to use the AF_ALG-based hash interface (CONFIG_CRYPTO_USER_API_HASH) and the SHA-3 hash algorithm (CONFIG_CRYPTO_SHA3) to cause a kernel stack buffer overflow by executing a crafted sequence of system calls that encounter a missing SHA-3 initialization (bnc#1073874). - CVE-2017-17805: The Salsa20 encryption algorithm did not correctly handle zero-length inputs, allowing a local attacker able to use the AF_ALG-based skcipher interface (CONFIG_CRYPTO_USER_API_SKCIPHER) to cause a denial of service (uninitialized-memory free and kernel crash) or have unspecified other impact by executing a crafted sequence of system calls that use the blkcipher_walk API. Both the generic implementation (crypto/salsa20_generic.c) and x86 implementation (arch/x86/crypto/salsa20_glue.c) of Salsa20 were vulnerable (bnc#1073792).
The following non-security bugs were fixed:
- NFS: only invalidate dentrys that are clearly invalid (bsc#1047118). - bcache.txt: standardize document format (bsc#1076110). - bcache: Abstract out stuff needed for sorting (bsc#1076110). - bcache: Add a cond_resched() call to gc (bsc#1076110). - bcache: Add a real GC_MARK_RECLAIMABLE (bsc#1076110). - bcache: Add bch_bkey_equal_header() (bsc#1076110). - bcache: Add bch_btree_keys_u64s_remaining() (bsc#1076110). - bcache: Add bch_keylist_init_single() (bsc#1047626). - bcache: Add btree_insert_node() (bnc#951638). - bcache: Add btree_map() functions (bsc#1047626). - bcache: Add btree_node_write_sync() (bsc#1076110). - bcache: Add explicit keylist arg to btree_insert() (bnc#951638). - bcache: Add make_btree_freeing_key() (bsc#1076110). - bcache: Add on error panic/unregister setting (bsc#1047626). - bcache: Add struct bset_sort_state (bsc#1076110). - bcache: Add struct btree_keys (bsc#1076110). - bcache: Allocate bounce buffers with GFP_NOWAIT (bsc#1076110). - bcache: Avoid deadlocking in garbage collection (bsc#1076110). - bcache: Avoid nested function definition (bsc#1076110). - bcache: Better alloc tracepoints (bsc#1076110). - bcache: Better full stripe scanning (bsc#1076110). - bcache: Bkey indexing renaming (bsc#1076110). - bcache: Break up struct search (bsc#1076110). - bcache: Btree verify code improvements (bsc#1076110). - bcache: Bypass torture test (bsc#1076110). - bcache: Change refill_dirty() to always scan entire disk if necessary (bsc#1076110). - bcache: Clean up cache_lookup_fn (bsc#1076110). - bcache: Clean up keylist code (bnc#951638). - bcache: Convert bch_btree_insert() to bch_btree_map_leaf_nodes() (bsc#1076110). - bcache: Convert bch_btree_read_async() to bch_btree_map_keys() (bsc#1076110). - bcache: Convert btree_insert_check_key() to btree_insert_node() (bnc#951638). - bcache: Convert btree_iter to struct btree_keys (bsc#1076110). - bcache: Convert bucket_wait to wait_queue_head_t (bnc#951638). - bcache: Convert debug code to btree_keys (bsc#1076110). - bcache: Convert gc to a kthread (bsc#1047626). - bcache: Convert sorting to btree_keys (bsc#1076110). - bcache: Convert try_wait to wait_queue_head_t (bnc#951638). - bcache: Convert writeback to a kthread (bsc#1076110). - bcache: Correct return value for sysfs attach errors (bsc#1076110). - bcache: Debug code improvements (bsc#1076110). - bcache: Delete some slower inline asm (bsc#1047626). - bcache: Do bkey_put() in btree_split() error path (bsc#1076110). - bcache: Do not bother with bucket refcount for btree node allocations (bsc#1076110). - bcache: Do not reinvent the wheel but use existing llist API (bsc#1076110). - bcache: Do not return -EINTR when insert finished (bsc#1076110). - bcache: Do not touch bucket gen for dirty ptrs (bsc#1076110). - bcache: Do not use op->insert_collision (bsc#1076110). - bcache: Drop some closure stuff (bsc#1076110). - bcache: Drop unneeded blk_sync_queue() calls (bsc#1047626). - bcache: Explicitly track btree node's parent (bnc#951638). - bcache: Fix a bug recovering from unclean shutdown (bsc#1047626). - bcache: Fix a bug when detaching (bsc#951638). - bcache: Fix a journal replay bug (bsc#1076110). - bcache: Fix a journalling performance bug (bnc#893777). - bcache: Fix a journalling reclaim after recovery bug (bsc#1047626). - bcache: Fix a lockdep splat (bnc#893777). - bcache: Fix a lockdep splat in an error path (bnc#951638). - bcache: Fix a null ptr deref in journal replay (bsc#1047626). - bcache: Fix a race when freeing btree nodes (bsc#1076110). - bcache: Fix a shutdown bug (bsc#951638). - bcache: Fix an infinite loop in journal replay (bsc#1047626). - bcache: Fix another bug recovering from unclean shutdown (bsc#1076110). - bcache: Fix another compiler warning on m68k (bsc#1076110). - bcache: Fix auxiliary search trees for key size greater than cacheline size (bsc#1076110). - bcache: Fix bch_ptr_bad() (bsc#1047626). - bcache: Fix building error on MIPS (bsc#1076110). - bcache: Fix dirty_data accounting (bsc#1076110). - bcache: Fix discard granularity (bsc#1047626). - bcache: Fix flash_dev_cache_miss() for real this time (bsc#1076110). - bcache: Fix for can_attach_cache() (bsc#1047626). - bcache: Fix heap_peek() macro (bsc#1047626). - bcache: Fix leak of bdev reference (bsc#1076110). - bcache: Fix more early shutdown bugs (bsc#951638). - bcache: Fix moving_gc deadlocking with a foreground write (bsc#1076110). - bcache: Fix moving_pred() (bsc#1047626). - bcache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - bcache: Fix to remove the rcu_sched stalls (bsc#1047626). - bcache: Have btree_split() insert into parent directly (bsc#1076110). - bcache: Improve bucket_prio() calculation (bsc#1047626). - bcache: Improve priority_stats (bsc#1047626). - bcache: Incremental gc (bsc#1076110). - bcache: Insert multiple keys at a time (bnc#951638). - bcache: Kill bch_next_recurse_key() (bsc#1076110). - bcache: Kill btree_io_wq (bsc#1076110). - bcache: Kill bucket->gc_gen (bsc#1076110). - bcache: Kill dead cgroup code (bsc#1076110). - bcache: Kill op->cl (bsc#1076110). - bcache: Kill op->replace (bsc#1076110). - bcache: Kill sequential_merge option (bsc#1076110). - bcache: Kill unaligned bvec hack (bsc#1076110). - bcache: Kill unused freelist (bsc#1076110). - bcache: Make bch_keylist_realloc() take u64s, not nptrs (bsc#1076110). - bcache: Make gc wakeup sane, remove set_task_state() (bsc#1076110). - bcache: Minor btree cache fix (bsc#1047626). - bcache: Minor fixes from kbuild robot (bsc#1076110). - bcache: Move insert_fixup() to btree_keys_ops (bsc#1076110). - bcache: Move keylist out of btree_op (bsc#1047626). - bcache: Move sector allocator to alloc.c (bsc#1076110). - bcache: Move some stuff to btree.c (bsc#1076110). - bcache: Move spinlock into struct time_stats (bsc#1076110). - bcache: New writeback PD controller (bsc#1047626). - bcache: PRECEDING_KEY() (bsc#1047626). - bcache: Performance fix for when journal entry is full (bsc#1047626). - bcache: Prune struct btree_op (bsc#1076110). - bcache: Pull on disk data structures out into a separate header (bsc#1076110). - bcache: RESERVE_PRIO is too small by one when prio_buckets() is a power of two (bsc#1076110). - bcache: Really show state of work pending bit (bsc#1076110). - bcache: Refactor bset_tree sysfs stats (bsc#1076110). - bcache: Refactor journalling flow control (bnc#951638). - bcache: Refactor read request code a bit (bsc#1076110). - bcache: Refactor request_write() (bnc#951638). - bcache: Remove deprecated create_workqueue (bsc#1076110). - bcache: Remove redundant block_size assignment (bsc#1047626). - bcache: Remove redundant parameter for cache_alloc() (bsc#1047626). - bcache: Remove redundant set_capacity (bsc#1076110). - bcache: Remove unnecessary check in should_split() (bsc#1076110). - bcache: Remove/fix some header dependencies (bsc#1047626). - bcache: Rename/shuffle various code around (bsc#1076110). - bcache: Rework allocator reserves (bsc#1076110). - bcache: Rework btree cache reserve handling (bsc#1076110). - bcache: Split out sort_extent_cmp() (bsc#1076110). - bcache: Stripe size isn't necessarily a power of two (bnc#893949). - bcache: Trivial error handling fix (bsc#1047626). - bcache: Update continue_at() documentation (bsc#1076110). - bcache: Use a mempool for mergesort temporary space (bsc#1076110). - bcache: Use blkdev_issue_discard() (bnc#951638). - bcache: Use ida for bcache block dev minor (bsc#1047626). - bcache: Use uninterruptible sleep in writeback (bsc#1076110). - bcache: Zero less memory (bsc#1076110). - bcache: add a comment in journal bucket reading (bsc#1076110). - bcache: add mutex lock for bch_is_open (bnc#902893). - bcache: allows use of register in udev to avoid 'device_busy' error (bsc#1047626). - bcache: bcache_write tracepoint was crashing (bsc#1076110). - bcache: bch_(btree|extent)_ptr_invalid() (bsc#1076110). - bcache: bch_allocator_thread() is not freezable (bsc#1047626). - bcache: bch_gc_thread() is not freezable (bsc#1047626). - bcache: bch_writeback_thread() is not freezable (bsc#1076110). - bcache: btree locking rework (bsc#1076110). - bcache: bugfix - gc thread now gets woken when cache is full (bsc#1047626). - bcache: bugfix - moving_gc now moves only correct buckets (bsc#1047626). - bcache: bugfix for race between moving_gc and bucket_invalidate (bsc#1076110). - bcache: check ca->alloc_thread initialized before wake up it (bsc#1076110). - bcache: check return value of register_shrinker (bsc#1076110). - bcache: cleaned up error handling around register_cache() (bsc#1047626). - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device (bsc#1047626). - bcache: correct cache_dirty_target in __update_writeback_rate() (bsc#1076110). - bcache: defensively handle format strings (bsc#1047626). - bcache: do not embed 'return' statements in closure macros (bsc#1076110). - bcache: do not subtract sectors_to_gc for bypassed IO (bsc#1076110). - bcache: do not write back data if reading it failed (bsc#1076110). - bcache: documentation formatting, edited for clarity, stripe alignment notes (bsc#1076110). - bcache: documentation updates and corrections (bsc#1076110). - bcache: explicitly destroy mutex while exiting (bsc#1076110). - bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USED (bsc#1047626). - bcache: fix a comments typo in bch_alloc_sectors() (bsc#1076110). - bcache: fix a livelock when we cause a huge number of cache misses (bsc#1047626). - bcache: fix bch_hprint crash and improve output (bsc#1076110). - bcache: fix crash in bcache_btree_node_alloc_fail tracepoint (bsc#1047626). - bcache: fix crash on shutdown in passthrough mode (bsc#1076110). - bcache: fix for gc and write-back race (bsc#1076110). - bcache: fix for gc and writeback race (bsc#1047626). - bcache: fix for gc crashing when no sectors are used (bsc#1047626). - bcache: fix race of writeback thread starting before complete initialization (bsc#1076110). - bcache: fix sequential large write IO bypass (bsc#1076110). - bcache: fix sparse non static symbol warning (bsc#1076110). - bcache: fix typo in bch_bkey_equal_header (bsc#1076110). - bcache: fix uninterruptible sleep in writeback thread (bsc#1076110). - bcache: fix use-after-free in btree_gc_coalesce() (bsc#1076110). - bcache: fix wrong cache_misses statistics (bsc#1076110). - bcache: gc does not work when triggering by manual command (bsc#1076110). - bcache: implement PI controller for writeback rate (bsc#1076110). - bcache: increase the number of open buckets (bsc#1076110). - bcache: initialize dirty stripes in flash_dev_run() (bsc#1076110). - bcache: kill closure locking code (bsc#1076110). - bcache: kill closure locking usage (bnc#951638). - bcache: kill index() (bsc#1047626). - bcache: kthread do not set writeback task to INTERUPTIBLE (bsc#1076110). - bcache: only permit to recovery read error when cache device is clean (bsc#1076110). - bcache: partition support: add 16 minors per bcacheN device (bsc#1076110). - bcache: pr_err: more meaningful error message when nr_stripes is invalid (bsc#1076110). - bcache: prevent crash on changing writeback_running (bsc#1076110). - bcache: rearrange writeback main thread ratelimit (bsc#1076110). - bcache: recover data from backing when data is clean (bsc#1076110). - bcache: register_bcache(): call blkdev_put() when cache_alloc() fails (bsc#1047626). - bcache: remove nested function usage (bsc#1076110). - bcache: remove unused parameter (bsc#1076110). - bcache: rewrite multiple partitions support (bsc#1076110). - bcache: safeguard a dangerous addressing in closure_queue (bsc#1076110). - bcache: silence static checker warning (bsc#1076110). - bcache: smooth writeback rate control (bsc#1076110). - bcache: stop moving_gc marking buckets that can't be moved (bsc#1047626). - bcache: try to set b->parent properly (bsc#1076110). - bcache: update bch_bkey_try_merge (bsc#1076110). - bcache: update bio->bi_opf bypass/writeback REQ_ flag hints (bsc#1076110). - bcache: update bucket_in_use in real time (bsc#1076110). - bcache: update document info (bsc#1076110). - bcache: use kmalloc to allocate bio in bch_data_verify() (bsc#1076110). - bcache: use kvfree() in various places (bsc#1076110). - bcache: use llist_for_each_entry_safe() in __closure_wake_up() (bsc#1076110). - bcache: wait for buckets when allocating new btree root (bsc#1076110). - bcache: writeback rate clamping: make 32 bit safe (bsc#1076110). - bcache: writeback rate shouldn't artifically clamp (bsc#1076110). - block: bump BLK_DEF_MAX_SECTORS to 2560 (bsc#1073246) - fork: clear thread stack upon allocation (bsc#1077560). - gcov: disable for COMPILE_TEST (bnc#1012382). - kaiser: Set _PAGE_NX only if supported (bnc#1012382, bnc#1076278). - md: more open-coded offset_in_page() (bsc#1076110). - nfsd: do not share group_info among threads (bsc@1070623). - powerpc/64: Add macros for annotating the destination of rfid/hrfid (bsc#1068032, bsc#1077182). - powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNEL (bsc#1068032, bsc#1077182). - powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNEL (bsc#1068032, bsc#1077182). - powerpc/64s: Add EX_SIZE definition for paca exception save areas (bsc#1068032, bsc#1077182). - powerpc/64s: Add support for RFI flush of L1-D cache (bsc#1068032, bsc#1077182). - powerpc/64s: Allow control of RFI flush via debugfs (bsc#1068032, bsc#1077182). - powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL (bsc#1068032, bsc#1077182). - powerpc/64s: Simple RFI macro conversions (bsc#1068032, bsc#1077182). - powerpc/64s: Support disabling RFI flush with no_rfi_flush and nopti (bsc#1068032, bsc#1077182). - powerpc/64s: Wire up cpu_show_meltdown() (bsc#1068032). - powerpc/asm: Allow including ppc_asm.h in asm files (bsc#1068032, bsc#1077182). - powerpc/powernv: Check device-tree for RFI flush settings (bsc#1068032, bsc#1077182). - powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags > wrapper (bsc#1068032, bsc#1077182). - powerpc/pseries: Query hypervisor for RFI flush settings (bsc#1068032, bsc#1077182). - powerpc/pseries: include linux/types.h in asm/hvcall.h (bsc#1068032, bsc#1077182). - powerpc/pseries: rfi-flush: Call setup_rfi_flush() after LPM migration (bsc#1068032, bsc#1077182). - powerpc/rfi-flush: Add DEBUG_RFI config option (bsc#1068032, bsc#1077182). - powerpc/rfi-flush: Move RFI flush fields out of the paca (unbreak kABI) (bsc#1068032, bsc#1077182). - powerpc/rfi-flush: Move the logic to avoid a redo into the sysfs code (bsc#1068032, bsc#1077182). - storvsc: do not assume SG list is continuous when doing bounce buffers (bsc#1075411). - sysfs/cpu: Add vulnerability folder (bnc#1012382). - sysfs: spectre_v2, handle spec_ctrl (bsc#1075994 bsc#1075091). - x86/cpu: Implement CPU vulnerabilites sysfs functions (bnc#1012382). - x86/cpufeatures: Add X86_BUG_CPU_INSECURE (bnc#1012382). - x86/cpufeatures: Add X86_BUG_SPECTRE_V[12] (bnc#1012382). - x86/cpufeatures: Make CPU bugs sticky (bnc#1012382). - x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN (bnc#1012382). - x86/retpolines/spec_ctrl: disable IBRS on !SKL if retpolines are active (bsc#1068032). - x86/spectre_v2: fix ordering in IBRS initialization (bsc#1075994 bsc#1075091). - x86/spectre_v2: nospectre_v2 means nospec too (bsc#1075994 bsc#1075091).
|
Family: | unix | Class: | patch |
Status: | | Reference(s): | 1012382 1047118 1047626 1057460 1068032 1070623 1073246 1073311 1073792 1073874 1074709 1075091 1075411 1075908 1075994 1076017 1076110 1076154 1076278 1076390 1077182 1077355 1077560 1077922 1081317 1082810 1083488 1085018 1092885 1096223 1097356 1098735 1101644 1101645 1101651 1101656 1104668 1107832 1109412 1109413 1109414 1110233 1111996 1112142 1112143 1112144 1112146 1112147 1112152 1112153 1112534 1112535 1113247 1113252 1113255 1116827 1118830 1118831 1120640 1121034 1121035 1121056 1133037 1133131 1133232 1137832 1141619 1141913 1142772 1164860 1167231 1173100 1173576 1173613 1173659 1173661 1173663 1173664 1173665 1173666 1173867 1173869 1173942 1173963 1174117 1174247 893777 893949 902893 929900 951638 955131 966304 CVE-2015-1142857 CVE-2017-13215 CVE-2017-17741 CVE-2017-17805 CVE-2017-17806 CVE-2017-18079 CVE-2017-5715 CVE-2018-1000004 CVE-2018-1000876 CVE-2018-11806 CVE-2018-12539 CVE-2018-12617 CVE-2018-13785 CVE-2018-14633 CVE-2018-1517 CVE-2018-16435 CVE-2018-1656 CVE-2018-17182 CVE-2018-17358 CVE-2018-17359 CVE-2018-17360 CVE-2018-17985 CVE-2018-18309 CVE-2018-18483 CVE-2018-18484 CVE-2018-18605 CVE-2018-18606 CVE-2018-18607 CVE-2018-19931 CVE-2018-19932 CVE-2018-20623 CVE-2018-20651 CVE-2018-20671 CVE-2018-2579 CVE-2018-2582 CVE-2018-2588 CVE-2018-2599 CVE-2018-2602 CVE-2018-2603 CVE-2018-2618 CVE-2018-2633 CVE-2018-2634 CVE-2018-2637 CVE-2018-2641 CVE-2018-2657 CVE-2018-2663 CVE-2018-2677 CVE-2018-2678 CVE-2018-2938 CVE-2018-2940 CVE-2018-2940 CVE-2018-2952 CVE-2018-2952 CVE-2018-2973 CVE-2018-2973 CVE-2018-3136 CVE-2018-3139 CVE-2018-3149 CVE-2018-3169 CVE-2018-3180 CVE-2018-3214 CVE-2018-3639 CVE-2018-3639 CVE-2018-5848 CVE-2018-7566 CVE-2019-0155 CVE-2019-1010006 CVE-2019-1010180 CVE-2019-11459 CVE-2019-12749 CVE-2019-14814 CVE-2019-14815 CVE-2019-14816 CVE-2019-14895 CVE-2019-14901 CVE-2019-16746 CVE-2019-18680 CVE-2019-19447 CVE-2019-9458 CVE-2020-11668 CVE-2020-12402 CVE-2020-12415 CVE-2020-12416 CVE-2020-12417 CVE-2020-12418 CVE-2020-12419 CVE-2020-12420 CVE-2020-12421 CVE-2020-12422 CVE-2020-12423 CVE-2020-12424 CVE-2020-12425 CVE-2020-12426 CVE-2020-13935 CVE-2020-14331 CVE-2020-1935 SUSE-SU-2018:0525-1 SUSE-SU-2018:0694-1 SUSE-SU-2018:0991-1 SUSE-SU-2018:2649-1 SUSE-SU-2018:2973-1 SUSE-SU-2019:0049-1 SUSE-SU-2019:1591-1 SUSE-SU-2019:2080-1 SUSE-SU-2019:2650-1 SUSE-SU-2020:1899-1 SUSE-SU-2020:2491-1 SUSE-SU-2020:2611-1
|
Platform(s): | openSUSE Leap 42.2 SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 SUSE Linux Enterprise Desktop 11 SP2 SUSE Linux Enterprise Desktop 11 SP3 SUSE Linux Enterprise Desktop 11 SP4 SUSE Linux Enterprise Desktop 12 SUSE Linux Enterprise Desktop 12 SP1 SUSE Linux Enterprise Desktop 12 SP2 SUSE Linux Enterprise Desktop 12 SP3 SUSE Linux Enterprise Point of Sale 11 SP3 SUSE Linux Enterprise Real Time Extension 11 SP1 SUSE Linux Enterprise Real Time Extension 11 SP4 SUSE Linux Enterprise Server 11 SUSE Linux Enterprise Server 11 SP1 SUSE Linux Enterprise Server 11 SP1-LTSS SUSE Linux Enterprise Server 11 SP1-TERADATA SUSE Linux Enterprise Server 11 SP2 SUSE Linux Enterprise Server 11 SP2-LTSS SUSE Linux Enterprise Server 11 SP3 SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS SUSE Linux Enterprise Server 11 SP3-LTSS SUSE Linux Enterprise Server 11 SP3-TERADATA SUSE Linux Enterprise Server 11 SP4 SUSE Linux Enterprise Server 12 SUSE Linux Enterprise Server 12 SP1 SUSE Linux Enterprise Server 12 SP1-LTSS SUSE Linux Enterprise Server 12 SP2 SUSE Linux Enterprise Server 12 SP2-BCL SUSE Linux Enterprise Server 12 SP2-ESPOS SUSE Linux Enterprise Server 12 SP2-LTSS SUSE Linux Enterprise Server 12 SP3 SUSE Linux Enterprise Server 12 SP3-BCL SUSE Linux Enterprise Server 12 SP3-ESPOS SUSE Linux Enterprise Server 12 SP3-LTSS SUSE Linux Enterprise Server 12 SP3-TERADATA SUSE Linux Enterprise Server 12 SP4 SUSE Linux Enterprise Server 12 SP5 SUSE Linux Enterprise Server 12-LTSS SUSE Linux Enterprise Server for 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-CLIENT-TOOLS SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 11 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SUSE Linux Enterprise Server for SAP Applications 12 SP1 SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP2 SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3 SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA SUSE Linux Enterprise Server for SAP Applications 12 SP4 SUSE Linux Enterprise Server for SAP Applications 12 SP5 SUSE Linux Enterprise Server for SAP Applications 12-LTSS SUSE Linux Enterprise 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 Linux Enterprise Workstation Extension 12 SP4 SUSE OpenStack Cloud 5 SUSE OpenStack Cloud 6 SUSE Package Hub for SUSE Linux Enterprise 12 SUSE Package Hub for SUSE Linux Enterprise 12 SP1 SUSE Package Hub for SUSE Linux Enterprise 12 SP2 SUSE Package Hub for SUSE Linux Enterprise 12 SP3
| Product(s): | |
Definition Synopsis |
openSUSE Leap 42.2 is installed AND Package Information
bzip2-1.0.6-32.53 is installed
OR libbz2-1-1.0.6-32.53 is installed
OR libbz2-1-32bit-1.0.6-32.53 is installed
OR libbz2-devel-1.0.6-32.53 is installed
|
Definition Synopsis |
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
AND Package Information
python-keystoneclient-1.0.0-16 is installed
OR python-keystoneclient-doc-1.0.0-16 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 11 SP2 is installed
AND Package Information
MozillaFirefox-10.0.11-0.3 is installed
OR MozillaFirefox-translations-10.0.11-0.3 is installed
OR libfreebl3-3.14-0.3 is installed
OR libfreebl3-32bit-3.14-0.3 is installed
OR mozilla-nss-3.14-0.3 is installed
OR mozilla-nss-32bit-3.14-0.3 is installed
OR mozilla-nss-tools-3.14-0.3 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 Package Information
xen-4.4.2_12-23 is installed
OR xen-doc-html-4.4.2_12-23 is installed
OR xen-kmp-default-4.4.2_12_3.0.101_63-23 is installed
OR xen-kmp-pae-4.4.2_12_3.0.101_63-23 is installed
OR xen-libs-4.4.2_12-23 is installed
OR xen-libs-32bit-4.4.2_12-23 is installed
OR xen-tools-4.4.2_12-23 is installed
OR xen-tools-domU-4.4.2_12-23 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 is installed
AND Package Information
libxml2-2-2.9.1-6 is installed
OR libxml2-2-32bit-2.9.1-6 is installed
OR libxml2-tools-2.9.1-6 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP1 is installed
AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-0.6.31-20 is installed
OR libavahi-client3-0.6.31-20 is installed
OR libavahi-client3-32bit-0.6.31-20 is installed
OR libavahi-common3-0.6.31-20 is installed
OR libavahi-common3-32bit-0.6.31-20 is installed
OR libavahi-core7-0.6.31-20 is installed
OR libdns_sd-0.6.31-20 is installed
OR libdns_sd-32bit-0.6.31-20 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP2 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-28.1 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-28.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Desktop 12 SP3 is installed
AND binutils-2.26.1-9.12.1 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Point of Sale 11 SP3 is installed
AND Package Information
java-1_6_0-ibm-1.6.0_sr16.50-85.5 is installed
OR java-1_6_0-ibm-alsa-1.6.0_sr16.50-85.5 is installed
OR java-1_6_0-ibm-devel-1.6.0_sr16.50-85.5 is installed
OR java-1_6_0-ibm-fonts-1.6.0_sr16.50-85.5 is installed
OR java-1_6_0-ibm-jdbc-1.6.0_sr16.50-85.5 is installed
OR java-1_6_0-ibm-plugin-1.6.0_sr16.50-85.5 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP1 is installed
AND ofed-kmp-rt-1.5.2_2.6.33.18_rt31_0.3-0.9.13 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
AND Package Information
kernel-rt-3.0.101.rt130-54 is installed
OR kernel-rt-base-3.0.101.rt130-54 is installed
OR kernel-rt-devel-3.0.101.rt130-54 is installed
OR kernel-rt_trace-3.0.101.rt130-54 is installed
OR kernel-rt_trace-base-3.0.101.rt130-54 is installed
OR kernel-rt_trace-devel-3.0.101.rt130-54 is installed
OR kernel-source-rt-3.0.101.rt130-54 is installed
OR kernel-syms-rt-3.0.101.rt130-54 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
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libmysqlclient15-5.0.96-0.4 is installed
OR libmysqlclient15-32bit-5.0.96-0.4 is installed
OR libmysqlclient15-x86-5.0.96-0.4 is installed
OR libmysqlclient_r15-5.0.96-0.4 is installed
OR mysql-5.0.96-0.4 is installed
OR mysql-Max-5.0.96-0.4 is installed
OR mysql-client-5.0.96-0.4 is installed
OR mysql-tools-5.0.96-0.4 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
gpg2-2.0.9-25.26 is installed
OR gpg2-lang-2.0.9-25.26 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
gpg2-2.0.9-25.26 is installed
OR gpg2-lang-2.0.9-25.26 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
gpg2-2.0.9-25.26 is installed
OR gpg2-lang-2.0.9-25.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
gpg2-2.0.9-25.26 is installed
OR gpg2-lang-2.0.9-25.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
gpg2-2.0.9-25.26 is installed
OR gpg2-lang-2.0.9-25.26 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libsnmp15-5.4.2.1-8.12.10 is installed
OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
OR net-snmp-5.4.2.1-8.12.10 is installed
OR perl-SNMP-5.4.2.1-8.12.10 is installed
OR snmp-mibs-5.4.2.1-8.12.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1 is installed
AND
libcap-progs-2.11-2.17 is installed
OR libcap2-2.11-2.17 is installed
OR libcap2-32bit-2.11-2.17 is installed
OR libcap2-x86-2.11-2.17 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
libcap-progs-2.11-2.17 is installed
OR libcap2-2.11-2.17 is installed
OR libcap2-32bit-2.11-2.17 is installed
OR libcap2-x86-2.11-2.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
libcap-progs-2.11-2.17 is installed
OR libcap2-2.11-2.17 is installed
OR libcap2-32bit-2.11-2.17 is installed
OR libcap2-x86-2.11-2.17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP1 is installed
AND Package Information
OpenEXR-1.6.1-83.17 is installed
OR OpenEXR-32bit-1.6.1-83.17 is installed
OR OpenEXR-x86-1.6.1-83.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
AND
bind-9.6ESVR11W1-0.6 is installed
OR bind-chrootenv-9.6ESVR11W1-0.6 is installed
OR bind-devel-9.6ESVR11W1-0.6 is installed
OR bind-doc-9.6ESVR11W1-0.6 is installed
OR bind-libs-9.6ESVR11W1-0.6 is installed
OR bind-libs-32bit-9.6ESVR11W1-0.6 is installed
OR bind-utils-9.6ESVR11W1-0.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.78.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 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.14 is installed
OR libMagickCore1-6.4.3.6-7.78.14 is installed
OR libMagickCore1-32bit-6.4.3.6-7.78.14 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
apache2-mod_php5-5.2.14-0.7.30.50 is installed
OR php5-5.2.14-0.7.30.50 is installed
OR php5-bcmath-5.2.14-0.7.30.50 is installed
OR php5-bz2-5.2.14-0.7.30.50 is installed
OR php5-calendar-5.2.14-0.7.30.50 is installed
OR php5-ctype-5.2.14-0.7.30.50 is installed
OR php5-curl-5.2.14-0.7.30.50 is installed
OR php5-dba-5.2.14-0.7.30.50 is installed
OR php5-dbase-5.2.14-0.7.30.50 is installed
OR php5-dom-5.2.14-0.7.30.50 is installed
OR php5-exif-5.2.14-0.7.30.50 is installed
OR php5-fastcgi-5.2.14-0.7.30.50 is installed
OR php5-ftp-5.2.14-0.7.30.50 is installed
OR php5-gd-5.2.14-0.7.30.50 is installed
OR php5-gettext-5.2.14-0.7.30.50 is installed
OR php5-gmp-5.2.14-0.7.30.50 is installed
OR php5-hash-5.2.14-0.7.30.50 is installed
OR php5-iconv-5.2.14-0.7.30.50 is installed
OR php5-json-5.2.14-0.7.30.50 is installed
OR php5-ldap-5.2.14-0.7.30.50 is installed
OR php5-mbstring-5.2.14-0.7.30.50 is installed
OR php5-mcrypt-5.2.14-0.7.30.50 is installed
OR php5-mysql-5.2.14-0.7.30.50 is installed
OR php5-odbc-5.2.14-0.7.30.50 is installed
OR php5-openssl-5.2.14-0.7.30.50 is installed
OR php5-pcntl-5.2.14-0.7.30.50 is installed
OR php5-pdo-5.2.14-0.7.30.50 is installed
OR php5-pear-5.2.14-0.7.30.50 is installed
OR php5-pgsql-5.2.14-0.7.30.50 is installed
OR php5-pspell-5.2.14-0.7.30.50 is installed
OR php5-shmop-5.2.14-0.7.30.50 is installed
OR php5-snmp-5.2.14-0.7.30.50 is installed
OR php5-soap-5.2.14-0.7.30.50 is installed
OR php5-suhosin-5.2.14-0.7.30.50 is installed
OR php5-sysvmsg-5.2.14-0.7.30.50 is installed
OR php5-sysvsem-5.2.14-0.7.30.50 is installed
OR php5-sysvshm-5.2.14-0.7.30.50 is installed
OR php5-tokenizer-5.2.14-0.7.30.50 is installed
OR php5-wddx-5.2.14-0.7.30.50 is installed
OR php5-xmlreader-5.2.14-0.7.30.50 is installed
OR php5-xmlrpc-5.2.14-0.7.30.50 is installed
OR php5-xmlwriter-5.2.14-0.7.30.50 is installed
OR php5-xsl-5.2.14-0.7.30.50 is installed
OR php5-zip-5.2.14-0.7.30.50 is installed
OR php5-zlib-5.2.14-0.7.30.50 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libsoup-2_4-1-2.32.2-4.11 is installed
OR libsoup-2_4-1-32bit-2.32.2-4.11 is installed
OR libsoup-2_4-1-x86-2.32.2-4.11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libsoup-2_4-1-2.32.2-4.11 is installed
OR libsoup-2_4-1-32bit-2.32.2-4.11 is installed
OR libsoup-2_4-1-x86-2.32.2-4.11 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
AND
libsoup-2_4-1-2.32.2-4.11 is installed
OR libsoup-2_4-1-32bit-2.32.2-4.11 is installed
OR libsoup-2_4-1-x86-2.32.2-4.11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2 is installed
AND
libvirt-0.9.6-0.29 is installed
OR libvirt-client-0.9.6-0.29 is installed
OR libvirt-client-32bit-0.9.6-0.29 is installed
OR libvirt-doc-0.9.6-0.29 is installed
OR libvirt-python-0.9.6-0.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
AND
libvirt-0.9.6-0.29 is installed
OR libvirt-client-0.9.6-0.29 is installed
OR libvirt-client-32bit-0.9.6-0.29 is installed
OR libvirt-doc-0.9.6-0.29 is installed
OR libvirt-python-0.9.6-0.29 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP2 is installed
AND Package Information
PolicyKit-0.9-14.39 is installed
OR PolicyKit-32bit-0.9-14.39 is installed
OR PolicyKit-doc-0.9-14.39 is installed
OR PolicyKit-x86-0.9-14.39 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-52 is installed
OR libldb1-3.6.3-52 is installed
OR libsmbclient0-3.6.3-52 is installed
OR libsmbclient0-32bit-3.6.3-52 is installed
OR libtalloc2-3.6.3-52 is installed
OR libtalloc2-32bit-3.6.3-52 is installed
OR libtdb1-3.6.3-52 is installed
OR libtdb1-32bit-3.6.3-52 is installed
OR libtevent0-3.6.3-52 is installed
OR libtevent0-32bit-3.6.3-52 is installed
OR libwbclient0-3.6.3-52 is installed
OR libwbclient0-32bit-3.6.3-52 is installed
OR samba-3.6.3-52 is installed
OR samba-32bit-3.6.3-52 is installed
OR samba-client-3.6.3-52 is installed
OR samba-client-32bit-3.6.3-52 is installed
OR samba-doc-3.6.3-52 is installed
OR samba-krb-printing-3.6.3-52 is installed
OR samba-winbind-3.6.3-52 is installed
OR samba-winbind-32bit-3.6.3-52 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
AND
ldapsmb-1.34b-52 is installed
OR libldb1-3.6.3-52 is installed
OR libsmbclient0-3.6.3-52 is installed
OR libsmbclient0-32bit-3.6.3-52 is installed
OR libtalloc2-3.6.3-52 is installed
OR libtalloc2-32bit-3.6.3-52 is installed
OR libtdb1-3.6.3-52 is installed
OR libtdb1-32bit-3.6.3-52 is installed
OR libtevent0-3.6.3-52 is installed
OR libtevent0-32bit-3.6.3-52 is installed
OR libwbclient0-3.6.3-52 is installed
OR libwbclient0-32bit-3.6.3-52 is installed
OR samba-3.6.3-52 is installed
OR samba-32bit-3.6.3-52 is installed
OR samba-client-3.6.3-52 is installed
OR samba-client-32bit-3.6.3-52 is installed
OR samba-doc-3.6.3-52 is installed
OR samba-krb-printing-3.6.3-52 is installed
OR samba-winbind-3.6.3-52 is installed
OR samba-winbind-32bit-3.6.3-52 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
e2fsprogs-1.41.9-2.10.11 is installed
OR libblkid1-2.19.1-6.62 is installed
OR libblkid1-32bit-2.19.1-6.62 is installed
OR libblkid1-x86-2.19.1-6.62 is installed
OR libcom_err2-1.41.9-2.10.11 is installed
OR libcom_err2-32bit-1.41.9-2.10.11 is installed
OR libcom_err2-x86-1.41.9-2.10.11 is installed
OR libext2fs2-1.41.9-2.10.11 is installed
OR libuuid1-2.19.1-6.62 is installed
OR libuuid1-32bit-2.19.1-6.62 is installed
OR libuuid1-x86-2.19.1-6.62 is installed
OR uuid-runtime-2.19.1-6.62 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
libsndfile-1.0.20-2.10 is installed
OR libsndfile-32bit-1.0.20-2.10 is installed
OR libsndfile-x86-1.0.20-2.10 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
libsndfile-1.0.20-2.10 is installed
OR libsndfile-32bit-1.0.20-2.10 is installed
OR libsndfile-x86-1.0.20-2.10 is installed
OR Package Information
SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
AND
libsndfile-1.0.20-2.10 is installed
OR libsndfile-32bit-1.0.20-2.10 is installed
OR libsndfile-x86-1.0.20-2.10 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3 is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
AND
xen-4.2.4_04-0.9 is installed
OR xen-doc-html-4.2.4_04-0.9 is installed
OR xen-doc-pdf-4.2.4_04-0.9 is installed
OR xen-kmp-default-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-kmp-pae-4.2.4_04_3.0.101_0.40-0.9 is installed
OR xen-libs-4.2.4_04-0.9 is installed
OR xen-libs-32bit-4.2.4_04-0.9 is installed
OR xen-tools-4.2.4_04-0.9 is installed
OR xen-tools-domU-4.2.4_04-0.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3 is installed
AND Package Information
fetchmail-6.3.8.90-13.20.19 is installed
OR fetchmailconf-6.3.8.90-13.20.19 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
AND
cobbler-2.2.2-0.68.3 is installed
OR koan-2.2.2-0.68.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
AND Package Information
rhnlib-2.5.84.4-8.1 is installed
OR spacecmd-2.5.5.5-14.1 is installed
OR spacewalk-backend-2.5.24.9-24.1 is installed
OR spacewalk-backend-libs-2.5.24.9-24.1 is installed
OR spacewalk-check-2.5.13.8-23.1 is installed
OR spacewalk-client-setup-2.5.13.8-23.1 is installed
OR spacewalk-client-tools-2.5.13.8-23.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.44 is installed
OR bind-chrootenv-9.9.6P1-0.44 is installed
OR bind-devel-9.9.6P1-0.44 is installed
OR bind-doc-9.9.6P1-0.44 is installed
OR bind-libs-9.9.6P1-0.44 is installed
OR bind-libs-32bit-9.9.6P1-0.44 is installed
OR bind-utils-9.9.6P1-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.44 is installed
OR bind-chrootenv-9.9.6P1-0.44 is installed
OR bind-devel-9.9.6P1-0.44 is installed
OR bind-doc-9.9.6P1-0.44 is installed
OR bind-libs-9.9.6P1-0.44 is installed
OR bind-libs-32bit-9.9.6P1-0.44 is installed
OR bind-utils-9.9.6P1-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
bind-9.9.6P1-0.44 is installed
OR bind-chrootenv-9.9.6P1-0.44 is installed
OR bind-devel-9.9.6P1-0.44 is installed
OR bind-doc-9.9.6P1-0.44 is installed
OR bind-libs-9.9.6P1-0.44 is installed
OR bind-libs-32bit-9.9.6P1-0.44 is installed
OR bind-utils-9.9.6P1-0.44 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
bind-9.9.6P1-0.44 is installed
OR bind-chrootenv-9.9.6P1-0.44 is installed
OR bind-devel-9.9.6P1-0.44 is installed
OR bind-doc-9.9.6P1-0.44 is installed
OR bind-libs-9.9.6P1-0.44 is installed
OR bind-libs-32bit-9.9.6P1-0.44 is installed
OR bind-utils-9.9.6P1-0.44 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.30-47 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.30-47 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.30-47 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.30-47 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
AND
java-1_7_0-ibm-1.7.0_sr9.30-47 is installed
OR java-1_7_0-ibm-alsa-1.7.0_sr9.30-47 is installed
OR java-1_7_0-ibm-jdbc-1.7.0_sr9.30-47 is installed
OR java-1_7_0-ibm-plugin-1.7.0_sr9.30-47 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 11 SP3-LTSS is installed
AND Package Information
xen-4.2.5_21-45.8.1 is installed
OR xen-doc-html-4.2.5_21-45.8.1 is installed
OR xen-doc-pdf-4.2.5_21-45.8.1 is installed
OR xen-kmp-default-4.2.5_21_3.0.101_0.47.105-45.8.1 is installed
OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.105-45.8.1 is installed
OR xen-libs-4.2.5_21-45.8.1 is installed
OR xen-libs-32bit-4.2.5_21-45.8.1 is installed
OR xen-tools-4.2.5_21-45.8.1 is installed
OR xen-tools-domU-4.2.5_21-45.8.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
AND
ImageMagick-6.4.3.6-7.54 is installed
OR libMagickCore1-6.4.3.6-7.54 is installed
OR libMagickCore1-32bit-6.4.3.6-7.54 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 11 SP4 is installed
AND
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
AND
strongswan-4.4.0-6.32 is installed
OR strongswan-doc-4.4.0-6.32 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 is installed
AND
openvpn-2.3.2-11 is installed
OR openvpn-auth-pam-plugin-2.3.2-11 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND
openvpn-2.3.2-11 is installed
OR openvpn-auth-pam-plugin-2.3.2-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 is installed
AND Package Information
alsa-1.0.27.2-11 is installed
OR alsa-docs-1.0.27.2-11 is installed
OR libasound2-1.0.27.2-11 is installed
OR libasound2-32bit-1.0.27.2-11 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1 is installed
AND
libpython3_4m1_0-3.4.5-17 is installed
OR python3-3.4.5-17 is installed
OR python3-base-3.4.5-17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND
libpython3_4m1_0-3.4.5-17 is installed
OR python3-3.4.5-17 is installed
OR python3-base-3.4.5-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1 is installed
AND Package Information
avahi-0.6.31-20 is installed
OR avahi-lang-0.6.31-20 is installed
OR avahi-utils-0.6.31-20 is installed
OR libavahi-client3-0.6.31-20 is installed
OR libavahi-client3-32bit-0.6.31-20 is installed
OR libavahi-common3-0.6.31-20 is installed
OR libavahi-common3-32bit-0.6.31-20 is installed
OR libavahi-core7-0.6.31-20 is installed
OR libdns_sd-0.6.31-20 is installed
OR libdns_sd-32bit-0.6.31-20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND
kernel-default-3.12.74-60.64.82 is installed
OR kernel-default-base-3.12.74-60.64.82 is installed
OR kernel-default-devel-3.12.74-60.64.82 is installed
OR kernel-default-man-3.12.74-60.64.82 is installed
OR kernel-devel-3.12.74-60.64.82 is installed
OR kernel-macros-3.12.74-60.64.82 is installed
OR kernel-source-3.12.74-60.64.82 is installed
OR kernel-syms-3.12.74-60.64.82 is installed
OR kernel-xen-3.12.74-60.64.82 is installed
OR kernel-xen-base-3.12.74-60.64.82 is installed
OR kernel-xen-devel-3.12.74-60.64.82 is installed
OR kgraft-patch-3_12_74-60_64_82-default-1-2.9 is installed
OR kgraft-patch-3_12_74-60_64_82-xen-1-2.9 is installed
OR kgraft-patch-SLE12-SP1_Update_25-1-2.9 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.82 is installed
OR kernel-default-base-3.12.74-60.64.82 is installed
OR kernel-default-devel-3.12.74-60.64.82 is installed
OR kernel-default-man-3.12.74-60.64.82 is installed
OR kernel-devel-3.12.74-60.64.82 is installed
OR kernel-macros-3.12.74-60.64.82 is installed
OR kernel-source-3.12.74-60.64.82 is installed
OR kernel-syms-3.12.74-60.64.82 is installed
OR kernel-xen-3.12.74-60.64.82 is installed
OR kernel-xen-base-3.12.74-60.64.82 is installed
OR kernel-xen-devel-3.12.74-60.64.82 is installed
OR kgraft-patch-3_12_74-60_64_82-default-1-2.9 is installed
OR kgraft-patch-3_12_74-60_64_82-xen-1-2.9 is installed
OR kgraft-patch-SLE12-SP1_Update_25-1-2.9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP1-LTSS is installed
AND Package Information
kgraft-patch-3_12_67-60_64_24-default-6-3.1 is installed
OR kgraft-patch-3_12_67-60_64_24-xen-6-3.1 is installed
OR kgraft-patch-SLE12-SP1_Update_11-6-3.1 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.20-38.12 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.20-38.12 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.20-38.12 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.20-38.12 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.20-38.12 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.20-38.12 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.20-38.12 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.20-38.12 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2 is installed
AND Package Information
DirectFB-1.7.1-6 is installed
OR lib++dfb-1_7-1-1.7.1-6 is installed
OR libdirectfb-1_7-1-1.7.1-6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-BCL is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
AND
libdcerpc-atsvc0-4.2.4-28.29 is installed
OR samba-4.2.4-28.29 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
AND ucode-intel-20180425-13.20 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
AND
java-1_7_1-ibm-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-devel-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.30-38.26 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.30-38.26 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP2-LTSS is installed
AND Package Information
kgraft-patch-4_4_59-92_24-default-10-2 is installed
OR kgraft-patch-SLE12-SP2_Update_9-10-2 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
AND
curl-7.37.0-37.3 is installed
OR libcurl4-7.37.0-37.3 is installed
OR libcurl4-32bit-7.37.0-37.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server 12 SP3 is installed
AND Package Information
aaa_base-13.2+git20140911.61c1681-36 is installed
OR aaa_base-extras-13.2+git20140911.61c1681-36 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP3-BCL 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-BCL 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-ESPOS 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-ESPOS 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-LTSS is installed
AND
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
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
AND
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 |
Release Information
SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
AND
cups-1.7.5-20.17 is installed
OR cups-client-1.7.5-20.17 is installed
OR cups-libs-1.7.5-20.17 is installed
OR cups-libs-32bit-1.7.5-20.17 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
AND
cups-1.7.5-20.17 is installed
OR cups-client-1.7.5-20.17 is installed
OR cups-libs-1.7.5-20.17 is installed
OR cups-libs-32bit-1.7.5-20.17 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
AND
libSoundTouch0-1.7.1-5.6 is installed
OR soundtouch-1.7.1-5.6 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12 SP5 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
AND
java-1_7_1-ibm-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-alsa-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-jdbc-1.7.1_sr4.50-38.41 is installed
OR java-1_7_1-ibm-plugin-1.7.1_sr4.50-38.41 is installed
|
Definition Synopsis |
Release Information
SUSE Linux Enterprise Server 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-3-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_15-3-2 is installed
OR Package Information
SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
AND
kgraft-patch-3_12_60-52_54-default-3-2 is installed
OR kgraft-patch-3_12_60-52_54-xen-3-2 is installed
OR kgraft-patch-SLE12_Update_15-3-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
AND Package Information
libical-1.0.1-16.3 is installed
OR libical1-1.0.1-16.3 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 is installed
AND Package Information
qemu-2.0.2-48.25 is installed
OR qemu-block-curl-2.0.2-48.25 is installed
OR qemu-block-rbd-2.0.2-48.25 is installed
OR qemu-guest-agent-2.0.2-48.25 is installed
OR qemu-ipxe-1.0.0-48.25 is installed
OR qemu-kvm-2.0.2-48.25 is installed
OR qemu-lang-2.0.2-48.25 is installed
OR qemu-seabios-1.7.4-48.25 is installed
OR qemu-sgabios-8-48.25 is installed
OR qemu-tools-2.0.2-48.25 is installed
OR qemu-vgabios-1.7.4-48.25 is installed
OR qemu-x86-2.0.2-48.25 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
AND Package Information
MozillaFirefox-52.2.0esr-108 is installed
OR MozillaFirefox-branding-SLE-52-31 is installed
OR MozillaFirefox-devel-52.2.0esr-108 is installed
OR MozillaFirefox-translations-52.2.0esr-108 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
AND Package Information
kgraft-patch-4_4_103-92_53-default-7-2 is installed
OR kgraft-patch-SLE12-SP2_Update_16-7-2 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 is installed
AND Package Information
flash-player-11.2.202.418-11 is installed
OR flash-player-gnome-11.2.202.418-11 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
AND Package Information
libmysqlclient_r18-10.0.26-9 is installed
OR libmysqlclient_r18-32bit-10.0.26-9 is installed
OR mariadb-10.0.26-9 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
AND Package Information
libmysqlclient_r18-10.0.28-17 is installed
OR libmysqlclient_r18-32bit-10.0.28-17 is installed
OR mariadb-10.0.28-17 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
AND Package Information
libuuid-devel-2.29.2-3.8 is installed
OR util-linux-2.29.2-3.8 is installed
|
Definition Synopsis |
SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
AND Package Information
libwebkit2gtk3-lang-2.24.4-2.47 is installed
OR webkit2gtk3-2.24.4-2.47 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 5 is installed
AND Package Information
ImageMagick-6.4.3.6-7.34.1 is installed
OR libMagickCore1-6.4.3.6-7.34.1 is installed
OR libMagickCore1-32bit-6.4.3.6-7.34.1 is installed
|
Definition Synopsis |
SUSE OpenStack Cloud 6 is installed
AND crowbar-openstack-3.0+git.1456169766.1e60d19-1.1 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 is installed
AND Package Information
libmbedtls9-1.3.19-5 is installed
OR libmbedtls9-32bit-1.3.19-15 is installed
OR mbedtls-1.3.19-5 is installed
OR mbedtls-devel-1.3.19-5 is installed
|
Definition Synopsis |
Release Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND
extra-cmake-modules-5.32.0-7 is installed
OR kauth-5.32.0-6 is installed
OR kauth-devel-5.32.0-6 is installed
OR kauth-devel-32bit-5.45.0-lp150.5 is installed
OR kauth-devel-64bit-5.32.0-6 is installed
OR kcoreaddons-5.32.0-8 is installed
OR kcoreaddons-devel-5.32.0-8 is installed
OR kcoreaddons-devel-64bit-5.32.0-8 is installed
OR kcoreaddons-lang-5.32.0-8 is installed
OR libKF5Auth5-5.32.0-6 is installed
OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
OR libKF5Auth5-64bit-5.32.0-6 is installed
OR libKF5Auth5-lang-5.32.0-6 is installed
OR libKF5CoreAddons5-5.32.0-8 is installed
OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
OR libpolkit-qt5-1-1-0.112.0-5 is installed
OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
OR polkit-qt5-1-0.112.0-5 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND
extra-cmake-modules-5.32.0-7 is installed
OR kauth-5.32.0-6 is installed
OR kauth-devel-5.32.0-6 is installed
OR kauth-devel-32bit-5.45.0-lp150.5 is installed
OR kauth-devel-64bit-5.32.0-6 is installed
OR kcoreaddons-5.32.0-8 is installed
OR kcoreaddons-devel-5.32.0-8 is installed
OR kcoreaddons-devel-64bit-5.32.0-8 is installed
OR kcoreaddons-lang-5.32.0-8 is installed
OR libKF5Auth5-5.32.0-6 is installed
OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
OR libKF5Auth5-64bit-5.32.0-6 is installed
OR libKF5Auth5-lang-5.32.0-6 is installed
OR libKF5CoreAddons5-5.32.0-8 is installed
OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
OR libpolkit-qt5-1-1-0.112.0-5 is installed
OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
OR polkit-qt5-1-0.112.0-5 is installed
OR Package Information
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND
extra-cmake-modules-5.32.0-7 is installed
OR kauth-5.32.0-6 is installed
OR kauth-devel-5.32.0-6 is installed
OR kauth-devel-32bit-5.45.0-lp150.5 is installed
OR kauth-devel-64bit-5.32.0-6 is installed
OR kcoreaddons-5.32.0-8 is installed
OR kcoreaddons-devel-5.32.0-8 is installed
OR kcoreaddons-devel-64bit-5.32.0-8 is installed
OR kcoreaddons-lang-5.32.0-8 is installed
OR libKF5Auth5-5.32.0-6 is installed
OR libKF5Auth5-32bit-5.45.0-lp150.5 is installed
OR libKF5Auth5-64bit-5.32.0-6 is installed
OR libKF5Auth5-lang-5.32.0-6 is installed
OR libKF5CoreAddons5-5.32.0-8 is installed
OR libKF5CoreAddons5-64bit-5.32.0-8 is installed
OR libpolkit-qt5-1-1-0.112.0-5 is installed
OR libpolkit-qt5-1-1-64bit-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-0.112.0-5 is installed
OR libpolkit-qt5-1-devel-64bit-0.112.0-5 is installed
OR polkit-qt5-1-0.112.0-5 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP1 is installed
AND Package Information
libopenjpeg1-1.5.2-6 is installed
OR openjpeg-1.5.2-6 is installed
OR openjpeg-devel-1.5.2-6 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
AND Package Information
ffmpeg-3.4.2-14 is installed
OR libavcodec-devel-3.4.2-14 is installed
OR libavcodec57-3.4.2-14 is installed
OR libavcodec57-32bit-3.4.2-10 is installed
OR libavdevice-devel-3.4.2-14 is installed
OR libavdevice57-3.4.2-14 is installed
OR libavdevice57-32bit-3.4.2-10 is installed
OR libavfilter-devel-3.4.2-14 is installed
OR libavfilter6-3.4.2-14 is installed
OR libavfilter6-32bit-3.4.2-10 is installed
OR libavformat-devel-3.4.2-14 is installed
OR libavformat57-3.4.2-14 is installed
OR libavformat57-32bit-3.4.2-10 is installed
OR libavresample-devel-3.4.2-14 is installed
OR libavresample3-3.4.2-14 is installed
OR libavresample3-32bit-3.4.2-10 is installed
OR libavutil-devel-3.4.2-14 is installed
OR libavutil55-3.4.2-14 is installed
OR libavutil55-32bit-3.4.2-10 is installed
OR libpostproc-devel-3.4.2-14 is installed
OR libpostproc54-3.4.2-14 is installed
OR libpostproc54-32bit-3.4.2-10 is installed
OR libswresample-devel-3.4.2-14 is installed
OR libswresample2-3.4.2-14 is installed
OR libswresample2-32bit-3.4.2-10 is installed
OR libswscale-devel-3.4.2-14 is installed
OR libswscale4-3.4.2-14 is installed
OR libswscale4-32bit-3.4.2-10 is installed
|
Definition Synopsis |
SUSE Package Hub for SUSE Linux Enterprise 12 SP3 is installed
AND Package Information
chromedriver-75.0.3770.142-7 is installed
OR chromium-75.0.3770.142-7 is installed
|