Oval Definition:oval:org.opensuse.security:def:31173
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):1000189
1001419
1002165
1003077
1003344
1003568
1003677
1003866
1003925
1004517
1004520
1005857
1005896
1005903
1006917
1006919
1007944
1013669
1016370
1017099
1023275
1047236
1047240
1047536
1053972
1065000
1069509
1076957
1086001
1088004
1088009
1097103
1106222
1110910
1111006
1111010
1111013
1112185
1114422
1120163
1128481
1130721
1136570
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
763198
771065
799133
803320
814241
839104
843236
860441
863873
865783
871728
879138
907611
908458
908684
909077
909350
909484
909618
909994
911687
915183
920016
922634
922947
928138
929141
934760
951392
953817
956514
960689
963655
967716
968010
968014
971975
971989
973203
974620
976867
977687
979514
979595
979681
980371
982218
982783
983535
983619
984102
984194
984992
985177
985206
986337
986362
986365
986445
987565
988032
988440
989152
989261
989764
989779
991608
991665
991923
992566
993127
993890
993891
994296
994436
994618
994759
994926
995968
996329
996664
997708
998399
998689
999584
999600
999907
999932
CVE-2007-2756
CVE-2007-3257
CVE-2008-1483
CVE-2008-4936
CVE-2009-0159
CVE-2009-1252
CVE-2013-4312
CVE-2015-7513
CVE-2015-8023
CVE-2015-8956
CVE-2016-0823
CVE-2016-10012
CVE-2016-10708
CVE-2016-3841
CVE-2016-4997
CVE-2016-5636
CVE-2016-5696
CVE-2016-6161
CVE-2016-6480
CVE-2016-6828
CVE-2016-7042
CVE-2016-7097
CVE-2016-7117
CVE-2016-7425
CVE-2016-9063
CVE-2016-9811
CVE-2017-15906
CVE-2017-9233
CVE-2018-1060
CVE-2018-1061
CVE-2018-10839
CVE-2018-12085
CVE-2018-15746
CVE-2018-17958
CVE-2018-17962
CVE-2018-17963
CVE-2018-18438
CVE-2018-18849
CVE-2019-1787
CVE-2019-1788
CVE-2019-1789
CVE-2019-3860
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:2186-1
SUSE-SU-2016:2302-1
SUSE-SU-2016:2976-1
SUSE-SU-2017:0289-1
SUSE-SU-2017:2375-1
SUSE-SU-2017:2749-1
SUSE-SU-2018:2275-1
SUSE-SU-2018:2408-1
SUSE-SU-2018:3975-1
SUSE-SU-2019:14015-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
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 Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
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 OpenStack Cloud 5
SUSE OpenStack Cloud 6
Product(s):
Definition Synopsis
  • openSUSE Leap 15.0 is installed
  • AND Package Information
  • bind-9.11.2-lp150.7 is installed
  • OR bind-chrootenv-9.11.2-lp150.7 is installed
  • OR bind-utils-9.11.2-lp150.7 is installed
  • OR libbind9-160-9.11.2-lp150.7 is installed
  • OR libdns169-9.11.2-lp150.7 is installed
  • OR libirs160-9.11.2-lp150.7 is installed
  • OR libisc166-9.11.2-lp150.7 is installed
  • OR libisccc160-9.11.2-lp150.7 is installed
  • OR libisccfg160-9.11.2-lp150.7 is installed
  • OR liblwres160-9.11.2-lp150.7 is installed
  • OR python3-bind-9.11.2-lp150.7 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • kdenetwork4-filesharing-17.04.2-1 is installed
  • OR kdenetwork4-filesharing-lang-17.04.2-1 is installed
  • OR kdnssd-17.04.2-1 is installed
  • OR kget-17.04.2-1 is installed
  • OR kopete-17.04.2-1 is installed
  • OR kppp-17.04.2-1 is installed
  • OR krdc-17.04.2-1 is installed
  • OR krdc-lang-17.04.2-1 is installed
  • OR krfb-17.04.2-1 is installed
  • OR krfb-lang-17.04.2-1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-requests-2.3.0-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • finch-2.6.6-0.19 is installed
  • OR libpurple-2.6.6-0.19 is installed
  • OR libpurple-lang-2.6.6-0.19 is installed
  • OR libpurple-meanwhile-2.6.6-0.19 is installed
  • OR libpurple-tcl-2.6.6-0.19 is installed
  • OR pidgin-2.6.6-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.12 is installed
  • OR bind-libs-9.9.6P1-0.12 is installed
  • OR bind-libs-32bit-9.9.6P1-0.12 is installed
  • OR bind-utils-9.9.6P1-0.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • mozilla-nspr-4.10.9-11 is installed
  • OR mozilla-nspr-32bit-4.10.9-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • qemu-2.0.2-48.4 is installed
  • OR qemu-block-curl-2.0.2-48.4 is installed
  • OR qemu-ipxe-1.0.0-48.4 is installed
  • OR qemu-kvm-2.0.2-48.4 is installed
  • OR qemu-seabios-1.7.4-48.4 is installed
  • OR qemu-sgabios-8-48.4 is installed
  • OR qemu-tools-2.0.2-48.4 is installed
  • OR qemu-vgabios-1.7.4-48.4 is installed
  • OR qemu-x86-2.0.2-48.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.51-60.25 is installed
  • OR kernel-default-devel-3.12.51-60.25 is installed
  • OR kernel-default-extra-3.12.51-60.25 is installed
  • OR kernel-devel-3.12.51-60.25 is installed
  • OR kernel-macros-3.12.51-60.25 is installed
  • OR kernel-source-3.12.51-60.25 is installed
  • OR kernel-syms-3.12.51-60.25 is installed
  • OR kernel-xen-3.12.51-60.25 is installed
  • OR kernel-xen-devel-3.12.51-60.25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • gstreamer-plugins-bad-1.2.4-3.4 is installed
  • OR libgstegl-1_0-0-1.2.4-3.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • libwireshark8-2.2.9-48.9 is installed
  • OR libwiretap6-2.2.9-48.9 is installed
  • OR libwscodecs1-2.2.9-48.9 is installed
  • OR libwsutil7-2.2.9-48.9 is installed
  • OR wireshark-2.2.9-48.9 is installed
  • OR wireshark-gtk-2.2.9-48.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP4 is installed
  • AND xalan-j2-2.7.0-264 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • gdk-pixbuf-devel-2.36.11-3 is installed
  • OR gdk-pixbuf-lang-2.36.11-3 is installed
  • OR gdk-pixbuf-query-loaders-2.36.11-3 is installed
  • OR gdk-pixbuf-thumbnailer-2.36.11-3 is installed
  • OR libgdk_pixbuf-2_0-0-2.36.11-3 is installed
  • OR typelib-1_0-GdkPixbuf-2_0-2.36.11-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • cpio-2.9-75.27.24 is installed
  • OR cpio-lang-2.9-75.27.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • cpio-2.9-75.27.24 is installed
  • OR cpio-lang-2.9-75.27.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 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.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 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.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 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.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 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.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 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.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 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.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND libraptor1-1.4.18-28.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • fuse-2.7.2-61.23 is installed
  • OR libblkid1-2.16-6.11 is installed
  • OR libfuse2-2.7.2-61.23 is installed
  • OR libuuid1-2.16-6.11 is installed
  • OR libuuid1-32bit-2.16-6.11 is installed
  • OR libuuid1-x86-2.16-6.11 is installed
  • OR util-linux-2.16-6.11 is installed
  • OR util-linux-lang-2.16-6.11 is installed
  • OR uuid-runtime-2.16-6.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • fuse-2.7.2-61.23 is installed
  • OR libblkid1-2.16-6.11 is installed
  • OR libfuse2-2.7.2-61.23 is installed
  • OR libuuid1-2.16-6.11 is installed
  • OR libuuid1-32bit-2.16-6.11 is installed
  • OR libuuid1-x86-2.16-6.11 is installed
  • OR util-linux-2.16-6.11 is installed
  • OR util-linux-lang-2.16-6.11 is installed
  • OR uuid-runtime-2.16-6.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • fuse-2.7.2-61.23 is installed
  • OR libblkid1-2.16-6.11 is installed
  • OR libfuse2-2.7.2-61.23 is installed
  • OR libuuid1-2.16-6.11 is installed
  • OR libuuid1-32bit-2.16-6.11 is installed
  • OR libuuid1-x86-2.16-6.11 is installed
  • OR util-linux-2.16-6.11 is installed
  • OR util-linux-lang-2.16-6.11 is installed
  • OR uuid-runtime-2.16-6.11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • ntp-4.2.4p8-1.3 is installed
  • OR ntp-doc-4.2.4p8-1.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.25 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.25 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.25 is installed
  • OR xen-libs-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-4.0.3_21548_18-0.25 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.77 is installed
  • OR libMagickCore1-6.4.3.6-7.77 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.77 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.77 is installed
  • OR libMagickCore1-6.4.3.6-7.77 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.77 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.21 is installed
  • OR libvirt-client-0.9.6-0.21 is installed
  • OR libvirt-client-32bit-0.9.6-0.21 is installed
  • OR libvirt-doc-0.9.6-0.21 is installed
  • OR libvirt-python-0.9.6-0.21 is installed
  • OR virt-manager-0.9.0-3.19 is installed
  • OR vm-install-0.5.10-0.5 is installed
  • OR xen-4.1.2_20-0.5 is installed
  • OR xen-doc-html-4.1.2_20-0.5 is installed
  • OR xen-doc-pdf-4.1.2_20-0.5 is installed
  • OR xen-kmp-default-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-kmp-trace-4.1.2_20_3.0.38_0.5-0.5 is installed
  • OR xen-libs-4.1.2_20-0.5 is installed
  • OR xen-libs-32bit-4.1.2_20-0.5 is installed
  • OR xen-tools-4.1.2_20-0.5 is installed
  • OR xen-tools-domU-4.1.2_20-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • evolution-data-server-2.28.2-0.26.33 is installed
  • OR evolution-data-server-32bit-2.28.2-0.26.33 is installed
  • OR evolution-data-server-lang-2.28.2-0.26.33 is installed
  • OR evolution-data-server-x86-2.28.2-0.26.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.15 is installed
  • OR bind-chrootenv-9.9.6P1-0.15 is installed
  • OR bind-devel-9.9.6P1-0.15 is installed
  • OR bind-doc-9.9.6P1-0.15 is installed
  • OR bind-libs-9.9.6P1-0.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.15 is installed
  • OR bind-utils-9.9.6P1-0.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.15 is installed
  • OR bind-chrootenv-9.9.6P1-0.15 is installed
  • OR bind-devel-9.9.6P1-0.15 is installed
  • OR bind-doc-9.9.6P1-0.15 is installed
  • OR bind-libs-9.9.6P1-0.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.15 is installed
  • OR bind-utils-9.9.6P1-0.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-24.7.0esr-0.8 is installed
  • OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
  • OR libfreebl3-3.16.2-0.8 is installed
  • OR libfreebl3-32bit-3.16.2-0.8 is installed
  • OR libfreebl3-x86-3.16.2-0.8 is installed
  • OR libsoftokn3-3.16.2-0.8 is installed
  • OR libsoftokn3-32bit-3.16.2-0.8 is installed
  • OR libsoftokn3-x86-3.16.2-0.8 is installed
  • OR mozilla-nss-3.16.2-0.8 is installed
  • OR mozilla-nss-32bit-3.16.2-0.8 is installed
  • OR mozilla-nss-tools-3.16.2-0.8 is installed
  • OR mozilla-nss-x86-3.16.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-24.7.0esr-0.8 is installed
  • OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
  • OR libfreebl3-3.16.2-0.8 is installed
  • OR libfreebl3-32bit-3.16.2-0.8 is installed
  • OR libfreebl3-x86-3.16.2-0.8 is installed
  • OR libsoftokn3-3.16.2-0.8 is installed
  • OR libsoftokn3-32bit-3.16.2-0.8 is installed
  • OR libsoftokn3-x86-3.16.2-0.8 is installed
  • OR mozilla-nss-3.16.2-0.8 is installed
  • OR mozilla-nss-32bit-3.16.2-0.8 is installed
  • OR mozilla-nss-tools-3.16.2-0.8 is installed
  • OR mozilla-nss-x86-3.16.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-24.7.0esr-0.8 is installed
  • OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
  • OR libfreebl3-3.16.2-0.8 is installed
  • OR libfreebl3-32bit-3.16.2-0.8 is installed
  • OR libfreebl3-x86-3.16.2-0.8 is installed
  • OR libsoftokn3-3.16.2-0.8 is installed
  • OR libsoftokn3-32bit-3.16.2-0.8 is installed
  • OR libsoftokn3-x86-3.16.2-0.8 is installed
  • OR mozilla-nss-3.16.2-0.8 is installed
  • OR mozilla-nss-32bit-3.16.2-0.8 is installed
  • OR mozilla-nss-tools-3.16.2-0.8 is installed
  • OR mozilla-nss-x86-3.16.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-24.7.0esr-0.8 is installed
  • OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
  • OR libfreebl3-3.16.2-0.8 is installed
  • OR libfreebl3-32bit-3.16.2-0.8 is installed
  • OR libfreebl3-x86-3.16.2-0.8 is installed
  • OR libsoftokn3-3.16.2-0.8 is installed
  • OR libsoftokn3-32bit-3.16.2-0.8 is installed
  • OR libsoftokn3-x86-3.16.2-0.8 is installed
  • OR mozilla-nss-3.16.2-0.8 is installed
  • OR mozilla-nss-32bit-3.16.2-0.8 is installed
  • OR mozilla-nss-tools-3.16.2-0.8 is installed
  • OR mozilla-nss-x86-3.16.2-0.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-24.7.0esr-0.8 is installed
  • OR MozillaFirefox-translations-24.7.0esr-0.8 is installed
  • OR libfreebl3-3.16.2-0.8 is installed
  • OR libfreebl3-32bit-3.16.2-0.8 is installed
  • OR libfreebl3-x86-3.16.2-0.8 is installed
  • OR libsoftokn3-3.16.2-0.8 is installed
  • OR libsoftokn3-32bit-3.16.2-0.8 is installed
  • OR libsoftokn3-x86-3.16.2-0.8 is installed
  • OR mozilla-nss-3.16.2-0.8 is installed
  • OR mozilla-nss-32bit-3.16.2-0.8 is installed
  • OR mozilla-nss-tools-3.16.2-0.8 is installed
  • OR mozilla-nss-x86-3.16.2-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND apache2-mod_perl-2.0.4-40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • ghostscript-fonts-other-8.62-32.47.13 is installed
  • OR ghostscript-fonts-rus-8.62-32.47.13 is installed
  • OR ghostscript-fonts-std-8.62-32.47.13 is installed
  • OR ghostscript-library-8.62-32.47.13 is installed
  • OR ghostscript-omni-8.62-32.47.13 is installed
  • OR ghostscript-x11-8.62-32.47.13 is installed
  • OR libgimpprint-4.2.7-32.47.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ghostscript-fonts-other-8.62-32.47.13 is installed
  • OR ghostscript-fonts-rus-8.62-32.47.13 is installed
  • OR ghostscript-fonts-std-8.62-32.47.13 is installed
  • OR ghostscript-library-8.62-32.47.13 is installed
  • OR ghostscript-omni-8.62-32.47.13 is installed
  • OR ghostscript-x11-8.62-32.47.13 is installed
  • OR libgimpprint-4.2.7-32.47.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • ghostscript-fonts-other-8.62-32.47.13 is installed
  • OR ghostscript-fonts-rus-8.62-32.47.13 is installed
  • OR ghostscript-fonts-std-8.62-32.47.13 is installed
  • OR ghostscript-library-8.62-32.47.13 is installed
  • OR ghostscript-omni-8.62-32.47.13 is installed
  • OR ghostscript-x11-8.62-32.47.13 is installed
  • OR libgimpprint-4.2.7-32.47.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ghostscript-fonts-other-8.62-32.47.13 is installed
  • OR ghostscript-fonts-rus-8.62-32.47.13 is installed
  • OR ghostscript-fonts-std-8.62-32.47.13 is installed
  • OR ghostscript-library-8.62-32.47.13 is installed
  • OR ghostscript-omni-8.62-32.47.13 is installed
  • OR ghostscript-x11-8.62-32.47.13 is installed
  • OR libgimpprint-4.2.7-32.47.13 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.19 is installed
  • OR xen-doc-html-4.2.5_21-45.19 is installed
  • OR xen-doc-pdf-4.2.5_21-45.19 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.14-45.19 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.14-45.19 is installed
  • OR xen-libs-4.2.5_21-45.19 is installed
  • OR xen-libs-32bit-4.2.5_21-45.19 is installed
  • OR xen-tools-4.2.5_21-45.19 is installed
  • OR xen-tools-domU-4.2.5_21-45.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • xen-4.2.5_21-45.19 is installed
  • OR xen-doc-html-4.2.5_21-45.19 is installed
  • OR xen-doc-pdf-4.2.5_21-45.19 is installed
  • OR xen-kmp-default-4.2.5_21_3.0.101_0.47.106.14-45.19 is installed
  • OR xen-kmp-pae-4.2.5_21_3.0.101_0.47.106.14-45.19 is installed
  • OR xen-libs-4.2.5_21-45.19 is installed
  • OR xen-libs-32bit-4.2.5_21-45.19 is installed
  • OR xen-tools-4.2.5_21-45.19 is installed
  • OR xen-tools-domU-4.2.5_21-45.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • java-1_7_0-ibm-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr10.25-65.25 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr10.25-65.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • liblouis-1.7.0-1.3.19 is installed
  • OR liblouis0-1.7.0-1.3.19 is installed
  • OR python-louis-1.7.0-1.3.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • liblouis-1.7.0-1.3.19 is installed
  • OR liblouis0-1.7.0-1.3.19 is installed
  • OR python-louis-1.7.0-1.3.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • expat-2.0.1-88.42.3 is installed
  • OR libexpat1-2.0.1-88.42.3 is installed
  • OR libexpat1-32bit-2.0.1-88.42.3 is installed
  • OR libexpat1-x86-2.0.1-88.42.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • expat-2.0.1-88.42.3 is installed
  • OR libexpat1-2.0.1-88.42.3 is installed
  • OR libexpat1-32bit-2.0.1-88.42.3 is installed
  • OR libexpat1-x86-2.0.1-88.42.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • bash-3.2-147.27 is installed
  • OR bash-doc-3.2-147.27 is installed
  • OR bash-x86-3.2-147.27 is installed
  • OR libreadline5-5.2-147.27 is installed
  • OR libreadline5-32bit-5.2-147.27 is installed
  • OR libreadline5-x86-5.2-147.27 is installed
  • OR readline-doc-5.2-147.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND clamav-0.100.3-0.20.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND clamav-0.100.3-0.20.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.32 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.32 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND patch-2.7.5-7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND patch-2.7.5-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • cpp48-4.8.3+r212056-6 is installed
  • OR gcc48-4.8.3+r212056-6 is installed
  • OR gcc48-32bit-4.8.3+r212056-6 is installed
  • OR gcc48-c++-4.8.3+r212056-6 is installed
  • OR gcc48-info-4.8.3+r212056-6 is installed
  • OR gcc48-locale-4.8.3+r212056-6 is installed
  • OR libasan0-4.8.3+r212056-6 is installed
  • OR libasan0-32bit-4.8.3+r212056-6 is installed
  • OR libatomic1-4.8.3+r212056-6 is installed
  • OR libatomic1-32bit-4.8.3+r212056-6 is installed
  • OR libffi4-4.8.3+r212056-6 is installed
  • OR libffi4-32bit-4.8.3+r212056-6 is installed
  • OR libgcc_s1-4.8.3+r212056-6 is installed
  • OR libgcc_s1-32bit-4.8.3+r212056-6 is installed
  • OR libgfortran3-4.8.3+r212056-6 is installed
  • OR libgomp1-4.8.3+r212056-6 is installed
  • OR libgomp1-32bit-4.8.3+r212056-6 is installed
  • OR libitm1-4.8.3+r212056-6 is installed
  • OR libitm1-32bit-4.8.3+r212056-6 is installed
  • OR libquadmath0-4.8.3+r212056-6 is installed
  • OR libstdc++48-devel-4.8.3+r212056-6 is installed
  • OR libstdc++48-devel-32bit-4.8.3+r212056-6 is installed
  • OR libstdc++6-4.8.3+r212056-6 is installed
  • OR libstdc++6-32bit-4.8.3+r212056-6 is installed
  • OR libtsan0-4.8.3+r212056-6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libsndfile-1.0.25-25 is installed
  • OR libsndfile1-1.0.25-25 is installed
  • OR libsndfile1-32bit-1.0.25-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libsndfile-1.0.25-25 is installed
  • OR libsndfile1-1.0.25-25 is installed
  • OR libsndfile1-32bit-1.0.25-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • automake-1.13.4-4 is installed
  • OR m4-1.4.16-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • libecpg6-9.6.4-3.6 is installed
  • OR libpq5-9.6.4-3.6 is installed
  • OR libpq5-32bit-9.6.4-3.6 is installed
  • OR postgresql96-9.6.4-3.6 is installed
  • OR postgresql96-contrib-9.6.4-3.6 is installed
  • OR postgresql96-docs-9.6.4-3.6 is installed
  • OR postgresql96-libs-9.6.4-3.6 is installed
  • OR postgresql96-server-9.6.4-3.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • libecpg6-9.6.4-3.6 is installed
  • OR libpq5-9.6.4-3.6 is installed
  • OR libpq5-32bit-9.6.4-3.6 is installed
  • OR postgresql96-9.6.4-3.6 is installed
  • OR postgresql96-contrib-9.6.4-3.6 is installed
  • OR postgresql96-docs-9.6.4-3.6 is installed
  • OR postgresql96-libs-9.6.4-3.6 is installed
  • OR postgresql96-server-9.6.4-3.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • openvpn-2.3.8-16.20 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • bind-9.9.9P1-49 is installed
  • OR bind-chrootenv-9.9.9P1-49 is installed
  • OR bind-doc-9.9.9P1-49 is installed
  • OR bind-libs-9.9.9P1-49 is installed
  • OR bind-libs-32bit-9.9.9P1-49 is installed
  • OR bind-utils-9.9.9P1-49 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • bind-9.9.9P1-49 is installed
  • OR bind-chrootenv-9.9.9P1-49 is installed
  • OR bind-doc-9.9.9P1-49 is installed
  • OR bind-libs-9.9.9P1-49 is installed
  • OR bind-libs-32bit-9.9.9P1-49 is installed
  • OR bind-utils-9.9.9P1-49 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-BCL is installed
  • AND
  • libvirt-2.0.0-27.42 is installed
  • OR libvirt-client-2.0.0-27.42 is installed
  • OR libvirt-daemon-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.42 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-xen-2.0.0-27.42 is installed
  • OR libvirt-doc-2.0.0-27.42 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.42 is installed
  • OR libvirt-nss-2.0.0-27.42 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • libvirt-2.0.0-27.42 is installed
  • OR libvirt-client-2.0.0-27.42 is installed
  • OR libvirt-daemon-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.42 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-xen-2.0.0-27.42 is installed
  • OR libvirt-doc-2.0.0-27.42 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.42 is installed
  • OR libvirt-nss-2.0.0-27.42 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND Package Information
  • libvirt-2.0.0-27.42 is installed
  • OR libvirt-client-2.0.0-27.42 is installed
  • OR libvirt-daemon-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-config-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-interface-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-libxl-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-network-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nodedev-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-nwfilter-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-secret-2.0.0-27.42 is installed
  • OR libvirt-daemon-driver-storage-2.0.0-27.42 is installed
  • OR libvirt-daemon-hooks-2.0.0-27.42 is installed
  • OR libvirt-daemon-lxc-2.0.0-27.42 is installed
  • OR libvirt-daemon-qemu-2.0.0-27.42 is installed
  • OR libvirt-daemon-xen-2.0.0-27.42 is installed
  • OR libvirt-doc-2.0.0-27.42 is installed
  • OR libvirt-lock-sanlock-2.0.0-27.42 is installed
  • OR libvirt-nss-2.0.0-27.42 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.85 is installed
  • OR kernel-default-base-4.4.121-92.85 is installed
  • OR kernel-default-devel-4.4.121-92.85 is installed
  • OR kernel-devel-4.4.121-92.85 is installed
  • OR kernel-macros-4.4.121-92.85 is installed
  • OR kernel-source-4.4.121-92.85 is installed
  • OR kernel-syms-4.4.121-92.85 is installed
  • OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
  • OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.85 is installed
  • OR kernel-default-base-4.4.121-92.85 is installed
  • OR kernel-default-devel-4.4.121-92.85 is installed
  • OR kernel-devel-4.4.121-92.85 is installed
  • OR kernel-macros-4.4.121-92.85 is installed
  • OR kernel-source-4.4.121-92.85 is installed
  • OR kernel-syms-4.4.121-92.85 is installed
  • OR kgraft-patch-4_4_121-92_85-default-1-3.5 is installed
  • OR kgraft-patch-SLE12-SP2_Update_23-1-3.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND Package Information
  • dovecot22-2.2.31-19.11 is installed
  • OR dovecot22-backend-mysql-2.2.31-19.11 is installed
  • OR dovecot22-backend-pgsql-2.2.31-19.11 is installed
  • OR dovecot22-backend-sqlite-2.2.31-19.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_103-92_56-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-12-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_103-92_56-default-12-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_17-12-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • kgraft-patch-4_4_74-92_29-default-11-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_10-11-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND wget-1.14-21.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND wget-1.14-21.10 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-LTSS 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-default-kgraft-4.4.180-94.144.1 is installed
  • OR kernel-default-man-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
  • OR kgraft-patch-4_4_180-94_144-default-1-4.3.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • ceph-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR ceph-common-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libcephfs2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librados2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libradosstriper1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librbd1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librgw2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-cephfs-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rados-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rbd-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rgw-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • ceph-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR ceph-common-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libcephfs2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librados2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR libradosstriper1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librbd1-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR librgw2-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-cephfs-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rados-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rbd-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • OR python-rgw-12.2.7+git.1531910353.c0ef85b854-2.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • apache2-2.4.23-29.27 is installed
  • OR apache2-doc-2.4.23-29.27 is installed
  • OR apache2-example-pages-2.4.23-29.27 is installed
  • OR apache2-prefork-2.4.23-29.27 is installed
  • OR apache2-utils-2.4.23-29.27 is installed
  • OR apache2-worker-2.4.23-29.27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • apache2-2.4.23-29.27 is installed
  • OR apache2-doc-2.4.23-29.27 is installed
  • OR apache2-example-pages-2.4.23-29.27 is installed
  • OR apache2-prefork-2.4.23-29.27 is installed
  • OR apache2-utils-2.4.23-29.27 is installed
  • OR apache2-worker-2.4.23-29.27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • bluez-5.13-5.4 is installed
  • OR libbluetooth3-5.13-5.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • postgresql93-9.3.18-25.5 is installed
  • OR postgresql93-contrib-9.3.18-25.5 is installed
  • OR postgresql93-docs-9.3.18-25.5 is installed
  • OR postgresql93-server-9.3.18-25.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • postgresql93-9.3.18-25.5 is installed
  • OR postgresql93-contrib-9.3.18-25.5 is installed
  • OR postgresql93-docs-9.3.18-25.5 is installed
  • OR postgresql93-server-9.3.18-25.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_55-52_42-default-3-2 is installed
  • OR kgraft-patch-3_12_55-52_42-xen-3-2 is installed
  • OR kgraft-patch-SLE12_Update_12-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • kgraft-patch-3_12_67-60_64_21-default-7-3 is installed
  • OR kgraft-patch-3_12_67-60_64_21-xen-7-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_10-7-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_114-92_64-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_18-7-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
  • libmysqlclient_r18-10.0.25-20.6 is installed
  • OR libmysqlclient_r18-32bit-10.0.25-20.6 is installed
  • OR mariadb-10.0.25-20.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.51-60.20 is installed
  • OR kernel-default-extra-3.12.51-60.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • kernel-default-4.4.74-92.38 is installed
  • OR kernel-default-extra-4.4.74-92.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • freerdp-2.0.0~git.1463131968.4e66df7-12.3 is installed
  • OR libfreerdp2-2.0.0~git.1463131968.4e66df7-12.3 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • MozillaFirefox-38.8.0esr-40 is installed
  • OR MozillaFirefox-translations-38.8.0esr-40 is installed
  • OR libfreebl3-3.20.2-30 is installed
  • OR libfreebl3-32bit-3.20.2-30 is installed
  • OR libsoftokn3-3.20.2-30 is installed
  • OR libsoftokn3-32bit-3.20.2-30 is installed
  • OR mozilla-nspr-4.12-26 is installed
  • OR mozilla-nspr-32bit-4.12-26 is installed
  • OR mozilla-nss-3.20.2-30 is installed
  • OR mozilla-nss-32bit-3.20.2-30 is installed
  • OR mozilla-nss-tools-3.20.2-30 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND Package Information
  • cups-1.7.5-20.3 is installed
  • OR cups-client-1.7.5-20.3 is installed
  • OR cups-libs-1.7.5-20.3 is installed
  • OR cups-libs-32bit-1.7.5-20.3 is installed
  • BACK