Oval Definition:oval:org.opensuse.security:def:31620
Revision Date:2021-05-18Version:1
Title:Security update for the Linux Kernel (Important)
Description:

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



The following security bugs were fixed:

- CVE-2020-36312: Fixed an issue in virt/kvm/kvm_main.c that had a kvm_io_bus_unregister_dev memory leak upon a kmalloc failure (bnc#1184509). - CVE-2021-29650: Fixed an issue inside the netfilter subsystem that allowed attackers to cause a denial of service (panic) because net/netfilter/x_tables.c and include/linux/netfilter/x_tables.h lack a full memory barrier upon the assignment of a new table value (bnc#1184208). - CVE-2020-27673: Fixed an issue in Xen where a guest OS users could have caused a denial of service (host OS hang) via a high rate of events to dom0 (bnc#1177411, bnc#1184583). - CVE-2021-29154: Fixed BPF JIT compilers that allowed to execute arbitrary code within the kernel context (bnc#1184391). - CVE-2020-25673: Fixed NFC endless loops caused by repeated llcp_sock_connect() (bsc#1178181). - CVE-2020-25672: Fixed NFC memory leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25671: Fixed NFC refcount leak in llcp_sock_connect() (bsc#1178181). - CVE-2020-25670: Fixed NFC refcount leak in llcp_sock_bind() (bsc#1178181). - CVE-2021-28950: Fixed an issue in fs/fuse/fuse_i.h where a 'stall on CPU' could have occured because a retry loop continually finds the same bad inode (bnc#1184194, bnc#1184211). - CVE-2020-36322: Fixed an issue inside the FUSE filesystem implementation where fuse_do_getattr() calls make_bad_inode() in inappropriate situations, could have caused a system crash. NOTE: the original fix for this vulnerability was incomplete, and its incompleteness is tracked as CVE-2021-28950 (bnc#1184211). - CVE-2021-30002: Fixed a memory leak issue when a webcam device exists (bnc#1184120). - CVE-2021-3483: Fixed a use-after-free bug in nosy_ioctl() (bsc#1184393). - CVE-2021-20219: Fixed a denial of service vulnerability in drivers/tty/n_tty.c of the Linux kernel. In this flaw a local attacker with a normal user privilege could have delayed the loop and cause a threat to the system availability (bnc#1184397). - CVE-2021-29265: Fixed an issue in usbip_sockfd_store in drivers/usb/usbip/stub_dev.c that allowed attackers to cause a denial of service (GPF) because the stub-up sequence has race conditions during an update of the local and shared status (bnc#1184167). - CVE-2021-29264: Fixed an issue in drivers/net/ethernet/freescale/gianfar.c in the Freescale Gianfar Ethernet driver that allowed attackers to cause a system crash because a negative fragment size is calculated in situations involving an rx queue overrun when jumbo packets are used and NAPI is enabled (bnc#1184168). - CVE-2021-28972: Fixed an issue in drivers/pci/hotplug/rpadlpar_sysfs.c where the RPA PCI Hotplug driver had a user-tolerable buffer overflow when writing a new device name to the driver from userspace, allowing userspace to write data to the kernel stack frame directly. This occurs because add_slot_store and remove_slot_store mishandle drc_name '\0' termination (bnc#1184198). - CVE-2021-28660: Fixed rtw_wx_set_scan in drivers/staging/rtl8188eu/os_dep/ioctl_linux.c that allowed writing beyond the end of the ssid array (bnc#1183593). - CVE-2020-0433: Fixed blk_mq_queue_tag_busy_iter of blk-mq-tag.c, where a possible use after free due to improper locking could have happened. This could have led to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1176720). - CVE-2021-28038: Fixed an issue with Xen PV. A certain part of the netback driver lacks necessary treatment of errors such as failed memory allocations (as a result of changes to the handling of grant mapping errors). A host OS denial of service may occur during misbehavior of a networking frontend driver. NOTE: this issue exists because of an incomplete fix for CVE-2021-26931 (bnc#1183022, bnc#1183069). - CVE-2021-27365: Fixed an issue inside the iSCSI data structures that does not have appropriate length constraints or checks, and can exceed the PAGE_SIZE value. An unprivileged user can send a Netlink message that is associated with iSCSI, and has a length up to the maximum length of a Netlink message (bnc#1182715). - CVE-2021-27363: Fixed an issue with a kernel pointer leak that could have been used to determine the address of the iscsi_transport structure. When an iSCSI transport is registered with the iSCSI subsystem, the transport's handle is available to unprivileged users via the sysfs file system, at /sys/class/iscsi_transport/$TRANSPORT_NAME/handle. When read, the show_transport_handle function (in drivers/scsi/scsi_transport_iscsi.c) is called, which leaks the handle. This handle is actually the pointer to an iscsi_transport struct in the kernel module's global variables (bnc#1182716). - CVE-2021-27364: Fixed an issue in drivers/scsi/scsi_transport_iscsi.c where an unprivileged user can craft Netlink messages (bnc#1182717). - CVE-2020-1749: Fixed a flaw inside of some networking protocols in IPsec, such as VXLAN and GENEVE tunnels over IPv6. When an encrypted tunnel is created between two hosts, the kernel isn't correctly routing tunneled data over the encrypted link; rather sending the data unencrypted. This would allow anyone in between the two endpoints to read the traffic unencrypted. The main threat from this vulnerability is to data confidentiality (bnc#1165629).

The following non-security bugs were fixed:

- bluetooth: eliminate the potential race condition when removing the HCI controller (bsc#1184611). - Btrfs: add missing extents release on file extent cluster relocation error (bsc#1159483). - btrfs: change timing for qgroup reserved space for ordered extents to fix reserved space leak (bsc#1172247). - btrfs: Cleanup try_flush_qgroup (bsc#1182047). - btrfs: Do not flush from btrfs_delayed_inode_reserve_metadata (bsc#1182047). - btrfs: drop unused parameter qgroup_reserved (bsc#1182261). - btrfs: fix qgroup data rsv leak caused by falloc failure (bsc#1182261). - btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata (bsc#1182261). - btrfs: Free correct amount of space in btrfs_delayed_inode_reserve_metadata (bsc#1182047). - btrfs: inode: move qgroup reserved space release to the callers of insert_reserved_file_extent() (bsc#1172247). - btrfs: inode: refactor the parameters of insert_reserved_file_extent() (bsc#1172247). - btrfs: make btrfs_ordered_extent naming consistent with btrfs_file_extent_item (bsc#1172247). - btrfs: qgroup: allow to unreserve range without releasing other ranges (bsc#1120163). - btrfs: qgroup: Always free PREALLOC META reserve in btrfs_delalloc_release_extents() (bsc#1155179). - btrfs: qgroup: do not commit transaction when we already hold the handle (bsc#1178634). - btrfs: qgroup: Do not hold qgroup_ioctl_lock in btrfs_qgroup_inherit() (bsc#1165823). - btrfs: qgroup: do not try to wait flushing if we're already holding a transaction (bsc#1179575). - btrfs: qgroup: Fix a bug that prevents qgroup to be re-enabled after disable (bsc#1172247). - btrfs: qgroup: fix data leak caused by race between writeback and truncate (bsc#1172247). - btrfs: qgroup: fix qgroup meta rsv leak for subvolume operations (bsc#1177856). - btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls (bsc#1152975). - btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space (bsc#1152974). - btrfs: qgroup: fix wrong qgroup metadata reserve for delayed inode (bsc#1177855). - btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new qgroup (bsc#1165823). - btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOT (bsc#1120163). - btrfs: qgroup: try to flush qgroup space when we get -EDQUOT (bsc#1120163). - btrfs: remove unused parameter from btrfs_subvolume_release_metadata (bsc#1182261). - btrfs: tracepoints: Fix bad entry members of qgroup events (bsc#1155186). - btrfs: tracepoints: Fix wrong parameter order for qgroup events (bsc#1155184). - ext4: check journal inode extents more carefully (bsc#1173485). - ext4: do not allow overlapping system zones (bsc#1173485). - ext4: handle error of ext4_setup_system_zone() on remount (bsc#1173485). - hv_netvsc: remove ndo_poll_controller (bsc#1185248). - KVM: Add proper lockdep assertion in I/O bus unregister (bsc#1185555). - KVM: Destroy I/O bus devices on unregister failure _after_ sync'ing SRCU (bsc#1185556). - KVM: Stop looking for coalesced MMIO zones if the bus is destroyed (bsc#1185557). - xen-netback: respect gnttab_map_refs()'s return value (bsc#1183022 XSA-367). - Xen/gnttab: handle p2m update errors on a per-slot basis (bsc#1183022 XSA-367).
Family:unixClass:patch
Status:Reference(s):1000106
1000893
1003030
1003032
1005004
1005005
1007157
1007160
1007501
1007766
1008043
1009100
1009103
1009107
1009109
1009111
1011652
1012651
1014298
1016340
1092100
1120163
1137443
1152974
1152975
1155179
1155184
1155186
1159483
1165629
1165823
1172247
1173485
1176720
1177411
1177855
1177856
1178181
1178634
1179575
1182047
1182261
1182715
1182716
1182717
1183022
1183069
1183593
1184120
1184167
1184168
1184194
1184198
1184208
1184211
1184391
1184393
1184397
1184509
1184583
1184611
1185248
1185555
1185556
1185557
895528
944460
944787
947165
948973
948976
950703
950704
950705
950706
951845
954018
954405
954872
955399
956408
956409
956411
956592
956832
957988
958007
958009
958493
958523
959006
959695
959928
960726
960861
960862
961332
961600
961692
962335
962360
962611
962627
962642
962758
963161
963783
964431
964452
964644
964746
964925
964929
964947
964950
965112
965156
965315
965317
966755
967090
967101
967630
968004
969351
973188
973631
974038
975130
975138
976470
978160
978164
978295
978413
980716
980724
981264
982224
982225
982960
983984
985503
988675
990843
990923
995785
995792
CVE-2006-0855
CVE-2007-1320
CVE-2007-1321
CVE-2007-1322
CVE-2007-1323
CVE-2007-1366
CVE-2007-1669
CVE-2007-3257
CVE-2007-3919
CVE-2008-2382
CVE-2008-5714
CVE-2008-5913
CVE-2009-0586
CVE-2009-3555
CVE-2010-0164
CVE-2010-0165
CVE-2010-0166
CVE-2010-0167
CVE-2010-0168
CVE-2010-0169
CVE-2010-0170
CVE-2010-0171
CVE-2010-0172
CVE-2010-0173
CVE-2010-0174
CVE-2010-0176
CVE-2010-0177
CVE-2010-0178
CVE-2010-0179
CVE-2010-0181
CVE-2010-0182
CVE-2010-0654
CVE-2010-1028
CVE-2010-1121
CVE-2010-1125
CVE-2010-1196
CVE-2010-1197
CVE-2010-1198
CVE-2010-1199
CVE-2010-1200
CVE-2010-1201
CVE-2010-1202
CVE-2010-1203
CVE-2010-1205
CVE-2010-1206
CVE-2010-1207
CVE-2010-1208
CVE-2010-1209
CVE-2010-1210
CVE-2010-1211
CVE-2010-1212
CVE-2010-1213
CVE-2010-1214
CVE-2010-1215
CVE-2010-1585
CVE-2010-2751
CVE-2010-2752
CVE-2010-2753
CVE-2010-2754
CVE-2010-2755
CVE-2010-2760
CVE-2010-2762
CVE-2010-2764
CVE-2010-2765
CVE-2010-2766
CVE-2010-2767
CVE-2010-2768
CVE-2010-2769
CVE-2010-3166
CVE-2010-3167
CVE-2010-3168
CVE-2010-3169
CVE-2010-3170
CVE-2010-3173
CVE-2010-3174
CVE-2010-3175
CVE-2010-3176
CVE-2010-3177
CVE-2010-3178
CVE-2010-3179
CVE-2010-3180
CVE-2010-3182
CVE-2010-3183
CVE-2010-3765
CVE-2010-3766
CVE-2010-3767
CVE-2010-3768
CVE-2010-3769
CVE-2010-3770
CVE-2010-3771
CVE-2010-3772
CVE-2010-3773
CVE-2010-3775
CVE-2010-3776
CVE-2010-3777
CVE-2010-3778
CVE-2011-0051
CVE-2011-0053
CVE-2011-0054
CVE-2011-0055
CVE-2011-0056
CVE-2011-0057
CVE-2011-0059
CVE-2011-0061
CVE-2011-0062
CVE-2011-0065
CVE-2011-0066
CVE-2011-0067
CVE-2011-0069
CVE-2011-0070
CVE-2011-0072
CVE-2011-0073
CVE-2011-0074
CVE-2011-0075
CVE-2011-0077
CVE-2011-0078
CVE-2011-0080
CVE-2011-0081
CVE-2011-0083
CVE-2011-0084
CVE-2011-0085
CVE-2011-1202
CVE-2011-1898
CVE-2011-2362
CVE-2011-2363
CVE-2011-2364
CVE-2011-2365
CVE-2011-2371
CVE-2011-2372
CVE-2011-2373
CVE-2011-2374
CVE-2011-2376
CVE-2011-2377
CVE-2011-2378
CVE-2011-2697
CVE-2011-2980
CVE-2011-2981
CVE-2011-2982
CVE-2011-2983
CVE-2011-2995
CVE-2011-2996
CVE-2011-2999
CVE-2011-3000
CVE-2011-3001
CVE-2011-3647
CVE-2011-3648
CVE-2011-3650
CVE-2012-0029
CVE-2012-2652
CVE-2012-3515
CVE-2012-5783
CVE-2013-2007
CVE-2013-4527
CVE-2013-4529
CVE-2013-4530
CVE-2013-4533
CVE-2013-4534
CVE-2013-4537
CVE-2013-4538
CVE-2013-4539
CVE-2014-0222
CVE-2014-3065
CVE-2014-3566
CVE-2014-3615
CVE-2014-3640
CVE-2014-3672
CVE-2014-3689
CVE-2014-4288
CVE-2014-6456
CVE-2014-6457
CVE-2014-6458
CVE-2014-6466
CVE-2014-6476
CVE-2014-6492
CVE-2014-6493
CVE-2014-6502
CVE-2014-6503
CVE-2014-6506
CVE-2014-6511
CVE-2014-6512
CVE-2014-6513
CVE-2014-6515
CVE-2014-6527
CVE-2014-6531
CVE-2014-6532
CVE-2014-6558
CVE-2014-7815
CVE-2014-8891
CVE-2014-8892
CVE-2014-9718
CVE-2015-0138
CVE-2015-0192
CVE-2015-1914
CVE-2015-2808
CVE-2015-3247
CVE-2015-5260
CVE-2015-5261
CVE-2015-5278
CVE-2015-5307
CVE-2015-6855
CVE-2015-7311
CVE-2015-7504
CVE-2015-7512
CVE-2015-7835
CVE-2015-7969
CVE-2015-7970
CVE-2015-7971
CVE-2015-7972
CVE-2015-8104
CVE-2015-8339
CVE-2015-8340
CVE-2015-8341
CVE-2015-8345
CVE-2015-8504
CVE-2015-8550
CVE-2015-8554
CVE-2015-8555
CVE-2015-8558
CVE-2015-8743
CVE-2016-10013
CVE-2016-10024
CVE-2016-1568
CVE-2016-1570
CVE-2016-1571
CVE-2016-1714
CVE-2016-1981
CVE-2016-2270
CVE-2016-2271
CVE-2016-2391
CVE-2016-2392
CVE-2016-2538
CVE-2016-2841
CVE-2016-3158
CVE-2016-3159
CVE-2016-3710
CVE-2016-3712
CVE-2016-3960
CVE-2016-4001
CVE-2016-4002
CVE-2016-4439
CVE-2016-4441
CVE-2016-4453
CVE-2016-4454
CVE-2016-4480
CVE-2016-5238
CVE-2016-5338
CVE-2016-5403
CVE-2016-6258
CVE-2016-6351
CVE-2016-7032
CVE-2016-7076
CVE-2016-7092
CVE-2016-7094
CVE-2016-7777
CVE-2016-7908
CVE-2016-7909
CVE-2016-8667
CVE-2016-8669
CVE-2016-8909
CVE-2016-8910
CVE-2016-9379
CVE-2016-9380
CVE-2016-9381
CVE-2016-9382
CVE-2016-9383
CVE-2016-9386
CVE-2016-9637
CVE-2016-9932
CVE-2018-1122
CVE-2018-1123
CVE-2018-1124
CVE-2018-1125
CVE-2018-1126
CVE-2019-12735
CVE-2020-0433
CVE-2020-1749
CVE-2020-25670
CVE-2020-25671
CVE-2020-25672
CVE-2020-25673
CVE-2020-27673
CVE-2020-36312
CVE-2020-36322
CVE-2021-20219
CVE-2021-27363
CVE-2021-27364
CVE-2021-27365
CVE-2021-28038
CVE-2021-28660
CVE-2021-28950
CVE-2021-28972
CVE-2021-29154
CVE-2021-29264
CVE-2021-29265
CVE-2021-29650
CVE-2021-30002
CVE-2021-3483
SUSE-SU-2015:2338-1
SUSE-SU-2016:1259-1
SUSE-SU-2016:2891-1
SUSE-SU-2018:2042-1
SUSE-SU-2019:14078-1
SUSE-SU-2021:1623-1
Platform(s):openSUSE Leap 15.0
openSUSE Leap 42.3
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS
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 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-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 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS
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 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-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-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 5
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • MozillaThunderbird-52.7-lp150.2 is installed
  • OR MozillaThunderbird-translations-common-52.7-lp150.2 is installed
  • OR MozillaThunderbird-translations-other-52.7-lp150.2 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • at-3.1.14-12 is installed
  • OR flex-2.5.37-14 is installed
  • OR libbonobo-2.32.1-22 is installed
  • OR libbonobo-devel-2.32.1-22 is installed
  • OR libbonobo-lang-2.32.1-22 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-Jinja2-2.7.3-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • glibc-2.11.3-17.45.49 is installed
  • OR glibc-32bit-2.11.3-17.45.49 is installed
  • OR glibc-devel-2.11.3-17.45.49 is installed
  • OR glibc-devel-32bit-2.11.3-17.45.49 is installed
  • OR glibc-i18ndata-2.11.3-17.45.49 is installed
  • OR glibc-locale-2.11.3-17.45.49 is installed
  • OR glibc-locale-32bit-2.11.3-17.45.49 is installed
  • OR nscd-2.11.3-17.45.49 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND dnsmasq-2.71-0.12.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.2.1esr-19 is installed
  • OR MozillaFirefox-branding-SLED-31.0-0.12 is installed
  • OR MozillaFirefox-translations-38.2.1esr-19 is installed
  • OR libfreebl3-3.19.2.0-0.16 is installed
  • OR libfreebl3-32bit-3.19.2.0-0.16 is installed
  • OR libsoftokn3-3.19.2.0-0.16 is installed
  • OR libsoftokn3-32bit-3.19.2.0-0.16 is installed
  • OR mozilla-nss-3.19.2.0-0.16 is installed
  • OR mozilla-nss-32bit-3.19.2.0-0.16 is installed
  • OR mozilla-nss-tools-3.19.2.0-0.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • qemu-2.3.1-24 is installed
  • OR qemu-block-curl-2.3.1-24 is installed
  • OR qemu-ipxe-1.0.0-24 is installed
  • OR qemu-kvm-2.3.1-24 is installed
  • OR qemu-seabios-1.8.1-24 is installed
  • OR qemu-sgabios-8-24 is installed
  • OR qemu-tools-2.3.1-24 is installed
  • OR qemu-vgabios-1.8.1-24 is installed
  • OR qemu-x86-2.3.1-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libX11-1.6.2-11 is installed
  • OR libX11-6-1.6.2-11 is installed
  • OR libX11-6-32bit-1.6.2-11 is installed
  • OR libX11-data-1.6.2-11 is installed
  • OR libX11-xcb1-1.6.2-11 is installed
  • OR libX11-xcb1-32bit-1.6.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libopenjp2-7-2.1.0-4.3 is installed
  • OR openjpeg2-2.1.0-4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND Package Information
  • libncurses5-5.9-61 is installed
  • OR libncurses5-32bit-5.9-61 is installed
  • OR libncurses6-5.9-61 is installed
  • OR libncurses6-32bit-5.9-61 is installed
  • OR ncurses-5.9-61 is installed
  • OR ncurses-devel-5.9-61 is installed
  • OR ncurses-utils-5.9-61 is installed
  • OR tack-5.9-61 is installed
  • OR terminfo-5.9-61 is installed
  • OR terminfo-base-5.9-61 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • libgtk-vnc-2_0-0-0.7.2-1 is installed
  • OR libgvnc-1_0-0-0.7.2-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND hplip-3.17.9-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • git-2.16.3-1 is installed
  • OR git-arch-2.16.3-1 is installed
  • OR git-cvs-2.16.3-1 is installed
  • OR git-daemon-2.16.3-1 is installed
  • OR git-doc-2.16.3-1 is installed
  • OR git-email-2.16.3-1 is installed
  • OR git-gui-2.16.3-1 is installed
  • OR git-svn-2.16.3-1 is installed
  • OR git-web-2.16.3-1 is installed
  • OR gitk-2.16.3-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND squid-4.0.23-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • MozillaFirefox-3.0.10-1.1 is installed
  • OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
  • OR MozillaFirefox-translations-3.0.10-1.1 is installed
  • OR gconf2-2.24.0-7 is installed
  • OR gconf2-32bit-2.24.0-7 is installed
  • OR gconf2-x86-2.24.0-7 is installed
  • OR libfreebl3-3.12.3.1-1.2 is installed
  • OR libfreebl3-32bit-3.12.3.1-1.2 is installed
  • OR libfreebl3-x86-3.12.3.1-1.2 is installed
  • OR libidl-0.8.11-2 is installed
  • OR libidl-32bit-0.8.11-2 is installed
  • OR libidl-x86-0.8.11-2 is installed
  • OR mozilla-nspr-4.8-1.3 is installed
  • OR mozilla-nspr-32bit-4.8-1.3 is installed
  • OR mozilla-nspr-x86-4.8-1.3 is installed
  • OR mozilla-nss-3.12.3.1-1.2 is installed
  • OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
  • OR mozilla-nss-tools-3.12.3.1-1.2 is installed
  • OR mozilla-nss-x86-3.12.3.1-1.2 is installed
  • OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
  • OR orbit2-2.14.16-2 is installed
  • OR orbit2-32bit-2.14.16-2 is installed
  • OR orbit2-x86-2.14.16-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • MozillaFirefox-3.0.10-1.1 is installed
  • OR MozillaFirefox-branding-SLED-3.5-1.1 is installed
  • OR MozillaFirefox-translations-3.0.10-1.1 is installed
  • OR gconf2-2.24.0-7 is installed
  • OR gconf2-32bit-2.24.0-7 is installed
  • OR gconf2-x86-2.24.0-7 is installed
  • OR libfreebl3-3.12.3.1-1.2 is installed
  • OR libfreebl3-32bit-3.12.3.1-1.2 is installed
  • OR libfreebl3-x86-3.12.3.1-1.2 is installed
  • OR libidl-0.8.11-2 is installed
  • OR libidl-32bit-0.8.11-2 is installed
  • OR libidl-x86-0.8.11-2 is installed
  • OR mozilla-nspr-4.8-1.3 is installed
  • OR mozilla-nspr-32bit-4.8-1.3 is installed
  • OR mozilla-nspr-x86-4.8-1.3 is installed
  • OR mozilla-nss-3.12.3.1-1.2 is installed
  • OR mozilla-nss-32bit-3.12.3.1-1.2 is installed
  • OR mozilla-nss-tools-3.12.3.1-1.2 is installed
  • OR mozilla-nss-x86-3.12.3.1-1.2 is installed
  • OR mozilla-xulrunner190-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-32bit-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-gnomevfs-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-translations-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner190-x86-1.9.0.10-1.1 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.12-0.6 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.12-0.6 is installed
  • OR orbit2-2.14.16-2 is installed
  • OR orbit2-32bit-2.14.16-2 is installed
  • OR orbit2-x86-2.14.16-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • gnutls-2.4.1-24.39.39 is installed
  • OR libgnutls-extra26-2.4.1-24.39.39 is installed
  • OR libgnutls26-2.4.1-24.39.39 is installed
  • OR libgnutls26-32bit-2.4.1-24.39.39 is installed
  • OR libgnutls26-x86-2.4.1-24.39.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • apache2-2.2.12-1.30 is installed
  • OR apache2-doc-2.2.12-1.30 is installed
  • OR apache2-example-pages-2.2.12-1.30 is installed
  • OR apache2-prefork-2.2.12-1.30 is installed
  • OR apache2-utils-2.2.12-1.30 is installed
  • OR apache2-worker-2.2.12-1.30 is installed
  • OR libapr1-1.3.3-11.18.19 is installed
  • OR libapr1-32bit-1.3.3-11.18.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-1.30 is installed
  • OR apache2-doc-2.2.12-1.30 is installed
  • OR apache2-example-pages-2.2.12-1.30 is installed
  • OR apache2-prefork-2.2.12-1.30 is installed
  • OR apache2-utils-2.2.12-1.30 is installed
  • OR apache2-worker-2.2.12-1.30 is installed
  • OR libapr1-1.3.3-11.18.19 is installed
  • OR libapr1-32bit-1.3.3-11.18.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-1.30 is installed
  • OR apache2-doc-2.2.12-1.30 is installed
  • OR apache2-example-pages-2.2.12-1.30 is installed
  • OR apache2-prefork-2.2.12-1.30 is installed
  • OR apache2-utils-2.2.12-1.30 is installed
  • OR apache2-worker-2.2.12-1.30 is installed
  • OR libapr1-1.3.3-11.18.19 is installed
  • OR libapr1-32bit-1.3.3-11.18.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • evolution-data-server-2.28.2-0.10 is installed
  • OR evolution-data-server-32bit-2.28.2-0.10 is installed
  • OR evolution-data-server-lang-2.28.2-0.10 is installed
  • OR evolution-data-server-x86-2.28.2-0.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.48 is installed
  • OR libMagickCore1-6.4.3.6-7.48 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.48 is installed
  • OR libMagickCore1-6.4.3.6-7.48 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.48 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libproxy0-0.3.1-2.6 is installed
  • OR libproxy0-32bit-0.3.1-2.6 is installed
  • OR libproxy0-config-gnome-0.3.1-2.6 is installed
  • OR libproxy0-config-kde4-0.3.1-2.6 is installed
  • OR libproxy0-networkmanager-0.3.1-2.6 is installed
  • OR libproxy0-x86-0.3.1-2.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libproxy0-0.3.1-2.6 is installed
  • OR libproxy0-32bit-0.3.1-2.6 is installed
  • OR libproxy0-config-gnome-0.3.1-2.6 is installed
  • OR libproxy0-config-kde4-0.3.1-2.6 is installed
  • OR libproxy0-networkmanager-0.3.1-2.6 is installed
  • OR libproxy0-x86-0.3.1-2.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libproxy0-0.3.1-2.6 is installed
  • OR libproxy0-32bit-0.3.1-2.6 is installed
  • OR libproxy0-config-gnome-0.3.1-2.6 is installed
  • OR libproxy0-config-kde4-0.3.1-2.6 is installed
  • OR libproxy0-networkmanager-0.3.1-2.6 is installed
  • OR libproxy0-x86-0.3.1-2.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND foomatic-filters-3.0.2-269.35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • postgresql91-9.1.19-0.5 is installed
  • OR postgresql91-contrib-9.1.19-0.5 is installed
  • OR postgresql91-docs-9.1.19-0.5 is installed
  • OR postgresql91-server-9.1.19-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • postgresql91-9.1.19-0.5 is installed
  • OR postgresql91-contrib-9.1.19-0.5 is installed
  • OR postgresql91-docs-9.1.19-0.5 is installed
  • OR postgresql91-server-9.1.19-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • postgresql91-9.1.19-0.5 is installed
  • OR postgresql91-contrib-9.1.19-0.5 is installed
  • OR postgresql91-docs-9.1.19-0.5 is installed
  • OR postgresql91-server-9.1.19-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • postgresql91-9.1.19-0.5 is installed
  • OR postgresql91-contrib-9.1.19-0.5 is installed
  • OR postgresql91-docs-9.1.19-0.5 is installed
  • OR postgresql91-server-9.1.19-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • postgresql91-9.1.19-0.5 is installed
  • OR postgresql91-contrib-9.1.19-0.5 is installed
  • OR postgresql91-docs-9.1.19-0.5 is installed
  • OR postgresql91-server-9.1.19-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND kvm-1.4.1-0.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • 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
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • 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
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • 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
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • 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-LTSS is installed
  • AND
  • xen-4.2.5_21-45.11 is installed
  • OR xen-doc-html-4.2.5_21-45.11 is installed
  • OR xen-doc-pdf-4.2.5_21-45.11 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
  • OR xen-libs-4.2.5_21-45.11 is installed
  • OR xen-libs-32bit-4.2.5_21-45.11 is installed
  • OR xen-tools-4.2.5_21-45.11 is installed
  • OR xen-tools-domU-4.2.5_21-45.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.11 is installed
  • OR xen-doc-html-4.2.5_21-45.11 is installed
  • OR xen-doc-pdf-4.2.5_21-45.11 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.5-45.11 is installed
  • OR xen-libs-4.2.5_21-45.11 is installed
  • OR xen-libs-32bit-4.2.5_21-45.11 is installed
  • OR xen-tools-4.2.5_21-45.11 is installed
  • OR xen-tools-domU-4.2.5_21-45.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-52.9.0esr-72.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-72.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • gvim-7.2-8.21.3 is installed
  • OR vim-7.2-8.21.3 is installed
  • OR vim-base-7.2-8.21.3 is installed
  • OR vim-data-7.2-8.21.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • gvim-7.2-8.21.3 is installed
  • OR vim-7.2-8.21.3 is installed
  • OR vim-base-7.2-8.21.3 is installed
  • OR vim-data-7.2-8.21.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND procps-3.2.7-152.31 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND procps-3.2.7-152.31 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • gstreamer-0_10-plugins-base-0.10.35-5.15 is installed
  • OR gstreamer-0_10-plugins-base-32bit-0.10.35-5.15 is installed
  • OR gstreamer-0_10-plugins-base-doc-0.10.35-5.15 is installed
  • OR gstreamer-0_10-plugins-base-lang-0.10.35-5.15 is installed
  • OR gstreamer-0_10-plugins-base-x86-0.10.35-5.15 is installed
  • OR libgstapp-0_10-0-0.10.35-5.15 is installed
  • OR libgstapp-0_10-0-32bit-0.10.35-5.15 is installed
  • OR libgstapp-0_10-0-x86-0.10.35-5.15 is installed
  • OR libgstinterfaces-0_10-0-0.10.35-5.15 is installed
  • OR libgstinterfaces-0_10-0-32bit-0.10.35-5.15 is installed
  • OR libgstinterfaces-0_10-0-x86-0.10.35-5.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.10 is installed
  • OR salt-doc-2016.11.4-43.10 is installed
  • OR salt-minion-2016.11.4-43.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.10 is installed
  • OR salt-doc-2016.11.4-43.10 is installed
  • OR salt-minion-2016.11.4-43.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • gvim-7.2-8.21.3 is installed
  • OR vim-7.2-8.21.3 is installed
  • OR vim-base-7.2-8.21.3 is installed
  • OR vim-data-7.2-8.21.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • gvim-7.2-8.21.3 is installed
  • OR vim-7.2-8.21.3 is installed
  • OR vim-base-7.2-8.21.3 is installed
  • OR vim-data-7.2-8.21.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openvpn-openssl1-2.3.2-0.10.6 is installed
  • OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openvpn-openssl1-2.3.2-0.10.6 is installed
  • OR openvpn-openssl1-down-root-plugin-2.3.2-0.10.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • tomcat-7.0.55-8 is installed
  • OR tomcat-admin-webapps-7.0.55-8 is installed
  • OR tomcat-docs-webapp-7.0.55-8 is installed
  • OR tomcat-el-2_2-api-7.0.55-8 is installed
  • OR tomcat-javadoc-7.0.55-8 is installed
  • OR tomcat-jsp-2_2-api-7.0.55-8 is installed
  • OR tomcat-lib-7.0.55-8 is installed
  • OR tomcat-servlet-3_0-api-7.0.55-8 is installed
  • OR tomcat-webapps-7.0.55-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • tomcat-7.0.55-8 is installed
  • OR tomcat-admin-webapps-7.0.55-8 is installed
  • OR tomcat-docs-webapp-7.0.55-8 is installed
  • OR tomcat-el-2_2-api-7.0.55-8 is installed
  • OR tomcat-javadoc-7.0.55-8 is installed
  • OR tomcat-jsp-2_2-api-7.0.55-8 is installed
  • OR tomcat-lib-7.0.55-8 is installed
  • OR tomcat-servlet-3_0-api-7.0.55-8 is installed
  • OR tomcat-webapps-7.0.55-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND cifs-utils-6.4-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • glibc-2.19-38 is installed
  • OR glibc-32bit-2.19-38 is installed
  • OR glibc-devel-2.19-38 is installed
  • OR glibc-devel-32bit-2.19-38 is installed
  • OR glibc-html-2.19-38 is installed
  • OR glibc-i18ndata-2.19-38 is installed
  • OR glibc-info-2.19-38 is installed
  • OR glibc-locale-2.19-38 is installed
  • OR glibc-locale-32bit-2.19-38 is installed
  • OR glibc-profile-2.19-38 is installed
  • OR glibc-profile-32bit-2.19-38 is installed
  • OR nscd-2.19-38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • glibc-2.19-38 is installed
  • OR glibc-32bit-2.19-38 is installed
  • OR glibc-devel-2.19-38 is installed
  • OR glibc-devel-32bit-2.19-38 is installed
  • OR glibc-html-2.19-38 is installed
  • OR glibc-i18ndata-2.19-38 is installed
  • OR glibc-info-2.19-38 is installed
  • OR glibc-locale-2.19-38 is installed
  • OR glibc-locale-32bit-2.19-38 is installed
  • OR glibc-profile-2.19-38 is installed
  • OR glibc-profile-32bit-2.19-38 is installed
  • OR nscd-2.19-38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND binutils-2.25.0-13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • libspice-server1-0.12.5-10 is installed
  • OR spice-0.12.5-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • libspice-server1-0.12.5-10 is installed
  • OR spice-0.12.5-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • libopenssl1_0_0-1.0.1i-54.17 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-54.17 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-54.17 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-54.17 is installed
  • OR openssl-1.0.1i-54.17 is installed
  • OR openssl-doc-1.0.1i-54.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • gc-7.2d-5 is installed
  • OR libgc1-7.2d-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • gc-7.2d-5 is installed
  • OR libgc1-7.2d-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • avahi-0.6.32-30 is installed
  • OR avahi-lang-0.6.32-30 is installed
  • OR avahi-utils-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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • MozillaFirefox-60.4.0esr-109.55 is installed
  • OR MozillaFirefox-devel-60.4.0esr-109.55 is installed
  • OR MozillaFirefox-translations-common-60.4.0esr-109.55 is installed
  • OR libfreebl3-3.40.1-58.18 is installed
  • OR libfreebl3-32bit-3.40.1-58.18 is installed
  • OR libsoftokn3-3.40.1-58.18 is installed
  • OR libsoftokn3-32bit-3.40.1-58.18 is installed
  • OR mozilla-nspr-4.20-19.6 is installed
  • OR mozilla-nspr-32bit-4.20-19.6 is installed
  • OR mozilla-nss-3.40.1-58.18 is installed
  • OR mozilla-nss-32bit-3.40.1-58.18 is installed
  • OR mozilla-nss-certs-3.40.1-58.18 is installed
  • OR mozilla-nss-certs-32bit-3.40.1-58.18 is installed
  • OR mozilla-nss-sysinit-3.40.1-58.18 is installed
  • OR mozilla-nss-sysinit-32bit-3.40.1-58.18 is installed
  • OR mozilla-nss-tools-3.40.1-58.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • MozillaFirefox-60.4.0esr-109.55 is installed
  • OR MozillaFirefox-devel-60.4.0esr-109.55 is installed
  • OR MozillaFirefox-translations-common-60.4.0esr-109.55 is installed
  • OR libfreebl3-3.40.1-58.18 is installed
  • OR libfreebl3-32bit-3.40.1-58.18 is installed
  • OR libsoftokn3-3.40.1-58.18 is installed
  • OR libsoftokn3-32bit-3.40.1-58.18 is installed
  • OR mozilla-nspr-4.20-19.6 is installed
  • OR mozilla-nspr-32bit-4.20-19.6 is installed
  • OR mozilla-nss-3.40.1-58.18 is installed
  • OR mozilla-nss-32bit-3.40.1-58.18 is installed
  • OR mozilla-nss-certs-3.40.1-58.18 is installed
  • OR mozilla-nss-certs-32bit-3.40.1-58.18 is installed
  • OR mozilla-nss-sysinit-3.40.1-58.18 is installed
  • OR mozilla-nss-sysinit-32bit-3.40.1-58.18 is installed
  • OR mozilla-nss-tools-3.40.1-58.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • libopenssl-devel-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
  • OR openssl-1.0.2j-60.30 is installed
  • OR openssl-doc-1.0.2j-60.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • libopenssl-devel-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-32bit-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-1.0.2j-60.30 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.2j-60.30 is installed
  • OR openssl-1.0.2j-60.30 is installed
  • OR openssl-doc-1.0.2j-60.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • libapr-util1-1.5.3-2.3 is installed
  • OR libapr-util1-dbd-sqlite3-1.5.3-2.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • libapr-util1-1.5.3-2.3 is installed
  • OR libapr-util1-dbd-sqlite3-1.5.3-2.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • apache-commons-daemon-1.0.15-6 is installed
  • OR apache-commons-daemon-javadoc-1.0.15-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND Package Information
  • kernel-default-4.4.180-94.144.1 is installed
  • OR kernel-default-base-4.4.180-94.144.1 is installed
  • OR kernel-default-devel-4.4.180-94.144.1 is installed
  • OR kernel-devel-4.4.180-94.144.1 is installed
  • OR kernel-macros-4.4.180-94.144.1 is installed
  • OR kernel-source-4.4.180-94.144.1 is installed
  • OR kernel-syms-4.4.180-94.144.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND apache2-mod_jk-1.2.40-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • bash-4.3-83.23 is installed
  • OR bash-doc-4.3-83.23 is installed
  • OR libreadline6-6.3-83.23 is installed
  • OR libreadline6-32bit-6.3-83.23 is installed
  • OR readline-doc-6.3-83.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_44-52_18-default-6-2 is installed
  • OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
  • OR kgraft-patch-SLE12_Update_7-6-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_44-52_18-default-6-2 is installed
  • OR kgraft-patch-3_12_44-52_18-xen-6-2 is installed
  • OR kgraft-patch-SLE12_Update_7-6-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • libopenssl1_0_0-1.0.1i-54.23 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-54.23 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-54.23 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-54.23 is installed
  • OR openssl-1.0.1i-54.23 is installed
  • OR openssl-doc-1.0.1i-54.23 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_121-92_80-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_22-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND Package Information
  • MozillaFirefox-60.7.2-109.80 is installed
  • OR MozillaFirefox-translations-common-60.7.2-109.80 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libimobiledevice-1.1.5-6 is installed
  • OR libimobiledevice-tools-1.1.5-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-30 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-30 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.33-29.13 is installed
  • OR libmysqlclient_r18-32bit-10.0.33-29.13 is installed
  • OR mariadb-10.0.33-29.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libplist-1.12-20.3 is installed
  • OR libplist++3-1.12-20.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND Package Information
  • libpodofo0_9_2-0.9.2-3.6 is installed
  • OR podofo-0.9.2-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND NetworkManager-lang-1.10.6-3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.96 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.96 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.96 is installed
  • OR kernel-default-3.0.101-0.47.96 is installed
  • OR kernel-default-base-3.0.101-0.47.96 is installed
  • OR kernel-default-devel-3.0.101-0.47.96 is installed
  • OR kernel-ec2-3.0.101-0.47.96 is installed
  • OR kernel-ec2-base-3.0.101-0.47.96 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.96 is installed
  • OR kernel-source-3.0.101-0.47.96 is installed
  • OR kernel-syms-3.0.101-0.47.96 is installed
  • OR kernel-trace-3.0.101-0.47.96 is installed
  • OR kernel-trace-base-3.0.101-0.47.96 is installed
  • OR kernel-trace-devel-3.0.101-0.47.96 is installed
  • OR kernel-xen-3.0.101-0.47.96 is installed
  • OR kernel-xen-base-3.0.101-0.47.96 is installed
  • OR kernel-xen-devel-3.0.101-0.47.96 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • grafana-4.5.1-1.8 is installed
  • OR kafka-0.10.2.2-5 is installed
  • OR logstash-2.4.1-5 is installed
  • OR monasca-installer-20180608_12.47-9 is installed
  • BACK