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


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

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

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

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


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

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

Please also check with your CPU / Hardware vendor on updated firmware
or BIOS images regarding this issue.

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


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

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

Note that this is only done on affected platforms.

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

Also the following unrelated security bugs were fixed:

- CVE-2017-17806: The HMAC implementation (crypto/hmac.c) in the Linux kernel 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 in the Linux kernel 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:

- Add undefine _unique_build_ids (bsc#964063)
- Always sign validate_negotiate_info reqs (bsc#1071009, fate#324404).
- apei / ERST: Fix missing error handling in erst_reader() (bsc#1072556).
- arm: Hide finish_arch_post_lock_switch() from modules (bsc#1068032).
- autofs: fix careless error in recent commit (bnc#1012382 bsc#1065180).
- bpf: prevent speculative execution in eBPF interpreter (bnc#1068032).
- carl9170: prevent speculative execution (bnc#1068032).
- Check cmdline_find_option() retval properly and use boot_cpu_has().
- cw1200: prevent speculative execution (bnc#1068032).
- e1000e: Avoid receiver overrun interrupt bursts (bsc#969470 FATE#319819).
- e1000e: Fix e1000_check_for_copper_link_ich8lan return value (bsc#1073809).
- Fix leak of validate_negotiate_info resp (bsc#1071009, fate#324404).
- Fix NULL pointer deref in SMB2_tcon() (bsc#1071009, fate#324404).
- Fix validate_negotiate_info uninitialized mem (bsc#1071009, fate#324404).
- fs: prevent speculative execution (bnc#1068032).
- genwqe: Take R/W permissions into account when dealing with memory pages (bsc#1073090).
- ibmvnic: Include header descriptor support for ARP packets (bsc#1073912).
- ibmvnic: Increase maximum number of RX/TX queues (bsc#1073912).
- ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES (bsc#1073912).
- ipv6: prevent speculative execution (bnc#1068032).
- kaiser: add 'nokaiser' boot option, using ALTERNATIVE.
- kaiser: align addition to x86/mm/Makefile.
- kaiser: asm/tlbflush.h handle noPGE at lower level.
- kaiser: cleanups while trying for gold link.
- kaiser: Disable on Xen PV.
- kaiser: do not set _PAGE_NX on pgd_none.
- kaiser: drop is_atomic arg to kaiser_pagetable_walk().
- kaiser: enhanced by kernel and user PCIDs.
- kaiser: ENOMEM if kaiser_pagetable_walk() NULL.
- kaiser: fix build and FIXME in alloc_ldt_struct().
- kaiser: fix perf crashes.
- kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER.
- kaiser: fix unlikely error in alloc_ldt_struct().
- kaiser: KAISER depends on SMP.
- kaiser: kaiser_flush_tlb_on_return_to_user() check PCID.
- kaiser: kaiser_remove_mapping() move along the pgd.
- kaiser: Kernel Address Isolation.
- kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush.
- kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user.
- kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET.
- kaiser: paranoid_entry pass cr3 need to paranoid_exit.
- kaiser: PCID 0 for kernel and 128 for user.
- kaiser: _pgd_alloc() without __GFP_REPEAT to avoid stalls.
- kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZE.
- kaiser: tidied up asm/kaiser.h somewhat.
- kaiser: tidied up kaiser_add/remove_mapping slightly.
- kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush.
- kaiser: vmstat show NR_KAISERTABLE as nr_overhead.
- kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user.
- kvm: SVM: Do not intercept new speculative control MSRs (bsc#1068032).
- kvm: x86: Add speculative control CPUID support for guests (bsc#1068032).
- locking/barriers: introduce new memory barrier gmb() (bnc#1068032).
- mm/mmu_context, sched/core: Fix mmu_context.h assumption (bsc#1068032).
- net: mpls: prevent speculative execution (bnc#1068032).
- nfs: revalidate '.' etc correctly on 'open' (bsc#1068951).
- nfs: revalidate '.' etc correctly on 'open' (git-fixes). Fix References tag.
- nfsv4: always set NFS_LOCK_LOST when a lock is lost (bsc#1068951).
- p54: prevent speculative execution (bnc#1068032).
- powerpc/barrier: add gmb.
- powerpc: Secure memory rfi flush (bsc#1068032).
- ptrace: Add a new thread access check (bsc#1068032).
- qla2xxx: prevent speculative execution (bnc#1068032).
- Redo encryption backport to fix pkt signing (bsc#1071009, fate#324404).
- s390: add ppa to system call and program check path (bsc#1068032).
- s390: introduce CPU alternatives.
- s390: introduce CPU alternatives (bsc#1068032).
- s390/spinlock: add gmb memory barrier
- s390/spinlock: add gmb memory barrier (bsc#1068032).
- s390/spinlock: add ppa to system call path Signoff the s390 patches.
- sched/core: Add switch_mm_irqs_off() and use it in the scheduler (bsc#1068032).
- sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() (bsc#1068032).
- scsi_dh_alua: skip RTPG for devices only supporting active/optimized (bsc#1064311).
- scsi_scan: Exit loop if TUR to LUN0 fails with 0x05/0x25 (bsc#1063043). This is specific to FUJITSU ETERNUS_DX* targets. They can return 'Illegal Request - Logical unit not supported' and processing should leave the timeout loop in this case.
- scsi: ses: check return code from ses_recv_diag() (bsc#1039616).
- scsi: ses: Fixup error message 'failed to get diagnostic page 0xffffffea' (bsc#1039616).
- scsi: ses: Fix wrong page error (bsc#1039616).
- scsi: ses: make page2 support optional (bsc#1039616).
- Thermal/int340x: prevent speculative execution (bnc#1068032).
- udf: prevent speculative execution (bnc#1068032).
- Update config files: enable KAISER.
- usb: host: fix incorrect updating of offset (bsc#1047487).
- userns: prevent speculative execution (bnc#1068032).
- uvcvideo: prevent speculative execution (bnc#1068032).
- vxlan: correctly handle ipv6.disable module parameter (bsc#1072962).
- x86/boot: Add early cmdline parsing for options with arguments.
- x86/CPU/AMD: Add speculative control support for AMD (bsc#1068032).
- x86/CPU/AMD: Make the LFENCE instruction serialized (bsc#1068032).
- x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032).
- x86/CPU: Check speculation control CPUID bit (bsc#1068032).
- x86/enter: Add macros to set/clear IBRS and set IBPB (bsc#1068032).
- x86/entry: Add a function to overwrite the RSB (bsc#1068032).
- x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032).
- x86/entry: Use IBRS on entry to kernel space (bsc#1068032).
- x86/feature: Enable the x86 feature to control Speculation (bsc#1068032).
- x86/idle: Disable IBRS when offlining a CPU and re-enable on wakeup (bsc#1068032).
- x86/idle: Toggle IBRS when going idle (bsc#1068032).
- x86/kaiser: Check boottime cmdline params.
- x86/kaiser: Move feature detection up (bsc#1068032).
- x86/kaiser: Reenable PARAVIRT.
- x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling.
- x86/kvm: Add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032).
- x86/kvm: Flush IBP when switching VMs (bsc#1068032).
- x86/kvm: Pad RSB on VM transition (bsc#1068032).
- x86/kvm: Toggle IBRS on VM entry and exit (bsc#1068032).
- x86/mm/64: Fix reboot interaction with CR4.PCIDE (bsc#1068032).
- x86/mm: Add a 'noinvpcid' boot option to turn off INVPCID (bsc#1068032).
- x86/mm: Add INVPCID helpers (bsc#1068032).
- x86/mm: Add the 'nopcid' boot option to turn off PCID (bsc#1068032).
- x86/mm: Build arch/x86/mm/tlb.c even on !SMP (bsc#1068032).
- x86/mm: Enable CR4.PCIDE on supported systems (bsc#1068032).
- x86/mm: Fix INVPCID asm constraint (bsc#1068032).
- x86/mm: If INVPCID is available, use it to flush global mappings (bsc#1068032).
- x86/mm: Make flush_tlb_mm_range() more predictable (bsc#1068032).
- x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032).
- x86/mm: Reimplement flush_tlb_page() using flush_tlb_mm_range() (bsc#1068032).
- x86/mm: Remove flush_tlb() and flush_tlb_current_task() (bsc#1068032).
- x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP code (bsc#1068032).
- x86/mm, sched/core: Turn off IRQs in switch_mm() (bsc#1068032).
- x86/mm, sched/core: Uninline switch_mm() (bsc#1068032).
- x86/mm: Set IBPB upon context switch (bsc#1068032).
- x86/MSR: Move native_*msr(.. u64) to msr.h (bsc#1068032).
- x86/paravirt: Dont patch flush_tlb_single (bsc#1068032).
- x86/spec: Add IBRS control functions (bsc#1068032).
- x86/spec: Add 'nospec' chicken bit (bsc#1068032).
- x86/spec: Check CPUID direclty post microcode reload to support IBPB feature (bsc#1068032).
- x86/spec_ctrl: Add an Indirect Branch Predictor barrier (bsc#1068032).
- x86/spec_ctrl: Check whether IBPB is enabled before using it (bsc#1068032).
- x86/spec_ctrl: Check whether IBRS is enabled before using it (bsc#1068032).
- x86/svm: Add code to clear registers on VM exit (bsc#1068032).
- x86/svm: Clobber the RSB on VM exit (bsc#1068032).
- x86/svm: Set IBPB when running a different VCPU (bsc#1068032).
- x86/svm: Set IBRS value on VM entry and exit (bsc#1068032).
Family:unixClass:patch
Status:Reference(s):1012382
1039616
1047487
1057389
1063043
1064311
1065180
1068032
1068951
1071009
1072556
1072962
1073090
1073792
1073809
1073874
1073912
964063
969470
CVE-2006-4182
CVE-2006-5295
CVE-2006-5793
CVE-2006-5874
CVE-2007-0897
CVE-2007-0898
CVE-2007-1745
CVE-2007-1997
CVE-2007-2788
CVE-2007-2789
CVE-2007-3004
CVE-2007-3005
CVE-2007-3655
CVE-2007-3698
CVE-2007-3922
CVE-2007-4381
CVE-2007-4769
CVE-2007-4772
CVE-2007-5232
CVE-2007-5236
CVE-2007-5238
CVE-2007-5239
CVE-2007-5240
CVE-2007-5273
CVE-2007-5274
CVE-2007-6067
CVE-2007-6335
CVE-2007-6336
CVE-2007-6337
CVE-2007-6595
CVE-2007-6596
CVE-2007-6600
CVE-2007-6601
CVE-2008-0007
CVE-2008-0009
CVE-2008-0010
CVE-2008-0318
CVE-2008-0728
CVE-2008-1100
CVE-2008-1187
CVE-2008-1189
CVE-2008-1190
CVE-2008-1192
CVE-2008-1195
CVE-2008-1196
CVE-2008-1375
CVE-2008-1669
CVE-2008-1673
CVE-2008-1675
CVE-2008-2713
CVE-2008-3104
CVE-2008-3112
CVE-2008-3113
CVE-2008-3114
CVE-2008-3528
CVE-2008-3831
CVE-2008-3964
CVE-2008-4311
CVE-2008-5079
CVE-2008-5182
CVE-2008-5300
CVE-2008-5907
CVE-2008-6218
CVE-2009-0029
CVE-2009-0040
CVE-2009-0196
CVE-2009-0583
CVE-2009-0584
CVE-2009-0792
CVE-2009-1720
CVE-2009-1721
CVE-2009-2042
CVE-2009-3555
CVE-2009-3627
CVE-2009-3939
CVE-2009-4026
CVE-2009-4027
CVE-2009-4034
CVE-2009-4131
CVE-2009-4136
CVE-2009-4138
CVE-2009-4536
CVE-2009-4537
CVE-2009-4538
CVE-2009-5063
CVE-2010-0084
CVE-2010-0085
CVE-2010-0087
CVE-2010-0088
CVE-2010-0089
CVE-2010-0091
CVE-2010-0095
CVE-2010-0205
CVE-2010-0405
CVE-2010-0415
CVE-2010-0442
CVE-2010-0622
CVE-2010-0623
CVE-2010-0839
CVE-2010-0840
CVE-2010-0841
CVE-2010-0842
CVE-2010-0843
CVE-2010-0844
CVE-2010-0846
CVE-2010-0847
CVE-2010-0848
CVE-2010-0849
CVE-2010-1146
CVE-2010-1169
CVE-2010-1170
CVE-2010-1173
CVE-2010-1205
CVE-2010-1321
CVE-2010-1437
CVE-2010-1641
CVE-2010-1869
CVE-2010-2066
CVE-2010-2249
CVE-2010-2798
CVE-2010-2803
CVE-2010-2942
CVE-2010-2943
CVE-2010-2946
CVE-2010-2954
CVE-2010-2955
CVE-2010-2959
CVE-2010-2960
CVE-2010-2962
CVE-2010-2963
CVE-2010-3015
CVE-2010-3078
CVE-2010-3079
CVE-2010-3080
CVE-2010-3081
CVE-2010-3084
CVE-2010-3296
CVE-2010-3297
CVE-2010-3298
CVE-2010-3301
CVE-2010-3310
CVE-2010-3433
CVE-2010-3437
CVE-2010-3541
CVE-2010-3548
CVE-2010-3549
CVE-2010-3551
CVE-2010-3553
CVE-2010-3556
CVE-2010-3557
CVE-2010-3562
CVE-2010-3565
CVE-2010-3568
CVE-2010-3569
CVE-2010-3571
CVE-2010-3572
CVE-2010-3574
CVE-2010-3699
CVE-2010-3705
CVE-2010-3861
CVE-2010-3873
CVE-2010-3874
CVE-2010-3875
CVE-2010-3876
CVE-2010-3877
CVE-2010-3880
CVE-2010-3881
CVE-2010-4014
CVE-2010-4015
CVE-2010-4072
CVE-2010-4073
CVE-2010-4075
CVE-2010-4076
CVE-2010-4077
CVE-2010-4082
CVE-2010-4083
CVE-2010-4157
CVE-2010-4158
CVE-2010-4160
CVE-2010-4162
CVE-2010-4163
CVE-2010-4164
CVE-2010-4165
CVE-2010-4169
CVE-2010-4175
CVE-2010-4243
CVE-2010-4251
CVE-2010-4258
CVE-2010-4342
CVE-2010-4476
CVE-2010-4529
CVE-2010-4656
CVE-2010-4668
CVE-2011-0521
CVE-2011-0710
CVE-2011-0711
CVE-2011-0712
CVE-2011-1006
CVE-2011-1016
CVE-2011-1017
CVE-2011-1018
CVE-2011-1020
CVE-2011-1022
CVE-2011-1083
CVE-2011-1160
CVE-2011-1180
CVE-2011-1182
CVE-2011-1478
CVE-2011-1573
CVE-2011-1577
CVE-2011-1593
CVE-2011-2182
CVE-2011-2183
CVE-2011-2203
CVE-2011-2479
CVE-2011-2491
CVE-2011-2494
CVE-2011-2495
CVE-2011-2496
CVE-2011-2501
CVE-2011-2690
CVE-2011-2691
CVE-2011-2692
CVE-2011-2721
CVE-2011-3191
CVE-2011-3627
CVE-2011-4086
CVE-2011-4097
CVE-2011-4099
CVE-2011-4127
CVE-2011-4131
CVE-2011-4604
CVE-2011-4622
CVE-2012-0038
CVE-2012-0045
CVE-2012-0056
CVE-2012-0207
CVE-2012-1090
CVE-2012-1097
CVE-2012-1146
CVE-2012-1179
CVE-2012-1457
CVE-2012-1458
CVE-2012-1459
CVE-2012-1601
CVE-2012-2098
CVE-2012-2119
CVE-2012-2133
CVE-2012-2136
CVE-2012-2137
CVE-2012-2372
CVE-2012-2373
CVE-2012-2390
CVE-2012-2663
CVE-2012-2745
CVE-2012-2806
CVE-2012-3412
CVE-2012-3430
CVE-2012-4398
CVE-2012-4461
CVE-2012-5517
CVE-2013-0160
CVE-2013-0216
CVE-2013-0231
CVE-2013-0871
CVE-2013-0913
CVE-2013-1059
CVE-2013-1767
CVE-2013-1774
CVE-2013-1796
CVE-2013-1797
CVE-2013-1798
CVE-2013-1819
CVE-2013-1848
CVE-2013-1929
CVE-2013-1979
CVE-2013-2015
CVE-2013-2020
CVE-2013-2021
CVE-2013-2094
CVE-2013-2148
CVE-2013-2164
CVE-2013-2206
CVE-2013-2232
CVE-2013-2234
CVE-2013-2237
CVE-2013-2850
CVE-2013-2851
CVE-2013-2852
CVE-2013-2893
CVE-2013-2897
CVE-2013-2899
CVE-2013-2929
CVE-2013-3301
CVE-2013-4162
CVE-2013-4163
CVE-2013-4470
CVE-2013-4483
CVE-2013-4511
CVE-2013-4514
CVE-2013-4515
CVE-2013-4579
CVE-2013-4587
CVE-2013-4592
CVE-2013-6367
CVE-2013-6368
CVE-2013-6376
CVE-2013-6378
CVE-2013-6380
CVE-2013-6382
CVE-2013-6497
CVE-2013-6885
CVE-2013-7027
CVE-2013-7263
CVE-2013-7264
CVE-2013-7265
CVE-2013-7339
CVE-2014-0055
CVE-2014-00691
CVE-2014-0077
CVE-2014-0101
CVE-2014-0131
CVE-2014-0155
CVE-2014-0181
CVE-2014-0196
CVE-2014-1444
CVE-2014-1445
CVE-2014-1446
CVE-2014-1737
CVE-2014-1738
CVE-2014-1739
CVE-2014-1874
CVE-2014-2309
CVE-2014-2523
CVE-2014-2678
CVE-2014-2851
CVE-2014-3122
CVE-2014-3144
CVE-2014-3145
CVE-2014-3153
CVE-2014-3181
CVE-2014-3184
CVE-2014-3185
CVE-2014-3186
CVE-2014-3601
CVE-2014-3610
CVE-2014-3611
CVE-2014-3646
CVE-2014-3647
CVE-2014-3673
CVE-2014-3687
CVE-2014-3688
CVE-2014-3690
CVE-2014-3917
CVE-2014-4171
CVE-2014-4508
CVE-2014-4608
CVE-2014-4652
CVE-2014-4653
CVE-2014-4654
CVE-2014-4655
CVE-2014-4656
CVE-2014-4667
CVE-2014-4699
CVE-2014-4943
CVE-2014-5077
CVE-2014-5471
CVE-2014-5472
CVE-2014-6410
CVE-2014-7822
CVE-2014-7826
CVE-2014-7841
CVE-2014-7842
CVE-2014-7970
CVE-2014-8086
CVE-2014-8133
CVE-2014-8134
CVE-2014-8159
CVE-2014-8160
CVE-2014-8369
CVE-2014-8559
CVE-2014-8709
CVE-2014-9050
CVE-2014-9090
CVE-2014-9322
CVE-2014-9328
CVE-2014-9419
CVE-2014-9420
CVE-2014-9529
CVE-2014-9584
CVE-2014-9585
CVE-2014-9683
CVE-2015-0777
CVE-2015-1421
CVE-2015-1461
CVE-2015-1462
CVE-2015-1463
CVE-2015-1593
CVE-2015-1805
CVE-2015-2041
CVE-2015-2042
CVE-2015-2150
CVE-2015-2170
CVE-2015-2221
CVE-2015-2222
CVE-2015-2305
CVE-2015-2668
CVE-2015-2830
CVE-2015-2922
CVE-2015-3331
CVE-2015-3339
CVE-2015-3636
CVE-2017-1000251
CVE-2017-17805
CVE-2017-17806
CVE-2017-5715
CVE-2017-5753
CVE-2017-5754
SUSE-SU-2017:2523-1
SUSE-SU-2018:0012-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise High Availability Extension 11 SP3
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-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-TERADATA
SUSE Linux Enterprise Server 12 SP4
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-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for 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
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND wget-1.14-2.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • bsdtar-3.1.2-14.1 is installed
  • OR libarchive-devel-3.1.2-14.1 is installed
  • OR libarchive13-3.1.2-14.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • ant-1.9.4-11.4 is installed
  • OR ant-jmf-1.9.4-11.4 is installed
  • OR ant-junit-1.9.4-11.3 is installed
  • OR ant-scripts-1.9.4-11.4 is installed
  • OR ant-swing-1.9.4-11.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • ImageMagick-6.4.3.6-7.26 is installed
  • OR libMagick++1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-6.4.3.6-7.26 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.26 is installed
  • OR libMagickWand1-6.4.3.6-7.26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • evolution-data-server-2.28.2-0.32 is installed
  • OR evolution-data-server-32bit-2.28.2-0.32 is installed
  • OR evolution-data-server-lang-2.28.2-0.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libpng12-0-1.2.31-5.35 is installed
  • OR libpng12-0-32bit-1.2.31-5.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • cpio-2.11-29 is installed
  • OR cpio-lang-2.11-29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • jasper-1.900.14-184 is installed
  • OR libjasper1-1.900.14-184 is installed
  • OR libjasper1-32bit-1.900.14-184 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND clamav-0.99.2-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • avahi-0.6.32-30 is installed
  • OR avahi-lang-0.6.32-30 is installed
  • OR libavahi-client3-0.6.32-30 is installed
  • OR libavahi-client3-32bit-0.6.32-30 is installed
  • OR libavahi-common3-0.6.32-30 is installed
  • OR libavahi-common3-32bit-0.6.32-30 is installed
  • OR libavahi-core7-0.6.32-30 is installed
  • OR libdns_sd-0.6.32-30 is installed
  • OR libdns_sd-32bit-0.6.32-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND Package Information
  • gnutls-2.4.1-24.39.60 is installed
  • OR libgnutls-extra26-2.4.1-24.39.60 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND atftp-0.7.0-135.23.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND quagga-0.99.10-17.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND quagga-0.99.10-17.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • bash-3.2-147.12 is installed
  • OR bash-doc-3.2-147.12 is installed
  • OR bash-x86-3.2-147.12 is installed
  • OR libreadline5-5.2-147.12 is installed
  • OR libreadline5-32bit-5.2-147.12 is installed
  • OR libreadline5-x86-5.2-147.12 is installed
  • OR readline-doc-5.2-147.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND libgdiplus0-2.0-11.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND libgdiplus0-2.0-11.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND libgdiplus0-2.0-11.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-45.6.0esr-66 is installed
  • OR MozillaFirefox-translations-45.6.0esr-66 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-45.6.0esr-66 is installed
  • OR MozillaFirefox-translations-45.6.0esr-66 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
  • dhcp-4.2.4.P2-0.11.13 is installed
  • OR dhcp-client-4.2.4.P2-0.11.13 is installed
  • OR dhcp-relay-4.2.4.P2-0.11.13 is installed
  • OR dhcp-server-4.2.4.P2-0.11.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • dhcp-4.2.4.P2-0.11.13 is installed
  • OR dhcp-client-4.2.4.P2-0.11.13 is installed
  • OR dhcp-relay-4.2.4.P2-0.11.13 is installed
  • OR dhcp-server-4.2.4.P2-0.11.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • dhcp-4.2.4.P2-0.11.13 is installed
  • OR dhcp-client-4.2.4.P2-0.11.13 is installed
  • OR dhcp-relay-4.2.4.P2-0.11.13 is installed
  • OR dhcp-server-4.2.4.P2-0.11.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • PackageKit-0.3.14-2.23 is installed
  • OR PackageKit-lang-0.3.14-2.23 is installed
  • OR hal-0.5.12-23.58 is installed
  • OR hal-32bit-0.5.12-23.58 is installed
  • OR hal-doc-0.5.12-23.58 is installed
  • OR hal-x86-0.5.12-23.58 is installed
  • OR libpackagekit-glib10-0.3.14-2.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.19 is installed
  • OR bind-chrootenv-9.9.6P1-0.19 is installed
  • OR bind-devel-9.9.6P1-0.19 is installed
  • OR bind-doc-9.9.6P1-0.19 is installed
  • OR bind-libs-9.9.6P1-0.19 is installed
  • OR bind-libs-32bit-9.9.6P1-0.19 is installed
  • OR bind-utils-9.9.6P1-0.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.19 is installed
  • OR bind-chrootenv-9.9.6P1-0.19 is installed
  • OR bind-devel-9.9.6P1-0.19 is installed
  • OR bind-doc-9.9.6P1-0.19 is installed
  • OR bind-libs-9.9.6P1-0.19 is installed
  • OR bind-libs-32bit-9.9.6P1-0.19 is installed
  • OR bind-utils-9.9.6P1-0.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.5_04-0.9 is installed
  • OR xen-doc-html-4.2.5_04-0.9 is installed
  • OR xen-doc-pdf-4.2.5_04-0.9 is installed
  • OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-libs-4.2.5_04-0.9 is installed
  • OR xen-libs-32bit-4.2.5_04-0.9 is installed
  • OR xen-tools-4.2.5_04-0.9 is installed
  • OR xen-tools-domU-4.2.5_04-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_04-0.9 is installed
  • OR xen-doc-html-4.2.5_04-0.9 is installed
  • OR xen-doc-pdf-4.2.5_04-0.9 is installed
  • OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-libs-4.2.5_04-0.9 is installed
  • OR xen-libs-32bit-4.2.5_04-0.9 is installed
  • OR xen-tools-4.2.5_04-0.9 is installed
  • OR xen-tools-domU-4.2.5_04-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.5_04-0.9 is installed
  • OR xen-doc-html-4.2.5_04-0.9 is installed
  • OR xen-doc-pdf-4.2.5_04-0.9 is installed
  • OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-libs-4.2.5_04-0.9 is installed
  • OR xen-libs-32bit-4.2.5_04-0.9 is installed
  • OR xen-tools-4.2.5_04-0.9 is installed
  • OR xen-tools-domU-4.2.5_04-0.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_04-0.9 is installed
  • OR xen-doc-html-4.2.5_04-0.9 is installed
  • OR xen-doc-pdf-4.2.5_04-0.9 is installed
  • OR xen-kmp-default-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-kmp-pae-4.2.5_04_3.0.101_0.47.52-0.9 is installed
  • OR xen-libs-4.2.5_04-0.9 is installed
  • OR xen-libs-32bit-4.2.5_04-0.9 is installed
  • OR xen-tools-4.2.5_04-0.9 is installed
  • OR xen-tools-domU-4.2.5_04-0.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • ant-1.7.1-20.9 is installed
  • OR ant-trax-1.7.1-16.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.50 is installed
  • OR bind-chrootenv-9.9.6P1-0.50 is installed
  • OR bind-devel-9.9.6P1-0.50 is installed
  • OR bind-doc-9.9.6P1-0.50 is installed
  • OR bind-libs-9.9.6P1-0.50 is installed
  • OR bind-libs-32bit-9.9.6P1-0.50 is installed
  • OR bind-utils-9.9.6P1-0.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.50 is installed
  • OR bind-chrootenv-9.9.6P1-0.50 is installed
  • OR bind-devel-9.9.6P1-0.50 is installed
  • OR bind-doc-9.9.6P1-0.50 is installed
  • OR bind-libs-9.9.6P1-0.50 is installed
  • OR bind-libs-32bit-9.9.6P1-0.50 is installed
  • OR bind-utils-9.9.6P1-0.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.50 is installed
  • OR bind-chrootenv-9.9.6P1-0.50 is installed
  • OR bind-devel-9.9.6P1-0.50 is installed
  • OR bind-doc-9.9.6P1-0.50 is installed
  • OR bind-libs-9.9.6P1-0.50 is installed
  • OR bind-libs-32bit-9.9.6P1-0.50 is installed
  • OR bind-utils-9.9.6P1-0.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.50 is installed
  • OR bind-chrootenv-9.9.6P1-0.50 is installed
  • OR bind-devel-9.9.6P1-0.50 is installed
  • OR bind-doc-9.9.6P1-0.50 is installed
  • OR bind-libs-9.9.6P1-0.50 is installed
  • OR bind-libs-32bit-9.9.6P1-0.50 is installed
  • OR bind-utils-9.9.6P1-0.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.35 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.35 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-default-3.0.101-0.47.106.35 is installed
  • OR kernel-default-base-3.0.101-0.47.106.35 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-default-man-3.0.101-0.47.106.35 is installed
  • OR kernel-ec2-3.0.101-0.47.106.35 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.35 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-pae-3.0.101-0.47.106.35 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.35 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-source-3.0.101-0.47.106.35 is installed
  • OR kernel-syms-3.0.101-0.47.106.35 is installed
  • OR kernel-trace-3.0.101-0.47.106.35 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.35 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-xen-3.0.101-0.47.106.35 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.35 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.35 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.35 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-default-3.0.101-0.47.106.35 is installed
  • OR kernel-default-base-3.0.101-0.47.106.35 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-default-man-3.0.101-0.47.106.35 is installed
  • OR kernel-ec2-3.0.101-0.47.106.35 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.35 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-pae-3.0.101-0.47.106.35 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.35 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-source-3.0.101-0.47.106.35 is installed
  • OR kernel-syms-3.0.101-0.47.106.35 is installed
  • OR kernel-trace-3.0.101-0.47.106.35 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.35 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.35 is installed
  • OR kernel-xen-3.0.101-0.47.106.35 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.35 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.35 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • glibc-2.11.3-17.109 is installed
  • OR glibc-32bit-2.11.3-17.109 is installed
  • OR glibc-devel-2.11.3-17.109 is installed
  • OR glibc-devel-32bit-2.11.3-17.109 is installed
  • OR glibc-html-2.11.3-17.109 is installed
  • OR glibc-i18ndata-2.11.3-17.109 is installed
  • OR glibc-info-2.11.3-17.109 is installed
  • OR glibc-locale-2.11.3-17.109 is installed
  • OR glibc-locale-32bit-2.11.3-17.109 is installed
  • OR glibc-profile-2.11.3-17.109 is installed
  • OR glibc-profile-32bit-2.11.3-17.109 is installed
  • OR nscd-2.11.3-17.109 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-6.4.3.6-7.78.17 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-6.4.3.6-7.78.29 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND clamav-0.98.7-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • libldap-openssl1-2_4-2-2.4.26-0.30 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.30 is installed
  • OR libldap-openssl1-2_4-2-x86-2.4.26-0.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • libldap-openssl1-2_4-2-2.4.26-0.30 is installed
  • OR libldap-openssl1-2_4-2-32bit-2.4.26-0.30 is installed
  • OR libldap-openssl1-2_4-2-x86-2.4.26-0.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • accountsservice-0.6.35-1 is installed
  • OR accountsservice-lang-0.6.35-1 is installed
  • OR libaccountsservice0-0.6.35-1 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.35-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libvirt-1.2.18.4-11 is installed
  • OR libvirt-client-1.2.18.4-11 is installed
  • OR libvirt-daemon-1.2.18.4-11 is installed
  • OR libvirt-daemon-config-network-1.2.18.4-11 is installed
  • OR libvirt-daemon-config-nwfilter-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-interface-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-libxl-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-lxc-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-network-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-nodedev-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-nwfilter-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-qemu-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-secret-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-storage-1.2.18.4-11 is installed
  • OR libvirt-daemon-lxc-1.2.18.4-11 is installed
  • OR libvirt-daemon-qemu-1.2.18.4-11 is installed
  • OR libvirt-daemon-xen-1.2.18.4-11 is installed
  • OR libvirt-doc-1.2.18.4-11 is installed
  • OR libvirt-lock-sanlock-1.2.18.4-11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libvirt-1.2.18.4-11 is installed
  • OR libvirt-client-1.2.18.4-11 is installed
  • OR libvirt-daemon-1.2.18.4-11 is installed
  • OR libvirt-daemon-config-network-1.2.18.4-11 is installed
  • OR libvirt-daemon-config-nwfilter-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-interface-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-libxl-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-lxc-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-network-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-nodedev-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-nwfilter-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-qemu-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-secret-1.2.18.4-11 is installed
  • OR libvirt-daemon-driver-storage-1.2.18.4-11 is installed
  • OR libvirt-daemon-lxc-1.2.18.4-11 is installed
  • OR libvirt-daemon-qemu-1.2.18.4-11 is installed
  • OR libvirt-daemon-xen-1.2.18.4-11 is installed
  • OR libvirt-doc-1.2.18.4-11 is installed
  • OR libvirt-lock-sanlock-1.2.18.4-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND perl-HTML-Parser-3.71-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_18-default-8-3 is installed
  • OR kgraft-patch-3_12_67-60_64_18-xen-8-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_9-8-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_18-default-8-3 is installed
  • OR kgraft-patch-3_12_67-60_64_18-xen-8-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_9-8-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • ghostscript-9.15-17 is installed
  • OR ghostscript-x11-9.15-17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • ghostscript-9.15-17 is installed
  • OR ghostscript-x11-9.15-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • libQt5WebKit5-5.6.1-9 is installed
  • OR libQt5WebKit5-imports-5.6.1-9 is installed
  • OR libQt5WebKitWidgets5-5.6.1-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • xen-4.7.6_02-43.36 is installed
  • OR xen-doc-html-4.7.6_02-43.36 is installed
  • OR xen-libs-4.7.6_02-43.36 is installed
  • OR xen-libs-32bit-4.7.6_02-43.36 is installed
  • OR xen-tools-4.7.6_02-43.36 is installed
  • OR xen-tools-domU-4.7.6_02-43.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • xen-4.7.6_02-43.36 is installed
  • OR xen-doc-html-4.7.6_02-43.36 is installed
  • OR xen-libs-4.7.6_02-43.36 is installed
  • OR xen-libs-32bit-4.7.6_02-43.36 is installed
  • OR xen-tools-4.7.6_02-43.36 is installed
  • OR xen-tools-domU-4.7.6_02-43.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_121-92_73-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_21-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kgraft-patch-4_4_121-92_73-default-6-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_21-6-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_114-92_67-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_19-4-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_114-92_67-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_19-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_103-92_53-default-5-2.1 is installed
  • OR kgraft-patch-SLE12-SP2_Update_16-5-2.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libopenjp2-7-2.1.0-4.6 is installed
  • OR openjpeg2-2.1.0-4.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libopenjp2-7-2.1.0-4.6 is installed
  • OR openjpeg2-2.1.0-4.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND ant-1.9.4-1.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • openssh-7.2p2-74.23 is installed
  • OR openssh-askpass-gnome-7.2p2-74.23 is installed
  • OR openssh-fips-7.2p2-74.23 is installed
  • OR openssh-helpers-7.2p2-74.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • openssh-7.2p2-74.23 is installed
  • OR openssh-askpass-gnome-7.2p2-74.23 is installed
  • OR openssh-fips-7.2p2-74.23 is installed
  • OR openssh-helpers-7.2p2-74.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • apache2-2.4.23-29.27 is installed
  • OR apache2-doc-2.4.23-29.27 is installed
  • OR apache2-example-pages-2.4.23-29.27 is installed
  • OR apache2-prefork-2.4.23-29.27 is installed
  • OR apache2-utils-2.4.23-29.27 is installed
  • OR apache2-worker-2.4.23-29.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • apache2-2.4.23-29.27 is installed
  • OR apache2-doc-2.4.23-29.27 is installed
  • OR apache2-example-pages-2.4.23-29.27 is installed
  • OR apache2-prefork-2.4.23-29.27 is installed
  • OR apache2-utils-2.4.23-29.27 is installed
  • OR apache2-worker-2.4.23-29.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • libspice-client-glib-2_0-8-0.33-3.6 is installed
  • OR libspice-client-glib-helper-0.33-3.6 is installed
  • OR libspice-client-gtk-3_0-5-0.33-3.6 is installed
  • OR libspice-controller0-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGlib-2_0-0.33-3.6 is installed
  • OR typelib-1_0-SpiceClientGtk-3_0-0.33-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND busybox-1.21.1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND automake-1.10.1-4.131.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-38.5.0esr-28 is installed
  • OR MozillaFirefox-devel-38.5.0esr-28 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • OpenEXR-32bit-1.6.1-83.17 is installed
  • OR OpenEXR-devel-1.6.1-83.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND libIlmImf-Imf_2_1-21-32bit-2.1.0-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND python-devel-2.7.9-20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • kernel-default-4.4.103-92.56 is installed
  • OR kernel-default-extra-4.4.103-92.56 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • kernel-default-4.4.82-6.6 is installed
  • OR kernel-default-extra-4.4.82-6.6 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • bind-9.9.6P1-0.27 is installed
  • OR bind-chrootenv-9.9.6P1-0.27 is installed
  • OR bind-doc-9.9.6P1-0.27 is installed
  • OR bind-libs-9.9.6P1-0.27 is installed
  • OR bind-libs-32bit-9.9.6P1-0.27 is installed
  • OR bind-utils-9.9.6P1-0.27 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • git-2.12.3-27.14 is installed
  • OR git-core-2.12.3-27.14 is installed
  • OR git-doc-2.12.3-27.14 is installed
  • BACK