Oval Definition:oval:org.opensuse.security:def:22790
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.



The following security bugs were fixed:

- CVE-2020-11494: An issue was discovered in slc_bump in drivers/net/can/slcan.c, which allowed attackers to read uninitialized can_frame data, potentially containing sensitive information from kernel stack memory, if the configuration lacks CONFIG_INIT_STACK_ALL (bnc#1168424). - CVE-2020-10942: In get_raw_socket in drivers/vhost/net.c lacks validation of an sk_family field, which might allow attackers to trigger kernel stack corruption via crafted system calls (bnc#1167629). - CVE-2020-8647: Fixed a use-after-free vulnerability in the vc_do_resize function in drivers/tty/vt/vt.c (bnc#1162929). - CVE-2020-8649: Fixed a use-after-free vulnerability in the vgacon_invert_region function in drivers/video/console/vgacon.c (bnc#1162931). - CVE-2020-9383: Fixed an issue in set_fdc in drivers/block/floppy.c, which leads to a wait_til_ready out-of-bounds read (bnc#1165111). - CVE-2019-9458: In the video driver there was a use after free due to a race condition. This could lead to local escalation of privilege with no additional execution privileges needed (bnc#1168295). - CVE-2019-3701: Fixed an issue in can_can_gw_rcv, which could cause a system crash (bnc#1120386). - CVE-2019-19768: Fixed a use-after-free in the __blk_add_trace function in kernel/trace/blktrace.c (bnc#1159285). - CVE-2020-11609: Fixed a NULL pointer dereference in the stv06xx subsystem caused by mishandling invalid descriptors (bnc#1168854). - CVE-2020-10720: Fixed a use-after-free read in napi_gro_frags() (bsc#1170778). - CVE-2020-10690: Fixed the race between the release of ptp_clock and cdev (bsc#1170056). - CVE-2019-9455: Fixed a pointer leak due to a WARN_ON statement in a video driver. This could lead to local information disclosure with System execution privileges needed (bnc#1170345). - CVE-2020-11608: Fixed an issue in drivers/media/usb/gspca/ov519.c caused by a NULL pointer dereferences in ov511_mode_init_regs and ov518_mode_init_regs when there are zero endpoints (bnc#1168829). - CVE-2017-18255: The perf_cpu_time_max_percent_handler function in kernel/events/core.c allowed local users to cause a denial of service (integer overflow) or possibly have unspecified other impact via a large value, as demonstrated by an incorrect sample-rate calculation (bnc#1087813). - CVE-2020-8648: There was a use-after-free vulnerability in the n_tty_receive_buf_common function in drivers/tty/n_tty.c (bnc#1162928). - CVE-2020-2732: A flaw was discovered in the way that the KVM hypervisor handled instruction emulation for an L2 guest when nested virtualisation is enabled. Under some circumstances, an L2 guest may trick the L0 guest into accessing sensitive L1 resources that should be inaccessible to the L2 guest (bnc#1163971). - CVE-2019-5108: Fixed a denial-of-service vulnerability caused by triggering AP to send IAPP location updates for stations before the required authentication process has completed (bnc#1159912). - CVE-2020-8992: ext4_protect_reserved_inode in fs/ext4/block_validity.c allowed attackers to cause a denial of service (soft lockup) via a crafted journal size (bnc#1164069). - CVE-2018-21008: Fixed a use-after-free which could be caused by the function rsi_mac80211_detach in the file drivers/net/wireless/rsi/rsi_91x_mac80211.c (bnc#1149591). - CVE-2019-14896: A heap-based buffer overflow vulnerability was found in Marvell WiFi chip driver. A remote attacker could cause a denial of service (system crash) or, possibly execute arbitrary code, when the lbs_ibss_join_existing function is called after a STA connects to an AP (bnc#1157157). - CVE-2019-14897: A stack-based buffer overflow was found in Marvell WiFi chip driver. An attacker is able to cause a denial of service (system crash) or, possibly execute arbitrary code, when a STA works in IBSS mode (allows connecting stations together without the use of an AP) and connects to another STA (bnc#1157155). - CVE-2019-18675: Fixed an integer overflow in cpia2_remap_buffer in drivers/media/usb/cpia2/cpia2_core.c because cpia2 has its own mmap implementation. This allowed local users (with /dev/video0 access) to obtain read and write permissions on kernel physical pages, which can possibly result in a privilege escalation (bnc#1157804). - CVE-2019-14615: Insufficient control flow in certain data structures for some Intel(R) Processors with Intel(R) Processor Graphics may have allowed an unauthenticated user to potentially enable information disclosure via local access (bnc#1160195, bsc#1165881). - CVE-2019-19965: Fixed a NULL pointer dereference in drivers/scsi/libsas/sas_discover.c because of mishandling of port disconnection during discovery, related to a PHY down race condition (bnc#1159911). - CVE-2019-20054: Fixed a NULL pointer dereference in drop_sysctl_table() in fs/proc/proc_sysctl.c, related to put_links (bnc#1159910). - CVE-2019-20096: Fixed a memory leak in __feat_register_sp() in net/dccp/feat.c, which may cause denial of service (bnc#1159908). - CVE-2019-19966: Fixed a use-after-free in cpia2_exit() in drivers/media/usb/cpia2/cpia2_v4l.c that will cause denial of service (bnc#1159841). - CVE-2019-19447: Fixed an issue with mounting a crafted ext4 filesystem image, performing some operations, and unmounting could lead to a use-after-free in ext4_put_super in fs/ext4/super.c, related to dump_orphan_list in fs/ext4/super.c (bnc#1158819). - CVE-2019-19319: Fixed an issue with a setxattr operation, after a mount of a crafted ext4 image, can cause a slab-out-of-bounds write access because of an ext4_xattr_set_entry use-after-free in fs/ext4/xattr.c when a large old_size value is used in a memset call (bnc#1158021). - CVE-2019-19767: Fixed mishandling of ext4_expand_extra_isize, as demonstrated by use-after-free errors in __ext4_expand_extra_isize and ext4_xattr_set_entry, related to fs/ext4/inode.c and fs/ext4/super.c (bnc#1159297). - CVE-2019-19066: Fixed memory leak in the bfad_im_get_stats() function in drivers/scsi/bfa/bfad_attr.c that allowed attackers to cause a denial of service (memory consumption) by triggering bfa_port_get_stats() failures (bnc#1157303). - CVE-2019-19332: There was an OOB memory write via kvm_dev_ioctl_get_cpuid (bsc#1158827). - CVE-2019-19537: There was a race condition bug that could have been caused by a malicious USB device in the USB character device driver layer (bnc#1158904). - CVE-2019-19535: There was an info-leak bug that could have been caused by a malicious USB device in the drivers/net/can/usb/peak_usb/pcan_usb_fd.c driver (bnc#1158903). - CVE-2019-19527: There was a use-after-free bug that could have been caused by a malicious USB device in the drivers/hid/usbhid/hiddev.c driver (bnc#1158900). - CVE-2019-19533: There was an info-leak bug that could have been caused by a malicious USB device in the drivers/media/usb/ttusb-dec/ttusb_dec.c driver (bnc#1158834). - CVE-2019-19532: There were multiple out-of-bounds write bugs that could have been caused by a malicious USB device in the Linux kernel HID drivers (bnc#1158824). - CVE-2019-19523: There was a use-after-free bug that could have been caused by a malicious USB device in the drivers/usb/misc/adutux.c driver (bnc#1158823). - CVE-2019-15213: An issue was discovered in the Linux kernel, there was a use-after-free caused by a malicious USB device in the drivers/media/usb/dvb-usb/dvb-usb-init.c driver (bnc#1146544). - CVE-2019-19531: There was a use-after-free bug that can be caused by a malicious USB device in the drivers/usb/misc/yurex.c driver (bnc#1158445). - CVE-2019-19525: There was a use-after-free bug that can be caused by a malicious USB device in the drivers/net/ieee802154/atusb.c driver (bnc#1158417). - CVE-2019-19530: There was a use-after-free bug that can be caused by a malicious USB device in the drivers/usb/class/cdc-acm.c driver (bnc#1158410). - CVE-2019-19536: There was an info-leak bug that can be caused by a malicious USB device in the drivers/net/can/usb/peak_usb/pcan_usb_pro.c driver (bnc#1158394). - CVE-2019-19524: There was a use-after-free bug that can be caused by a malicious USB device in the drivers/input/ff-memless.c driver (bnc#1158413). - CVE-2019-19534: There was an info-leak bug that can be caused by a malicious USB device in the drivers/net/can/usb/peak_usb/pcan_usb_core.c driver (bnc#1158398). - CVE-2019-14901: A heap overflow flaw was found in the Linux kernel in Marvell WiFi chip driver. The vulnerability allowed a remote attacker to cause a system crash, resulting in a denial of service, or execute arbitrary code. The highest threat with this vulnerability is with the availability of the system. If code execution occurs, the code will run with the permissions of root. This will affect both confidentiality and integrity of files on the system (bnc#1157042). - CVE-2019-14895: Fixed a heap-based buffer overflow in the Marvell WiFi chip driver. The flaw could occur when the station attempts a connection negotiation during the handling of the remote devices country settings. This could allow the remote device to cause a denial of service (system crash) or possibly execute arbitrary code (bnc#1157158). - CVE-2019-18660: Fixed a information disclosure on powerpc related to the Spectre-RSB mitigation. This is related to arch/powerpc/kernel/entry_64.S and arch/powerpc/kernel/security.c (bnc#1157038 1157923). - CVE-2019-18683: Fixed a privilege escalation where local users have /dev/video0 access, but only if the driver happens to be loaded. There are multiple race conditions during streaming stopping in this driver (part of the V4L2 subsystem) (bnc#1155897). - CVE-2019-19062: Fixed a memory leak in the crypto_report() function in crypto/crypto_user_base.c, which allowed attackers to cause a denial of service (memory consumption) by triggering crypto_report_alg() failures (bnc#1157333). - CVE-2019-19052: A memory leak in the gs_can_open() function in drivers/net/can/usb/gs_usb.c allowed attackers to cause a denial of service (memory consumption) by triggering usb_submit_urb() failures (bnc#1157324). - CVE-2019-19074: A memory leak in the ath9k_wmi_cmd() function in drivers/net/wireless/ath/ath9k/wmi.c allowed attackers to cause a denial of service (memory consumption) (bnc#1157143). - CVE-2019-19073: Memory leaks in drivers/net/wireless/ath/ath9k/htc_hst.c allowed attackers to cause a denial of service (memory consumption) by triggering wait_for_completion_timeout() failures (bnc#1157070). - CVE-2019-11091,CVE-2018-12126,CVE-2018-12130,CVE-2018-12127: Earlier mitigations for the 'MDS' Microarchitectural Data Sampling attacks were not complete. An additional fix was added to the x86_64 fast systemcall path to further mitigate these attacks. (bsc#1164846 bsc#1170847)



The following non-security bugs were fixed:

- blk: Fix kabi due to blk_trace_mutex addition (bsc#1159285). - blktrace: fix dereference after null check (bsc#1159285). - blktrace: fix trace mutex deadlock (bsc#1159285). - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks (bsc#1155311). - btrfs: qgroup: Check bg while resuming relocation to avoid NULL pointer dereference (bsc#1155311). - btrfs: qgroup: Cleanup old subtree swap code (bsc#1155311). - btrfs: qgroup: Do not trace subtree if we're dropping reloc tree (bsc#1155311). - btrfs: qgroup: Introduce function to find all new tree blocks of reloc tree (bsc#1155311). - btrfs: qgroup: Introduce function to trace two swaped extents (bsc#1155311). - btrfs: qgroup: Introduce per-root swapped blocks infrastructure (bsc#1155311). - btrfs: qgroup: Only trace data extents in leaves if we're relocating data block group (bsc#1155311). - btrfs: qgroup: Refactor btrfs_qgroup_trace_subtree_swap (bsc#1155311). - btrfs: qgroup: Use delayed subtree rescan for balance (bsc#1155311). - btrfs: qgroup: Use generation-aware subtree swap to mark dirty extents (bsc#1155311). - btrfs: reloc: Also queue orphan reloc tree for cleanup to avoid BUG_ON() (bsc#1155311). - btrfs: relocation: Delay reloc tree deletion after merge_reloc_roots (bsc#1155311). - btrfs: relocation: fix use-after-free on dead relocation roots (bsc#1155311). - btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan (bsc#1155311). - cgroup: avoid copying strings longer than the buffers (bsc#1146544). - cgroup: use strlcpy() instead of strscpy() to avoid spurious warning (bsc#1146544). - enic: prevent waking up stopped tx queues over watchdog reset (bsc#1133147). - ext4: fix use-after-free race with debug_want_extra_isize (bsc#1136449). - fix PageHeadHuge() race with THP split (VM Functionality, bsc#1165311). - fs/binfmt_misc.c: do not allow offset overflow (bsc#1099279 bsc#1156060). - fs/xfs: fix f_ffree value for statfs when project quota is set (bsc#1165985). - futex: Use smp_store_release() in mark_wake_futex() (bsc#1157464). - Input: add safety guards to input_set_keycode() (bsc#1168075). - ipv4: correct gso_size for UFO (bsc#1154844). - ipv6: fix memory accounting during ipv6 queue expire (bsc#1162227) (bsc#1162227). - ipvlan: do not add hardware address of master to its unicast filter list (bsc#1137325). - media: ov519: add missing endpoint sanity checks (bsc#1168829). - media: stv06xx: add missing descriptor sanity checks (bsc#1168854). - netfilter: conntrack: sctp: use distinct states for new SCTP connections (bsc#1159199). - netfilter: nf_nat: do not bug when mapping already exists (bsc#1146612). - powerpc/64: Call setup_barrier_nospec() from setup_arch() (bsc#1131107). - powerpc/64: Make meltdown reporting Book3S 64 specific (bsc#1091041). - powerpc/64: Make stf barrier PPC_BOOK3S_64 specific (bsc#1131107). - powerpc/64s: Add new security feature flags for count cache flush (bsc#1131107). - powerpc/64s: Add support for software count cache flush (bsc#1131107). - powerpc/64s: support nospectre_v2 cmdline option (bsc#1131107). - powerpc/asm: Add a patch_site macro & helpers for patching instructions (bsc#1131107). - powerpc/fsl: Add nospectre_v2 command line argument (bsc#1131107). - powerpc/fsl: Fix spectre_v2 mitigations reporting (bsc#1131107). - powerpc/powernv: Query firmware for count cache flush settings (bsc#1131107). - powerpc/pseries: Query hypervisor for count cache flush settings (bsc#1131107). - powerpc/security/book3s64: Report L1TF status in sysfs (bsc#1091041). - powerpc/security: Fix spectre_v2 reporting (bsc#1131107). - powerpc/security: Fix wrong message when RFI Flush is disable (bsc#1131107). - powerpc/security: Show powerpc_security_features in debugfs (bsc#1131107). - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race (bsc#1037216). - sched/fair: WARN() and refuse to set buddy when !se->on_rq (bsc#1158132). - string: drop __must_check from strscpy() and restore strscpy() usages in cgroup (bsc#1146544). - x86/alternatives: Add int3_emulate_call() selftest (bsc#1153811). - x86/alternatives: Fix int3_emulate_call() selftest stack corruption (bsc#1153811). - x86/mitigations: Clear CPU buffers on the SYSCALL fast path (bsc#1164846). - xen/pv: Fix a boot up hang revealed by int3 self test (bsc#1153811). - xfs: also remove cached ACLs when removing the underlying attr (bsc#1165873). - xfs: bulkstat should copy lastip whenever userspace supplies one (bsc#1165984).
Family:unixClass:patch
Status:Reference(s):1037216
1049825
1075091
1075994
1087082
1087813
1091041
1096974
1096984
1099279
1109893
1110542
1111319
1112911
1113296
1116995
1120386
1120629
1120630
1120631
1123164
1126117
1126118
1126119
1127155
1131107
1131823
1133147
1134226
1136449
1137325
1137832
1137977
1140039
1144903
1145521
1145604
1146519
1146544
1146612
1149591
1151021
1153108
1153158
1153161
1153811
1154844
1155311
1155321
1155897
1156060
1156318
1157038
1157042
1157070
1157143
1157155
1157157
1157158
1157303
1157324
1157333
1157464
1157804
1157923
1158021
1158132
1158381
1158394
1158398
1158410
1158413
1158417
1158427
1158445
1158819
1158823
1158824
1158827
1158834
1158900
1158903
1158904
1159199
1159285
1159297
1159329
1159841
1159908
1159910
1159911
1159912
1160195
1161719
1162227
1162298
1162928
1162929
1162931
1163809
1163971
1164069
1164078
1164846
1165111
1165311
1165528
1165873
1165881
1165984
1165985
1167068
1167629
1168075
1168295
1168424
1168829
1168854
1169658
1170056
1170345
1170558
1170643
1170778
1171252
1171254
1171363
1172745
1173027
1174421
682920
CVE-2017-18255
CVE-2017-18379
CVE-2017-18379
CVE-2018-10360
CVE-2018-12126
CVE-2018-12127
CVE-2018-12130
CVE-2018-16881
CVE-2018-20532
CVE-2018-20533
CVE-2018-20534
CVE-2018-21008
CVE-2019-10220
CVE-2019-11091
CVE-2019-12749
CVE-2019-14615
CVE-2019-14835
CVE-2019-14835
CVE-2019-14895
CVE-2019-14896
CVE-2019-14897
CVE-2019-14901
CVE-2019-15213
CVE-2019-17133
CVE-2019-18660
CVE-2019-18675
CVE-2019-18683
CVE-2019-19052
CVE-2019-19062
CVE-2019-19066
CVE-2019-19073
CVE-2019-19074
CVE-2019-19319
CVE-2019-19332
CVE-2019-19447
CVE-2019-19523
CVE-2019-19524
CVE-2019-19525
CVE-2019-19527
CVE-2019-19530
CVE-2019-19531
CVE-2019-19532
CVE-2019-19533
CVE-2019-19534
CVE-2019-19535
CVE-2019-19536
CVE-2019-19537
CVE-2019-19767
CVE-2019-19768
CVE-2019-19965
CVE-2019-19966
CVE-2019-20054
CVE-2019-20096
CVE-2019-3701
CVE-2019-5108
CVE-2019-8625
CVE-2019-8710
CVE-2019-8720
CVE-2019-8743
CVE-2019-8764
CVE-2019-8766
CVE-2019-8769
CVE-2019-8771
CVE-2019-8782
CVE-2019-8783
CVE-2019-8808
CVE-2019-8811
CVE-2019-8812
CVE-2019-8813
CVE-2019-8814
CVE-2019-8815
CVE-2019-8816
CVE-2019-8819
CVE-2019-8820
CVE-2019-8823
CVE-2019-8835
CVE-2019-8844
CVE-2019-8846
CVE-2019-8905
CVE-2019-8906
CVE-2019-8907
CVE-2019-9455
CVE-2019-9458
CVE-2020-10018
CVE-2020-10690
CVE-2020-10720
CVE-2020-10942
CVE-2020-11494
CVE-2020-11608
CVE-2020-11609
CVE-2020-11793
CVE-2020-12108
CVE-2020-12137
CVE-2020-12653
CVE-2020-12654
CVE-2020-15705
CVE-2020-2732
CVE-2020-3862
CVE-2020-3864
CVE-2020-3865
CVE-2020-3867
CVE-2020-3868
CVE-2020-3899
CVE-2020-8177
CVE-2020-8647
CVE-2020-8648
CVE-2020-8649
CVE-2020-8992
CVE-2020-9383
SUSE-SU-2019:0209-1
SUSE-SU-2019:0839-1
SUSE-SU-2019:2265-1
SUSE-SU-2020:1135-1
SUSE-SU-2020:2304-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 Module for Basesystem 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for High Performance Computing 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Legacy Software 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Toolchain 12
SUSE Linux Enterprise Module for Web Scripting 12
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 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 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 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 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 Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 12 SP5
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 6
SUSE Package Hub for SUSE Linux Enterprise 12
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-4.2 is installed
  • OR ImageMagick-devel-6.8.8.1-4.2 is installed
  • OR ImageMagick-doc-6.8.8.1-4.2 is installed
  • OR ImageMagick-extra-6.8.8.1-4.2 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-4.2 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-4.2 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-4.2 is installed
  • OR perl-PerlMagick-6.8.8.1-4.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • xen-4.7.1_02-3.1 is installed
  • OR xen-devel-4.7.1_02-3.1 is installed
  • OR xen-doc-html-4.7.1_02-3.1 is installed
  • OR xen-libs-4.7.1_02-3.1 is installed
  • OR xen-libs-32bit-4.7.1_02-3.1 is installed
  • OR xen-tools-4.7.1_02-3.1 is installed
  • OR xen-tools-domU-4.7.1_02-3.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • transmission-common-2.84-8.3 is installed
  • OR transmission-gtk-2.84-8.3 is installed
  • OR transmission-gtk-lang-2.84-8.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • gtk2-2.18.9-0.23 is installed
  • OR gtk2-32bit-2.18.9-0.23 is installed
  • OR gtk2-devel-2.18.9-0.23 is installed
  • OR gtk2-lang-2.18.9-0.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bash-3.2-147.22 is installed
  • OR bash-doc-3.2-147.22 is installed
  • OR libreadline5-5.2-147.22 is installed
  • OR libreadline5-32bit-5.2-147.22 is installed
  • OR readline-doc-5.2-147.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • kde4-kgreeter-plugins-4.3.5-0.12.20.1 is installed
  • OR kdebase4-wallpapers-4.3.5-0.11.20.1 is installed
  • OR kdebase4-workspace-4.3.5-0.12.20.1 is installed
  • OR kdebase4-workspace-ksysguardd-4.3.5-0.12.20.1 is installed
  • OR kdm-4.3.5-0.12.20.1 is installed
  • OR kwin-4.3.5-0.12.20.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND ft2demos-2.5.3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • accountsservice-0.6.35-3 is installed
  • OR accountsservice-lang-0.6.35-3 is installed
  • OR libaccountsservice0-0.6.35-3 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.35-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND squashfs-4.3-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND bogofilter-1.2.4-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • audit-devel-2.8.1-3 is installed
  • OR libaudit1-2.8.1-3 is installed
  • OR libaudit1-32bit-2.8.1-3 is installed
  • OR libauparse0-2.8.1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • libnm-gtk-devel-1.8.10-3 is installed
  • OR libnm-gtk0-1.8.10-3 is installed
  • OR libnma-devel-1.8.10-3 is installed
  • OR libnma0-1.8.10-3 is installed
  • OR nma-data-1.8.10-3 is installed
  • OR typelib-1_0-NMA-1_0-1.8.10-3 is installed
  • OR typelib-1_0-NMGtk-1_0-1.8.10-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND ocaml-libguestfs-devel-1.38.0-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • libpmi0-17.02.9-6.10 is installed
  • OR libslurm29-16.05.8.1-6 is installed
  • OR libslurm31-17.02.9-6.10 is installed
  • OR pdsh-2.33-7.5 is installed
  • OR perl-slurm-17.02.9-6.10 is installed
  • OR slurm-17.02.9-6.10 is installed
  • OR slurm-auth-none-17.02.9-6.10 is installed
  • OR slurm-devel-17.02.9-6.10 is installed
  • OR slurm-doc-17.02.9-6.10 is installed
  • OR slurm-lua-17.02.9-6.10 is installed
  • OR slurm-munge-17.02.9-6.10 is installed
  • OR slurm-pam_slurm-17.02.9-6.10 is installed
  • OR slurm-plugins-17.02.9-6.10 is installed
  • OR slurm-sched-wiki-17.02.9-6.10 is installed
  • OR slurm-slurmdb-direct-17.02.9-6.10 is installed
  • OR slurm-slurmdbd-17.02.9-6.10 is installed
  • OR slurm-sql-17.02.9-6.10 is installed
  • OR slurm-torque-17.02.9-6.10 is installed
  • OR slurmlibs-16.05.8.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 15 is installed
  • AND Package Information
  • python2-numpy-gnu-hpc-1.14.0-2 is installed
  • OR python2-numpy-gnu-hpc-devel-1.14.0-2 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-1.14.0-2 is installed
  • OR python2-numpy_1_14_0-gnu-hpc-devel-1.14.0-2 is installed
  • OR python3-numpy-gnu-hpc-1.14.0-2 is installed
  • OR python3-numpy-gnu-hpc-devel-1.14.0-2 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-1.14.0-2 is installed
  • OR python3-numpy_1_14_0-gnu-hpc-devel-1.14.0-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-94 is installed
  • OR libopenssl0_9_8-0.9.8j-94 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-94 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 15 is installed
  • AND Package Information
  • pam-modules-12.1-3 is installed
  • OR pam-modules-32bit-12.1-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-setuptools-1.1.7-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • apache2-2.4.33-1 is installed
  • OR apache2-devel-2.4.33-1 is installed
  • OR apache2-doc-2.4.33-1 is installed
  • OR apache2-prefork-2.4.33-1 is installed
  • OR apache2-utils-2.4.33-1 is installed
  • OR apache2-worker-2.4.33-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Toolchain 12 is installed
  • AND Package Information
  • cpp5-5.3.1+r233831-9 is installed
  • OR gcc5-5.3.1+r233831-9 is installed
  • OR gcc5-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-ada-5.3.1+r233831-9 is installed
  • OR gcc5-ada-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-c++-5.3.1+r233831-9 is installed
  • OR gcc5-c++-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-32bit-5.3.1+r233831-9 is installed
  • OR gcc5-info-5.3.1+r233831-9 is installed
  • OR gcc5-locale-5.3.1+r233831-9 is installed
  • OR libada5-5.3.1+r233831-9 is installed
  • OR libada5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • OR libffi-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-32bit-5.3.1+r233831-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-22 is installed
  • OR php5-5.5.14-22 is installed
  • OR php5-bcmath-5.5.14-22 is installed
  • OR php5-bz2-5.5.14-22 is installed
  • OR php5-calendar-5.5.14-22 is installed
  • OR php5-ctype-5.5.14-22 is installed
  • OR php5-curl-5.5.14-22 is installed
  • OR php5-dba-5.5.14-22 is installed
  • OR php5-dom-5.5.14-22 is installed
  • OR php5-enchant-5.5.14-22 is installed
  • OR php5-exif-5.5.14-22 is installed
  • OR php5-fastcgi-5.5.14-22 is installed
  • OR php5-fileinfo-5.5.14-22 is installed
  • OR php5-fpm-5.5.14-22 is installed
  • OR php5-ftp-5.5.14-22 is installed
  • OR php5-gd-5.5.14-22 is installed
  • OR php5-gettext-5.5.14-22 is installed
  • OR php5-gmp-5.5.14-22 is installed
  • OR php5-iconv-5.5.14-22 is installed
  • OR php5-intl-5.5.14-22 is installed
  • OR php5-json-5.5.14-22 is installed
  • OR php5-ldap-5.5.14-22 is installed
  • OR php5-mbstring-5.5.14-22 is installed
  • OR php5-mcrypt-5.5.14-22 is installed
  • OR php5-mysql-5.5.14-22 is installed
  • OR php5-odbc-5.5.14-22 is installed
  • OR php5-openssl-5.5.14-22 is installed
  • OR php5-pcntl-5.5.14-22 is installed
  • OR php5-pdo-5.5.14-22 is installed
  • OR php5-pear-5.5.14-22 is installed
  • OR php5-pgsql-5.5.14-22 is installed
  • OR php5-pspell-5.5.14-22 is installed
  • OR php5-shmop-5.5.14-22 is installed
  • OR php5-snmp-5.5.14-22 is installed
  • OR php5-soap-5.5.14-22 is installed
  • OR php5-sockets-5.5.14-22 is installed
  • OR php5-sqlite-5.5.14-22 is installed
  • OR php5-suhosin-5.5.14-22 is installed
  • OR php5-sysvmsg-5.5.14-22 is installed
  • OR php5-sysvsem-5.5.14-22 is installed
  • OR php5-sysvshm-5.5.14-22 is installed
  • OR php5-tokenizer-5.5.14-22 is installed
  • OR php5-wddx-5.5.14-22 is installed
  • OR php5-xmlreader-5.5.14-22 is installed
  • OR php5-xmlrpc-5.5.14-22 is installed
  • OR php5-xmlwriter-5.5.14-22 is installed
  • OR php5-xsl-5.5.14-22 is installed
  • OR php5-zip-5.5.14-22 is installed
  • OR php5-zlib-5.5.14-22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • evolution-data-server-2.24.1.1-11.8 is installed
  • OR evolution-data-server-32bit-2.24.1.1-11.8 is installed
  • OR evolution-data-server-lang-2.24.1.1-11.8 is installed
  • OR evolution-data-server-x86-2.24.1.1-11.8 is installed
  • OR gtkhtml2-3.24.1.1-3.23 is installed
  • OR gtkhtml2-lang-3.24.1.1-3.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • evolution-data-server-2.24.1.1-11.8 is installed
  • OR evolution-data-server-32bit-2.24.1.1-11.8 is installed
  • OR evolution-data-server-lang-2.24.1.1-11.8 is installed
  • OR evolution-data-server-x86-2.24.1.1-11.8 is installed
  • OR gtkhtml2-3.24.1.1-3.23 is installed
  • OR gtkhtml2-lang-3.24.1.1-3.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • cifs-mount-3.4.3-1.40 is installed
  • OR ldapsmb-1.34b-11.28.40 is installed
  • OR libsmbclient0-3.4.3-1.40 is installed
  • OR libsmbclient0-32bit-3.4.3-1.40 is installed
  • OR libsmbclient0-x86-3.4.3-1.40 is installed
  • OR libtalloc1-3.4.3-1.40 is installed
  • OR libtalloc1-32bit-3.4.3-1.40 is installed
  • OR libtalloc1-x86-3.4.3-1.40 is installed
  • OR libtdb1-3.4.3-1.40 is installed
  • OR libtdb1-32bit-3.4.3-1.40 is installed
  • OR libtdb1-x86-3.4.3-1.40 is installed
  • OR libwbclient0-3.4.3-1.40 is installed
  • OR libwbclient0-32bit-3.4.3-1.40 is installed
  • OR libwbclient0-x86-3.4.3-1.40 is installed
  • OR samba-3.4.3-1.40 is installed
  • OR samba-32bit-3.4.3-1.40 is installed
  • OR samba-client-3.4.3-1.40 is installed
  • OR samba-client-32bit-3.4.3-1.40 is installed
  • OR samba-client-x86-3.4.3-1.40 is installed
  • OR samba-doc-3.4.3-1.40 is installed
  • OR samba-krb-printing-3.4.3-1.40 is installed
  • OR samba-winbind-3.4.3-1.40 is installed
  • OR samba-winbind-32bit-3.4.3-1.40 is installed
  • OR samba-winbind-x86-3.4.3-1.40 is installed
  • OR samba-x86-3.4.3-1.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xorg-x11-Xvnc-7.4-27.40.52 is installed
  • OR xorg-x11-server-7.4-27.40.52 is installed
  • OR xorg-x11-server-extra-7.4-27.40.52 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND NetworkManager-gnome-0.7.1-5.15.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND NetworkManager-gnome-0.7.1-5.15.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND NetworkManager-gnome-0.7.1-5.15.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND LibVNCServer-0.9.1-154 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.22 is installed
  • OR libMagickCore1-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.22 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.22 is installed
  • OR libMagickCore1-6.4.3.6-7.78.22 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.78.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • krb5-1.6.3-133.49.58 is installed
  • OR krb5-32bit-1.6.3-133.49.58 is installed
  • OR krb5-apps-clients-1.6.3-133.49.58 is installed
  • OR krb5-apps-servers-1.6.3-133.49.58 is installed
  • OR krb5-client-1.6.3-133.49.58 is installed
  • OR krb5-doc-1.6.3-133.49.58 is installed
  • OR krb5-plugin-kdb-ldap-1.6.3-133.49.58 is installed
  • OR krb5-plugin-preauth-pkinit-1.6.3-133.49.58 is installed
  • OR krb5-server-1.6.3-133.49.58 is installed
  • OR krb5-x86-1.6.3-133.49.58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • krb5-1.6.3-133.49.58 is installed
  • OR krb5-32bit-1.6.3-133.49.58 is installed
  • OR krb5-apps-clients-1.6.3-133.49.58 is installed
  • OR krb5-apps-servers-1.6.3-133.49.58 is installed
  • OR krb5-client-1.6.3-133.49.58 is installed
  • OR krb5-doc-1.6.3-133.49.58 is installed
  • OR krb5-plugin-kdb-ldap-1.6.3-133.49.58 is installed
  • OR krb5-plugin-preauth-pkinit-1.6.3-133.49.58 is installed
  • OR krb5-server-1.6.3-133.49.58 is installed
  • OR krb5-x86-1.6.3-133.49.58 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • krb5-1.6.3-133.49.58 is installed
  • OR krb5-32bit-1.6.3-133.49.58 is installed
  • OR krb5-apps-clients-1.6.3-133.49.58 is installed
  • OR krb5-apps-servers-1.6.3-133.49.58 is installed
  • OR krb5-client-1.6.3-133.49.58 is installed
  • OR krb5-doc-1.6.3-133.49.58 is installed
  • OR krb5-plugin-kdb-ldap-1.6.3-133.49.58 is installed
  • OR krb5-plugin-preauth-pkinit-1.6.3-133.49.58 is installed
  • OR krb5-server-1.6.3-133.49.58 is installed
  • OR krb5-x86-1.6.3-133.49.58 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
  • libopenssl-devel-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.80 is installed
  • OR openssl-0.9.8j-0.80 is installed
  • OR openssl-doc-0.9.8j-0.80 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • libopenssl-devel-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-hmac-0.9.8j-0.80 is installed
  • OR libopenssl0_9_8-hmac-32bit-0.9.8j-0.80 is installed
  • OR openssl-0.9.8j-0.80 is installed
  • OR openssl-doc-0.9.8j-0.80 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • kdelibs4-4.3.5-0.14 is installed
  • OR kdelibs4-core-4.3.5-0.14 is installed
  • OR kdelibs4-doc-4.3.5-0.14 is installed
  • OR libkde4-4.3.5-0.14 is installed
  • OR libkde4-32bit-4.3.5-0.14 is installed
  • OR libkde4-x86-4.3.5-0.14 is installed
  • OR libkdecore4-4.3.5-0.14 is installed
  • OR libkdecore4-32bit-4.3.5-0.14 is installed
  • OR libkdecore4-x86-4.3.5-0.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.2_06-0.7 is installed
  • OR xen-doc-html-4.2.2_06-0.7 is installed
  • OR xen-doc-pdf-4.2.2_06-0.7 is installed
  • OR xen-kmp-default-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-kmp-pae-4.2.2_06_3.0.82_0.7-0.7 is installed
  • OR xen-libs-4.2.2_06-0.7 is installed
  • OR xen-libs-32bit-4.2.2_06-0.7 is installed
  • OR xen-tools-4.2.2_06-0.7 is installed
  • OR xen-tools-domU-4.2.2_06-0.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.71 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.71 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.71 is installed
  • OR kernel-default-3.0.101-0.47.71 is installed
  • OR kernel-default-base-3.0.101-0.47.71 is installed
  • OR kernel-default-devel-3.0.101-0.47.71 is installed
  • OR kernel-default-man-3.0.101-0.47.71 is installed
  • OR kernel-ec2-3.0.101-0.47.71 is installed
  • OR kernel-ec2-base-3.0.101-0.47.71 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.71 is installed
  • OR kernel-pae-3.0.101-0.47.71 is installed
  • OR kernel-pae-base-3.0.101-0.47.71 is installed
  • OR kernel-pae-devel-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-base-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-devel-3.0.101-0.47.71 is installed
  • OR kernel-source-3.0.101-0.47.71 is installed
  • OR kernel-syms-3.0.101-0.47.71 is installed
  • OR kernel-trace-3.0.101-0.47.71 is installed
  • OR kernel-trace-base-3.0.101-0.47.71 is installed
  • OR kernel-trace-devel-3.0.101-0.47.71 is installed
  • OR kernel-xen-3.0.101-0.47.71 is installed
  • OR kernel-xen-base-3.0.101-0.47.71 is installed
  • OR kernel-xen-devel-3.0.101-0.47.71 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.71 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.71 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.71 is installed
  • OR kernel-default-3.0.101-0.47.71 is installed
  • OR kernel-default-base-3.0.101-0.47.71 is installed
  • OR kernel-default-devel-3.0.101-0.47.71 is installed
  • OR kernel-default-man-3.0.101-0.47.71 is installed
  • OR kernel-ec2-3.0.101-0.47.71 is installed
  • OR kernel-ec2-base-3.0.101-0.47.71 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.71 is installed
  • OR kernel-pae-3.0.101-0.47.71 is installed
  • OR kernel-pae-base-3.0.101-0.47.71 is installed
  • OR kernel-pae-devel-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-base-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-devel-3.0.101-0.47.71 is installed
  • OR kernel-source-3.0.101-0.47.71 is installed
  • OR kernel-syms-3.0.101-0.47.71 is installed
  • OR kernel-trace-3.0.101-0.47.71 is installed
  • OR kernel-trace-base-3.0.101-0.47.71 is installed
  • OR kernel-trace-devel-3.0.101-0.47.71 is installed
  • OR kernel-xen-3.0.101-0.47.71 is installed
  • OR kernel-xen-base-3.0.101-0.47.71 is installed
  • OR kernel-xen-devel-3.0.101-0.47.71 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.71 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.71 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.71 is installed
  • OR kernel-default-3.0.101-0.47.71 is installed
  • OR kernel-default-base-3.0.101-0.47.71 is installed
  • OR kernel-default-devel-3.0.101-0.47.71 is installed
  • OR kernel-default-man-3.0.101-0.47.71 is installed
  • OR kernel-ec2-3.0.101-0.47.71 is installed
  • OR kernel-ec2-base-3.0.101-0.47.71 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.71 is installed
  • OR kernel-pae-3.0.101-0.47.71 is installed
  • OR kernel-pae-base-3.0.101-0.47.71 is installed
  • OR kernel-pae-devel-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-base-3.0.101-0.47.71 is installed
  • OR kernel-ppc64-devel-3.0.101-0.47.71 is installed
  • OR kernel-source-3.0.101-0.47.71 is installed
  • OR kernel-syms-3.0.101-0.47.71 is installed
  • OR kernel-trace-3.0.101-0.47.71 is installed
  • OR kernel-trace-base-3.0.101-0.47.71 is installed
  • OR kernel-trace-devel-3.0.101-0.47.71 is installed
  • OR kernel-xen-3.0.101-0.47.71 is installed
  • OR kernel-xen-base-3.0.101-0.47.71 is installed
  • OR kernel-xen-devel-3.0.101-0.47.71 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • gtk2-2.18.9-0.23 is installed
  • OR gtk2-32bit-2.18.9-0.23 is installed
  • OR gtk2-doc-2.18.9-0.23 is installed
  • OR gtk2-lang-2.18.9-0.23 is installed
  • OR gtk2-x86-2.18.9-0.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.8.0esr-68 is installed
  • OR MozillaFirefox-translations-45.8.0esr-68 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-41 is installed
  • OR xen-doc-html-4.2.5_21-41 is installed
  • OR xen-doc-pdf-4.2.5_21-41 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.99-41 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.99-41 is installed
  • OR xen-libs-4.2.5_21-41 is installed
  • OR xen-libs-32bit-4.2.5_21-41 is installed
  • OR xen-tools-4.2.5_21-41 is installed
  • OR xen-tools-domU-4.2.5_21-41 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-41 is installed
  • OR xen-doc-html-4.2.5_21-41 is installed
  • OR xen-doc-pdf-4.2.5_21-41 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.99-41 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.99-41 is installed
  • OR xen-libs-4.2.5_21-41 is installed
  • OR xen-libs-32bit-4.2.5_21-41 is installed
  • OR xen-tools-4.2.5_21-41 is installed
  • OR xen-tools-domU-4.2.5_21-41 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • bind-9.9.6P1-0.25.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.25.1 is installed
  • OR bind-doc-9.9.6P1-0.25.1 is installed
  • OR bind-libs-9.9.6P1-0.25.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25.1 is installed
  • OR bind-utils-9.9.6P1-0.25.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.59 is installed
  • OR libMagickCore1-6.4.3.6-78.59 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.59 is installed
  • OR libMagickCore1-6.4.3.6-78.59 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • grub2-2.00-0.66.8 is installed
  • OR grub2-x86_64-efi-2.00-0.66.8 is installed
  • OR grub2-x86_64-xen-2.00-0.66.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • grub2-2.00-0.66.8 is installed
  • OR grub2-x86_64-efi-2.00-0.66.8 is installed
  • OR grub2-x86_64-xen-2.00-0.66.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND aaa_base-11-6.105 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-42 is installed
  • OR salt-doc-2016.11.4-42 is installed
  • OR salt-minion-2016.11.4-42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-42 is installed
  • OR salt-doc-2016.11.4-42 is installed
  • OR salt-minion-2016.11.4-42 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND kvm-1.4.2-60.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND kvm-1.4.2-60.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • fuse-2.9.3-3.65 is installed
  • OR libfuse2-2.9.3-3.65 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND wget-1.14-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND wget-1.14-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND coolkey-1.1.0-147.71 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND ucode-intel-20180807-13.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND ucode-intel-20180807-13.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_32-default-4-3.1 is installed
  • OR kgraft-patch-3_12_69-60_64_32-xen-4-3.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_13-4-3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND libtcnative-1-0-1.1.34-12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND libtcnative-1-0-1.1.34-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • bash-4.3-78.39 is installed
  • OR bash-doc-4.3-78.39 is installed
  • OR libreadline6-6.3-78.39 is installed
  • OR libreadline6-32bit-6.3-78.39 is installed
  • OR readline-doc-6.3-78.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.129 is installed
  • OR kernel-default-base-4.4.121-92.129 is installed
  • OR kernel-default-devel-4.4.121-92.129 is installed
  • OR kernel-devel-4.4.121-92.129 is installed
  • OR kernel-macros-4.4.121-92.129 is installed
  • OR kernel-source-4.4.121-92.129 is installed
  • OR kernel-syms-4.4.121-92.129 is installed
  • OR kgraft-patch-4_4_121-92_129-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_34-1-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.129 is installed
  • OR kernel-default-base-4.4.121-92.129 is installed
  • OR kernel-default-devel-4.4.121-92.129 is installed
  • OR kernel-devel-4.4.121-92.129 is installed
  • OR kernel-macros-4.4.121-92.129 is installed
  • OR kernel-source-4.4.121-92.129 is installed
  • OR kernel-syms-4.4.121-92.129 is installed
  • OR kgraft-patch-4_4_121-92_129-default-1-3.3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_34-1-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-7-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_90-92_45-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_14-7-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • rsyslog-8.24.0-3.19 is installed
  • OR rsyslog-diag-tools-8.24.0-3.19 is installed
  • OR rsyslog-doc-8.24.0-3.19 is installed
  • OR rsyslog-module-gssapi-8.24.0-3.19 is installed
  • OR rsyslog-module-gtls-8.24.0-3.19 is installed
  • OR rsyslog-module-mysql-8.24.0-3.19 is installed
  • OR rsyslog-module-pgsql-8.24.0-3.19 is installed
  • OR rsyslog-module-relp-8.24.0-3.19 is installed
  • OR rsyslog-module-snmp-8.24.0-3.19 is installed
  • OR rsyslog-module-udpspoof-8.24.0-3.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • rsyslog-8.24.0-3.19 is installed
  • OR rsyslog-diag-tools-8.24.0-3.19 is installed
  • OR rsyslog-doc-8.24.0-3.19 is installed
  • OR rsyslog-module-gssapi-8.24.0-3.19 is installed
  • OR rsyslog-module-gtls-8.24.0-3.19 is installed
  • OR rsyslog-module-mysql-8.24.0-3.19 is installed
  • OR rsyslog-module-pgsql-8.24.0-3.19 is installed
  • OR rsyslog-module-relp-8.24.0-3.19 is installed
  • OR rsyslog-module-snmp-8.24.0-3.19 is installed
  • OR rsyslog-module-udpspoof-8.24.0-3.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND pigz-2.3-5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libsolv-0.6.36-2.27.19 is installed
  • OR libsolv-tools-0.6.36-2.27.19 is installed
  • OR libzypp-16.20.2-27.60 is installed
  • OR perl-solv-0.6.36-2.27.19 is installed
  • OR python-solv-0.6.36-2.27.19 is installed
  • OR zypper-1.13.54-18.40 is installed
  • OR zypper-log-1.13.54-18.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libsolv-0.6.36-2.27.19 is installed
  • OR libsolv-tools-0.6.36-2.27.19 is installed
  • OR libzypp-16.20.2-27.60 is installed
  • OR perl-solv-0.6.36-2.27.19 is installed
  • OR python-solv-0.6.36-2.27.19 is installed
  • OR zypper-1.13.54-18.40 is installed
  • OR zypper-log-1.13.54-18.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-4-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-4-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-4-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_178-94_91-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_25-4-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • gnutls-3.3.27-3.3 is installed
  • OR libgnutls-openssl27-3.3.27-3.3 is installed
  • OR libgnutls28-3.3.27-3.3 is installed
  • OR libgnutls28-32bit-3.3.27-3.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • gnutls-3.3.27-3.3 is installed
  • OR libgnutls-openssl27-3.3.27-3.3 is installed
  • OR libgnutls28-3.3.27-3.3 is installed
  • OR libgnutls28-32bit-3.3.27-3.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • libarchive-3.1.2-26.3 is installed
  • OR libarchive13-3.1.2-26.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • libarchive-3.1.2-26.3 is installed
  • OR libarchive13-3.1.2-26.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND clamav-0.100.2-33.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND
  • dhcp-4.3.3-10.19 is installed
  • OR dhcp-client-4.3.3-10.19 is installed
  • OR dhcp-relay-4.3.3-10.19 is installed
  • OR dhcp-server-4.3.3-10.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP5 is installed
  • AND
  • dhcp-4.3.3-10.19 is installed
  • OR dhcp-client-4.3.3-10.19 is installed
  • OR dhcp-relay-4.3.3-10.19 is installed
  • OR dhcp-server-4.3.3-10.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • ghostscript-9.15-22 is installed
  • OR ghostscript-x11-9.15-22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • ghostscript-9.15-22 is installed
  • OR ghostscript-x11-9.15-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • colord-gtk-lang-0.1.26-6 is installed
  • OR libcolord-gtk1-0.1.26-6 is installed
  • OR libcolord2-1.3.3-10 is installed
  • OR libcolorhug2-1.3.3-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND clamsap-0.98.9-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_55-52_45-default-2-2 is installed
  • OR kgraft-patch-3_12_55-52_45-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_13-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • evince-3.10.3-2.3 is installed
  • OR evince-lang-3.10.3-2.3 is installed
  • OR libevdocument3-4-3.10.3-2.3 is installed
  • OR libevview3-3-3.10.3-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND mozilla-nspr-devel-4.9.3-0.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND apache2-mod_fcgid-2.2-31.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • binutils-devel-2.24-3 is installed
  • OR binutils-devel-32bit-2.24-3 is installed
  • OR binutils-gold-2.24-3 is installed
  • OR cross-ppc-binutils-2.24-3 is installed
  • OR cross-spu-binutils-2.24-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • DirectFB-1.7.1-4 is installed
  • OR libdirectfb-1_7-1-32bit-1.7.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.22-3 is installed
  • OR libmysqlclient_r18-32bit-10.0.22-3 is installed
  • OR mariadb-10.0.22-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libid3tag-0.15.1b-184.3 is installed
  • OR libid3tag0-0.15.1b-184.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND kernel-default-extra-4.4.73-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • openconnect-7.08-3.4 is installed
  • OR openconnect-lang-7.08-3.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP5 is installed
  • AND Package Information
  • openconnect-7.08-3.9 is installed
  • OR openconnect-lang-7.08-3.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND bluez-cups-5.48-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-45.6.0esr-62.1 is installed
  • OR MozillaFirefox-translations-45.6.0esr-62.1 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND python-tablib-0.9.11-3.1 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 is installed
  • AND Package Information
  • go1.4-1.4.3-6 is installed
  • OR go1.4-doc-1.4.3-6 is installed
  • BACK