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



The SUSE Linux Enterprise 12 SP5 kernel was updated.

The following security bugs were fixed:

- CVE-2019-15126: Fixed a vulnerability in Broadcom and Cypress Wi-Fi chips, used in RPi family of devices aka 'Kr00k'. (bsc#1167162) - CVE-2021-33098: Fixed a potential denial of service in Intel(R) Ethernet ixgbe driver due to improper input validation. (bsc#1192877) - CVE-2021-0935: Fixed out of bounds write due to a use after free which could lead to local escalation of privilege with System execution privileges needed in ip6_xmit. (bsc#1192032) - CVE-2018-25020: Fixed an issue in the BPF subsystem in the Linux kernel mishandled situations with a long jump over an instruction sequence where inner instructions require substantial expansions into multiple BPF instructions, leading to an overflow. (bsc#1193575) - CVE-2021-0920: Fixed a local privilege escalation due to an use after free bug in unix_gc. (bsc#1193731) - CVE-2021-45485: Fixed an information leak because of certain use of a hash table which use IPv6 source addresses. (bsc#1194094) - CVE-2021-45486: Fixed an information leak because the hash table is very small in net/ipv4/route.c. (bsc#1194087) - CVE-2021-28715: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by do not queueing unlimited number of packages. (bsc#1193442) - CVE-2021-28714: Fixed an issue where a guest could force Linux netback driver to hog large amounts of kernel memory by fixing rx queue stall detection. (bsc#1193442) - CVE-2021-28713: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening hvc_xen against event channel storms. (bsc#1193440) - CVE-2021-28712: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening netfront against event channel storms. (bsc#1193440) - CVE-2021-28711: Fixed a rogue backends that could cause DoS of guests via high frequency events by hardening blkfront against event channel storms. (bsc#1193440) - CVE-2021-43975: Fixed a flaw in hw_atl_utils_fw_rpc_wait that could allow an attacker (who can introduce a crafted device) to trigger an out-of-bounds write via a crafted length value. (bsc#1192845) - CVE-2021-43976: Fixed a flaw that could allow an attacker (who can connect a crafted USB device) to cause a denial of service. (bsc#1192847) - CVE-2021-4002: Added a missing TLB flush that could lead to leak or corruption of data in hugetlbfs. (bsc#1192946) - CVE-2020-27820: Fixed a vulnerability where a use-after-frees in nouveau's postclose() handler could happen if removing device. (bsc#1179599)

The following non-security bugs were fixed:

- blk-mq: do not deactivate hctx if managed irq isn't used (bsc#1185762). - cifs: Add new mount parameter 'acdirmax' to allow caching directory metadata (bsc#1190317). - cifs: Add new parameter 'acregmax' for distinct file and directory metadata timeout (bsc#1190317). - cifs: convert list_for_each to entry variant (jsc#SLE-20656). - cifs: convert revalidate of directories to using directory metadata cache timeout (bsc#1190317). - cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETED (bsc#1190317). - cifs: fiemap: do not return EINVAL if get nothing (bsc#1190317). - cifs: Fix a potencially linear read overflow (git-fixes). - cifs: fix a sign extension bug (git-fixes). - cifs: fix incorrect check for null pointer in header_assemble (bsc#1190317). - cifs: fix memory leak of smb3_fs_context_dup::server_hostname (bsc#1190317). - cifs: fix missed refcounting of ipc tcon (git-fixes). - cifs: fix potential use-after-free bugs (jsc#SLE-20656). - cifs: fix print of hdr_flags in dfscache_proc_show() (jsc#SLE-20656). - cifs: fix wrong release in sess_alloc_buffer() failed path (bsc#1190317). - cifs: for compound requests, use open handle if possible (bsc#1190317). - cifs: introduce new helper for cifs_reconnect() (jsc#SLE-20656). - cifs: move to generic async completion (bsc#1190317). - cifs: nosharesock should be set on new server (git-fixes). - cifs: nosharesock should not share socket with future sessions (bsc#1190317). - cifs: On cifs_reconnect, resolve the hostname again (bsc#1190317). - cifs: properly invalidate cached root handle when closing it (bsc#1190317). - cifs: release lock earlier in dequeue_mid error case (bsc#1190317). - cifs: set a minimum of 120s for next dns resolution (bsc#1190317). - cifs: Simplify reconnect code when dfs upcall is enabled (bsc#1190317). - cifs: split out dfs code from cifs_reconnect() (jsc#SLE-20656). - cifs: support nested dfs links over reconnect (jsc#SLE-20656). - cifs: support share failover when remounting (jsc#SLE-20656). - cifs: To match file servers, make sure the server hostname matches (bsc#1190317). - config: INPUT_EVBUG=n (bsc#1192974). Debug driver unsuitable for production, only enabled on ppc64. - constraints: Build aarch64 on recent ARMv8.1 builders. Request asimdrdm feature which is available only on recent ARMv8.1 CPUs. This should prevent scheduling the kernel on an older slower builder. - cred: allow get_cred() and put_cred() to be given NULL (git-fixes). - EDAC/amd64: Handle three rank interleaving mode (bsc#1114648). - elfcore: correct reference to CONFIG_UML (git-fixes). - elfcore: fix building with clang (bsc#1169514). - fuse: release pipe buf after last use (bsc#1193318). - genirq: Move initial affinity setup to irq_startup() (bsc#1193231). - genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1193231). - genirq: Remove mask argument from setup_affinity() (bsc#1193231). - genirq: Rename setup_affinity() to irq_setup_affinity() (bsc#1193231). - genirq: Split out irq_startup() code (bsc#1193231). - lpfc: Reintroduce old IRQ probe logic (bsc#1183897). - md: fix a lock order reversal in md_alloc (git-fixes). - net: hso: fix control-request directions (git-fixes). - net: hso: fix muxed tty registration (git-fixes). - net: lan78xx: fix division by zero in send path (git-fixes). - net: mana: Allow setting the number of queues while the NIC is down (jsc#SLE-18779, bsc#1185727). - net: mana: Fix spelling mistake 'calledd' -> 'called' (jsc#SLE-18779, bsc#1185727). - net: mana: Fix the netdev_err()'s vPort argument in mana_init_port() (jsc#SLE-18779, bsc#1185727). - net: mana: Improve the HWC error handling (jsc#SLE-18779, bsc#1185727). - net: mana: Support hibernation and kexec (jsc#SLE-18779, bsc#1185727). - net: mana: Use kcalloc() instead of kzalloc() (jsc#SLE-18779, bsc#1185727). - net: pegasus: fix uninit-value in get_interrupt_interval (git-fixes). - net: usb: lan78xx: lan78xx_phy_init(): use PHY_POLL instead of '0' if no IRQ is available (git-fixes). - nfsd: do not alloc under spinlock in rpc_parse_scope_id (git-fixes). - nfsd: Handle the NFSv4 READDIR 'dircount' hint being zero (git-fixes). - nvme-fc: avoid race between time out and tear down (bsc#1185762). - nvme-fc: remove freeze/unfreeze around update_nr_hw_queues (bsc#1185762). - nvme-fc: update hardware queues before using them (bsc#1185762). - nvme-fc: wait for queues to freeze before calling update_hr_hw_queues (bsc#1183678). - nvme-pci: add NO APST quirk for Kioxia device (git-fixes). - objtool: Support Clang non-section symbols in ORC generation (bsc#1169514). - platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()' (git-fixes). - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes). - pnfs/flexfiles: Fix misplaced barrier in nfs4_ff_layout_prepare_ds (git-fixes). - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request (git-fixes). - scsi: core: Fix bad pointer dereference when ehandler kthread is invalid (git-fixes). - scsi: core: Put LLD module refcnt after SCSI device is released (git-fixes). - scsi: iscsi: Adjust iface sysfs attr detection (git-fixes). - scsi: lpfc: Add additional debugfs support for CMF (bsc1192145). - scsi: lpfc: Adjust CMF total bytes and rxmonitor (bsc1192145). - scsi: lpfc: Cap CMF read bytes to MBPI (bsc1192145). - scsi: lpfc: Change return code on I/Os received during link bounce (bsc1192145). - scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV (bsc1192145). - scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance (bsc1192145). - scsi: lpfc: Fix non-recovery of remote ports following an unsolicited LOGO (bsc#1189126). - scsi: lpfc: Fix NPIV port deletion crash (bsc1192145). - scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup (bsc1192145). - scsi: lpfc: Update lpfc version to 14.0.0.4 (bsc1192145). - scsi: mpt3sas: Fix kernel panic during drive powercycle test (git-fixes). - scsi: qla2xxx: edif: Fix app start delay (git-fixes). - scsi: qla2xxx: edif: Fix app start fail (git-fixes). - scsi: qla2xxx: edif: Fix EDIF bsg (git-fixes). - scsi: qla2xxx: edif: Fix off by one bug in qla_edif_app_getfcinfo() (git-fixes). - scsi: qla2xxx: edif: Flush stale events and msgs on session down (git-fixes). - scsi: qla2xxx: edif: Increase ELS payload (git-fixes). - scsi: qla2xxx: Fix gnl list corruption (git-fixes). - scsi: qla2xxx: Fix mailbox direction flags in qla2xxx_get_adapter_id() (git-fixes). - scsi: qla2xxx: Format log strings only if needed (git-fixes). - scsi: qla2xxx: Relogin during fabric disturbance (git-fixes). - smb3: add additional null check in SMB2_ioctl (bsc#1190317). - smb3: add additional null check in SMB2_open (bsc#1190317). - smb3: add additional null check in SMB2_tcon (bsc#1190317). - smb3: correct server pointer dereferencing check to be more consistent (bsc#1190317). - smb3: correct smb3 ACL security descriptor (bsc#1190317). - smb3: do not error on fsync when readonly (bsc#1190317). - smb3: remove trivial dfs compile warning (jsc#SLE-20656). - SUNRPC: async tasks mustn't block waiting for memory (bsc#1191876 bsc#1192866). - SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC (bsc#1191876 bsc#1192866). - tracing: Check pid filtering when creating events (git-fixes). - tracing: Fix pid filtering when triggers are attached (git-fixes). - tty: hvc: replace BUG_ON() with negative return value (git-fixes). - usb: Add compatibility quirk flags for iODD 2531/2541 (git-fixes). - usb: dwc2: hcd_queue: Fix use of floating point literal (git-fixes). - usb: serial: option: add Fibocom FM101-GL variants (git-fixes). - usb: serial: option: add prod. id for Quectel EG91 (git-fixes). - usb: serial: option: add Quectel EC200S-CN module support (git-fixes). - usb: serial: option: add Telit LE910Cx composition 0x1204 (git-fixes). - usb: serial: option: add Telit LE910S1 0x9200 composition (git-fixes). - usb: serial: qcserial: add EM9191 QDL support (git-fixes). - x86/msi: Force affinity setup before startup (bsc#1193231). - x86/pkey: Fix undefined behaviour with PKRU_WD_BIT (bsc#1114648). - x86/sme: Explicitly map new EFI memmap table as encrypted (bsc#1114648). - x86/xen: Add xenpv_restore_regs_and_return_to_usermode() (bsc#1114648). - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (bsc#1169514). - xen: sync include/xen/interface/io/ring.h with Xen's newest version (git-fixes). - xen/blkfront: do not take local copy of a request from the ring page (git-fixes). - xen/blkfront: do not trust the backend response data blindly (git-fixes). - xen/blkfront: read response from backend only once (git-fixes). - xen/netfront: disentangle tx_skb_freelist (git-fixes). - xen/netfront: do not read data from request on the ring page (git-fixes). - xen/netfront: do not trust the backend response data blindly (git-fixes). - xen/netfront: read response from backend only once (git-fixes).
Family:unixClass:patch
Status:Reference(s):1006984
1006989
1009280
1024076
1024079
1037811
1045327
1052311
1052368
1053153
1057950
1069708
1071471
1090338
1096740
1097560
1097824
1103809
1103810
1104076
1114648
1124431
1167162
1169514
1172073
1179599
1183678
1183897
1184804
1185727
1185762
1187167
1189126
1189158
1189305
1189841
1190317
1190358
1190428
1191229
1191384
1191731
1191876
1192032
1192145
1192267
1192740
1192845
1192847
1192866
1192877
1192946
1192974
1193231
1193306
1193318
1193440
1193442
1193575
1193731
1194087
1194094
676471
880007
889207
899908
903279
916265
916266
928547
931448
937096
937766
940413
943989
944309
945345
945582
947337
950944
953233
954847
955210
955647
956491
956716
956852
957805
957986
958315
958342
960857
961721
962336
962736
962737
962738
962739
962846
962872
963193
963572
963762
964461
964727
965319
966054
966245
966573
966831
967251
967292
967299
967903
968010
968141
968448
968512
968667
968670
968687
968812
968813
969439
969571
969655
969690
969735
969992
969993
970062
970114
970504
970506
970604
970892
970909
970911
970948
970955
970956
970958
970970
971049
971124
971125
971126
971159
971170
971360
971600
971628
971947
972003
972174
972844
972891
972933
972951
973378
973556
973570
973855
974165
974308
974406
974418
974646
975371
975488
975533
975945
976739
976868
977043
977582
977685
978401
978822
979169
979213
979419
979485
979548
979867
979879
980348
980371
981143
981344
982354
982698
983213
983318
983394
983904
984060
984456
987394
CVE-2014-8891
CVE-2014-8892
CVE-2014-9717
CVE-2014-9761
CVE-2015-2059
CVE-2015-4000
CVE-2015-6908
CVE-2015-7547
CVE-2015-8776
CVE-2015-8777
CVE-2015-8778
CVE-2015-8779
CVE-2015-8816
CVE-2015-8845
CVE-2016-0758
CVE-2016-2053
CVE-2016-2143
CVE-2016-2184
CVE-2016-2185
CVE-2016-2186
CVE-2016-2188
CVE-2016-2782
CVE-2016-2847
CVE-2016-3134
CVE-2016-3136
CVE-2016-3137
CVE-2016-3138
CVE-2016-3139
CVE-2016-3140
CVE-2016-3156
CVE-2016-3672
CVE-2016-3689
CVE-2016-3951
CVE-2016-4482
CVE-2016-4486
CVE-2016-4565
CVE-2016-4569
CVE-2016-4578
CVE-2016-4805
CVE-2016-4971
CVE-2016-5244
CVE-2016-5542
CVE-2016-5554
CVE-2016-5556
CVE-2016-5568
CVE-2016-5573
CVE-2016-5597
CVE-2016-6153
CVE-2017-1000112
CVE-2017-1000251
CVE-2017-10661
CVE-2017-15274
CVE-2017-15868
CVE-2017-16939
CVE-2017-5837
CVE-2017-5844
CVE-2018-12470
CVE-2018-12471
CVE-2018-12472
CVE-2018-25020
CVE-2018-3665
CVE-2019-15126
CVE-2020-27820
CVE-2021-0920
CVE-2021-0935
CVE-2021-28711
CVE-2021-28712
CVE-2021-28713
CVE-2021-28714
CVE-2021-28715
CVE-2021-33098
CVE-2021-4002
CVE-2021-43975
CVE-2021-43976
CVE-2021-45485
CVE-2021-45486
SUSE-SU-2015:0304-1
SUSE-SU-2016:0224-1
SUSE-SU-2016:0471-1
SUSE-SU-2016:1690-1
SUSE-SU-2016:1945-1
SUSE-SU-2016:2226-1
SUSE-SU-2016:3043-1
SUSE-SU-2017:1012-1
SUSE-SU-2017:2424-1
SUSE-SU-2017:2793-1
SUSE-SU-2017:3320-1
SUSE-SU-2018:0274-1
SUSE-SU-2018:2088-1
SUSE-SU-2018:2898-1
SUSE-SU-2022:0068-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise High Availability 12 SP5
SUSE Linux Enterprise High Performance Computing 12 SP5
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-BCL
SUSE Linux Enterprise Server 12 SP2-ESPOS
SUSE Linux Enterprise Server 12 SP2-LTSS
SUSE Linux Enterprise Server 12 SP3
SUSE Linux Enterprise Server 12 SP3-BCL
SUSE Linux Enterprise Server 12 SP3-ESPOS
SUSE Linux Enterprise Server 12 SP3-LTSS
SUSE Linux Enterprise Server 12 SP3-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3
SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL
SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12 SP4
SUSE Linux Enterprise Server for SAP Applications 12 SP5
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE OpenStack Cloud 5
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • chromedriver-48.0.2564.109-21.1 is installed
  • OR chromium-48.0.2564.109-21.1 is installed
  • OR chromium-desktop-gnome-48.0.2564.109-21.1 is installed
  • OR chromium-desktop-kde-48.0.2564.109-21.1 is installed
  • OR chromium-ffmpegsumo-48.0.2564.109-21.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • wireshark-2.2.2-3.1 is installed
  • OR wireshark-devel-2.2.2-3.1 is installed
  • OR wireshark-ui-gtk-2.2.2-3.1 is installed
  • OR wireshark-ui-qt-2.2.2-3.1 is installed
  • Definition Synopsis
  • SUSE Cloud Compute Node for SUSE Linux Enterprise 12 5 is installed
  • AND python-pycrypto-2.6.1-1.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND Package Information
  • MozillaFirefox-10.0.7-0.3 is installed
  • OR MozillaFirefox-branding-SLED-7-0.6.7 is installed
  • OR MozillaFirefox-translations-10.0.7-0.3 is installed
  • OR libfreebl3-3.13.6-0.5 is installed
  • OR libfreebl3-32bit-3.13.6-0.5 is installed
  • OR mozilla-nspr-4.9.2-0.6 is installed
  • OR mozilla-nspr-32bit-4.9.2-0.6 is installed
  • OR mozilla-nss-3.13.6-0.5 is installed
  • OR mozilla-nss-32bit-3.13.6-0.5 is installed
  • OR mozilla-nss-tools-3.13.6-0.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • bind-9.9.6P1-0.22 is installed
  • OR bind-libs-9.9.6P1-0.22 is installed
  • OR bind-libs-32bit-9.9.6P1-0.22 is installed
  • OR bind-utils-9.9.6P1-0.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • libsnmp15-5.4.2.1-8.12.24 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.24 is installed
  • OR net-snmp-5.4.2.1-8.12.24 is installed
  • OR perl-SNMP-5.4.2.1-8.12.24 is installed
  • OR snmp-mibs-5.4.2.1-8.12.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND coolkey-1.1.0-147.71 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • DirectFB-1.7.1-4.1 is installed
  • OR lib++dfb-1_7-1-1.7.1-4.1 is installed
  • OR libdirectfb-1_7-1-1.7.1-4.1 is installed
  • OR libdirectfb-1_7-1-32bit-1.7.1-4.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • DirectFB-1.7.1-6.1 is installed
  • OR lib++dfb-1_7-1-1.7.1-6.1 is installed
  • OR libdirectfb-1_7-1-1.7.1-6.1 is installed
  • OR libdirectfb-1_7-1-32bit-1.7.1-6.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND autofs-5.0.9-27.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP5 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-122.106.1 is installed
  • OR dlm-kmp-default-4.12.14-122.106.1 is installed
  • OR gfs2-kmp-default-4.12.14-122.106.1 is installed
  • OR ocfs2-kmp-default-4.12.14-122.106.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND Package Information
  • containerd-0.2.9+gitr706_06b9cb351610-16.8 is installed
  • OR docker-17.09.1_ce-98.8 is installed
  • OR docker-libnetwork-0.7.0.1+gitr2066_7b2b1feb1de4-10 is installed
  • OR docker-runc-1.0.0rc4+gitr3338_3f2f8b84a77f-1.3 is installed
  • OR golang-github-docker-libnetwork-0.7.0.1+gitr2066_7b2b1feb1de4-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-70 is installed
  • OR libopenssl0_9_8-0.9.8j-70 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-70 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.51-60.20 is installed
  • OR kernel-ec2-devel-3.12.51-60.20 is installed
  • OR kernel-ec2-extra-3.12.51-60.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • nodejs4-4.6.1-11 is installed
  • OR nodejs4-devel-4.6.1-11 is installed
  • OR nodejs4-docs-4.6.1-11 is installed
  • OR npm4-4.6.1-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • dbus-1-glib-0.76-34.10 is installed
  • OR dbus-1-glib-32bit-0.76-34.10 is installed
  • OR dbus-1-glib-x86-0.76-34.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • dbus-1-glib-0.76-34.10 is installed
  • OR dbus-1-glib-32bit-0.76-34.10 is installed
  • OR dbus-1-glib-x86-0.76-34.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • cups-1.3.9-8.44 is installed
  • OR cups-client-1.3.9-8.44 is installed
  • OR cups-libs-1.3.9-8.44 is installed
  • OR cups-libs-32bit-1.3.9-8.44 is installed
  • OR cups-libs-x86-1.3.9-8.44 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • bind-9.6ESVR7P2-0.3 is installed
  • OR bind-chrootenv-9.6ESVR7P2-0.3 is installed
  • OR bind-doc-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-32bit-9.6ESVR7P2-0.3 is installed
  • OR bind-libs-x86-9.6ESVR7P2-0.3 is installed
  • OR bind-utils-9.6ESVR7P2-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • NetworkManager-0.7.1_git20090811-3.9.9 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
  • OR NetworkManager-gnome-0.7.1-5.15.7 is installed
  • OR wpa_supplicant-0.6.9-4.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • NetworkManager-0.7.1_git20090811-3.9.9 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
  • OR NetworkManager-gnome-0.7.1-5.15.7 is installed
  • OR wpa_supplicant-0.6.9-4.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • NetworkManager-0.7.1_git20090811-3.9.9 is installed
  • OR NetworkManager-glib-0.7.1_git20090811-3.9.9 is installed
  • OR NetworkManager-gnome-0.7.1-5.15.7 is installed
  • OR wpa_supplicant-0.6.9-4.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libsnmp15-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-32bit-5.4.2.1-8.12.10 is installed
  • OR libsnmp15-x86-5.4.2.1-8.12.10 is installed
  • OR net-snmp-5.4.2.1-8.12.10 is installed
  • OR perl-SNMP-5.4.2.1-8.12.10 is installed
  • OR snmp-mibs-5.4.2.1-8.12.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • gwenview-4.3.5-0.2 is installed
  • OR kcolorchooser-4.3.5-0.2 is installed
  • OR kruler-4.3.5-0.2 is installed
  • OR ksnapshot-4.3.5-0.2 is installed
  • OR libkexiv2-7-4.3.5-0.2 is installed
  • OR libkipi6-4.3.5-0.2 is installed
  • OR okular-4.3.5-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.60 is installed
  • OR libMagickCore1-6.4.3.6-7.60 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.60 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-mod_php53-5.3.8-0.43 is installed
  • OR php53-5.3.8-0.43 is installed
  • OR php53-bcmath-5.3.8-0.43 is installed
  • OR php53-bz2-5.3.8-0.43 is installed
  • OR php53-calendar-5.3.8-0.43 is installed
  • OR php53-ctype-5.3.8-0.43 is installed
  • OR php53-curl-5.3.8-0.43 is installed
  • OR php53-dba-5.3.8-0.43 is installed
  • OR php53-dom-5.3.8-0.43 is installed
  • OR php53-exif-5.3.8-0.43 is installed
  • OR php53-fastcgi-5.3.8-0.43 is installed
  • OR php53-fileinfo-5.3.8-0.43 is installed
  • OR php53-ftp-5.3.8-0.43 is installed
  • OR php53-gd-5.3.8-0.43 is installed
  • OR php53-gettext-5.3.8-0.43 is installed
  • OR php53-gmp-5.3.8-0.43 is installed
  • OR php53-iconv-5.3.8-0.43 is installed
  • OR php53-intl-5.3.8-0.43 is installed
  • OR php53-json-5.3.8-0.43 is installed
  • OR php53-ldap-5.3.8-0.43 is installed
  • OR php53-mbstring-5.3.8-0.43 is installed
  • OR php53-mcrypt-5.3.8-0.43 is installed
  • OR php53-mysql-5.3.8-0.43 is installed
  • OR php53-odbc-5.3.8-0.43 is installed
  • OR php53-openssl-5.3.8-0.43 is installed
  • OR php53-pcntl-5.3.8-0.43 is installed
  • OR php53-pdo-5.3.8-0.43 is installed
  • OR php53-pear-5.3.8-0.43 is installed
  • OR php53-pgsql-5.3.8-0.43 is installed
  • OR php53-pspell-5.3.8-0.43 is installed
  • OR php53-shmop-5.3.8-0.43 is installed
  • OR php53-snmp-5.3.8-0.43 is installed
  • OR php53-soap-5.3.8-0.43 is installed
  • OR php53-suhosin-5.3.8-0.43 is installed
  • OR php53-sysvmsg-5.3.8-0.43 is installed
  • OR php53-sysvsem-5.3.8-0.43 is installed
  • OR php53-sysvshm-5.3.8-0.43 is installed
  • OR php53-tokenizer-5.3.8-0.43 is installed
  • OR php53-wddx-5.3.8-0.43 is installed
  • OR php53-xmlreader-5.3.8-0.43 is installed
  • OR php53-xmlrpc-5.3.8-0.43 is installed
  • OR php53-xmlwriter-5.3.8-0.43 is installed
  • OR php53-xsl-5.3.8-0.43 is installed
  • OR php53-zip-5.3.8-0.43 is installed
  • OR php53-zlib-5.3.8-0.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libicu-4.0-7.26 is installed
  • OR libicu-32bit-4.0-7.26 is installed
  • OR libicu-doc-4.0-7.26 is installed
  • OR libicu-x86-4.0-7.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libicu-4.0-7.26 is installed
  • OR libicu-32bit-4.0-7.26 is installed
  • OR libicu-doc-4.0-7.26 is installed
  • OR libicu-x86-4.0-7.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • libicu-4.0-7.26 is installed
  • OR libicu-32bit-4.0-7.26 is installed
  • OR libicu-doc-4.0-7.26 is installed
  • OR libicu-x86-4.0-7.26 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • java-1_6_0-ibm-1.6.0_sr10.0-0.3 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr10.0-0.3 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr10.0-0.3 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr10.0-0.3 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr10.0-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-devel-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-devel-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-x86-2.6.9-0.33 is installed
  • OR python-2.6.9-0.33 is installed
  • OR python-32bit-2.6.9-0.33 is installed
  • OR python-base-2.6.9-0.33 is installed
  • OR python-base-32bit-2.6.9-0.33 is installed
  • OR python-base-x86-2.6.9-0.33 is installed
  • OR python-curses-2.6.9-0.33 is installed
  • OR python-demo-2.6.9-0.33 is installed
  • OR python-doc-2.6-8.33 is installed
  • OR python-doc-pdf-2.6-8.33 is installed
  • OR python-gdbm-2.6.9-0.33 is installed
  • OR python-idle-2.6.9-0.33 is installed
  • OR python-tk-2.6.9-0.33 is installed
  • OR python-x86-2.6.9-0.33 is installed
  • OR python-xml-2.6.9-0.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-x86-2.6.9-0.33 is installed
  • OR python-2.6.9-0.33 is installed
  • OR python-32bit-2.6.9-0.33 is installed
  • OR python-base-2.6.9-0.33 is installed
  • OR python-base-32bit-2.6.9-0.33 is installed
  • OR python-base-x86-2.6.9-0.33 is installed
  • OR python-curses-2.6.9-0.33 is installed
  • OR python-demo-2.6.9-0.33 is installed
  • OR python-doc-2.6-8.33 is installed
  • OR python-doc-pdf-2.6-8.33 is installed
  • OR python-gdbm-2.6.9-0.33 is installed
  • OR python-idle-2.6.9-0.33 is installed
  • OR python-tk-2.6.9-0.33 is installed
  • OR python-x86-2.6.9-0.33 is installed
  • OR python-xml-2.6.9-0.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-x86-2.6.9-0.33 is installed
  • OR python-2.6.9-0.33 is installed
  • OR python-32bit-2.6.9-0.33 is installed
  • OR python-base-2.6.9-0.33 is installed
  • OR python-base-32bit-2.6.9-0.33 is installed
  • OR python-base-x86-2.6.9-0.33 is installed
  • OR python-curses-2.6.9-0.33 is installed
  • OR python-demo-2.6.9-0.33 is installed
  • OR python-doc-2.6-8.33 is installed
  • OR python-doc-pdf-2.6-8.33 is installed
  • OR python-gdbm-2.6.9-0.33 is installed
  • OR python-idle-2.6.9-0.33 is installed
  • OR python-tk-2.6.9-0.33 is installed
  • OR python-x86-2.6.9-0.33 is installed
  • OR python-xml-2.6.9-0.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-x86-2.6.9-0.33 is installed
  • OR python-2.6.9-0.33 is installed
  • OR python-32bit-2.6.9-0.33 is installed
  • OR python-base-2.6.9-0.33 is installed
  • OR python-base-32bit-2.6.9-0.33 is installed
  • OR python-base-x86-2.6.9-0.33 is installed
  • OR python-curses-2.6.9-0.33 is installed
  • OR python-demo-2.6.9-0.33 is installed
  • OR python-doc-2.6-8.33 is installed
  • OR python-doc-pdf-2.6-8.33 is installed
  • OR python-gdbm-2.6.9-0.33 is installed
  • OR python-idle-2.6.9-0.33 is installed
  • OR python-tk-2.6.9-0.33 is installed
  • OR python-x86-2.6.9-0.33 is installed
  • OR python-xml-2.6.9-0.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libpython2_6-1_0-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-32bit-2.6.9-0.33 is installed
  • OR libpython2_6-1_0-x86-2.6.9-0.33 is installed
  • OR python-2.6.9-0.33 is installed
  • OR python-32bit-2.6.9-0.33 is installed
  • OR python-base-2.6.9-0.33 is installed
  • OR python-base-32bit-2.6.9-0.33 is installed
  • OR python-base-x86-2.6.9-0.33 is installed
  • OR python-curses-2.6.9-0.33 is installed
  • OR python-demo-2.6.9-0.33 is installed
  • OR python-doc-2.6-8.33 is installed
  • OR python-doc-pdf-2.6-8.33 is installed
  • OR python-gdbm-2.6.9-0.33 is installed
  • OR python-idle-2.6.9-0.33 is installed
  • OR python-tk-2.6.9-0.33 is installed
  • OR python-x86-2.6.9-0.33 is installed
  • OR python-xml-2.6.9-0.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • MozillaFirefox-38.5.0esr-28 is installed
  • OR MozillaFirefox-translations-38.5.0esr-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • MozillaFirefox-38.5.0esr-28 is installed
  • OR MozillaFirefox-translations-38.5.0esr-28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • MozillaFirefox-38.5.0esr-28 is installed
  • OR MozillaFirefox-translations-38.5.0esr-28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND powerpc-utils-1.2.16-0.13 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND powerpc-utils-1.2.16-0.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND mipv6d-2.0.2.umip.0.4-8.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.25-69 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.25-69 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.25-69 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.25-69 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.25-69 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.30 is installed
  • OR bind-chrootenv-9.9.6P1-0.30 is installed
  • OR bind-doc-9.9.6P1-0.30 is installed
  • OR bind-libs-9.9.6P1-0.30 is installed
  • OR bind-libs-32bit-9.9.6P1-0.30 is installed
  • OR bind-utils-9.9.6P1-0.30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.105.1 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.105.1 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.105.1 is installed
  • OR kernel-default-3.0.101-0.47.105.1 is installed
  • OR kernel-default-base-3.0.101-0.47.105.1 is installed
  • OR kernel-default-devel-3.0.101-0.47.105.1 is installed
  • OR kernel-default-man-3.0.101-0.47.105.1 is installed
  • OR kernel-ec2-3.0.101-0.47.105.1 is installed
  • OR kernel-ec2-base-3.0.101-0.47.105.1 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.105.1 is installed
  • OR kernel-pae-3.0.101-0.47.105.1 is installed
  • OR kernel-pae-base-3.0.101-0.47.105.1 is installed
  • OR kernel-pae-devel-3.0.101-0.47.105.1 is installed
  • OR kernel-source-3.0.101-0.47.105.1 is installed
  • OR kernel-syms-3.0.101-0.47.105.1 is installed
  • OR kernel-trace-3.0.101-0.47.105.1 is installed
  • OR kernel-trace-base-3.0.101-0.47.105.1 is installed
  • OR kernel-trace-devel-3.0.101-0.47.105.1 is installed
  • OR kernel-xen-3.0.101-0.47.105.1 is installed
  • OR kernel-xen-base-3.0.101-0.47.105.1 is installed
  • OR kernel-xen-devel-3.0.101-0.47.105.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND socat-1.7.0.0-1.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND socat-1.7.0.0-1.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-45.4.0esr-53 is installed
  • OR MozillaFirefox-translations-45.4.0esr-53 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND vsftpd-2.0.7-4.35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.44 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-32bit-7.37.0-70.44 is installed
  • OR libcurl4-openssl1-x86-7.37.0-70.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND wget-openssl1-1.11.4-1.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr2.10-8 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr2.10-8 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr2.10-8 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr2.10-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • java-1_7_1-ibm-1.7.1_sr2.10-8 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr2.10-8 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr2.10-8 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr2.10-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • cpio-2.11-26.182 is installed
  • OR cpio-lang-2.11-26.182 is installed
  • OR tar-1.27.1-2.22 is installed
  • OR tar-lang-1.27.1-2.22 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • libsqlite3-0-3.8.10.2-3 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-3 is installed
  • OR sqlite3-3.8.10.2-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • libsqlite3-0-3.8.10.2-3 is installed
  • OR libsqlite3-0-32bit-3.8.10.2-3 is installed
  • OR sqlite3-3.8.10.2-3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_21-default-9-2 is installed
  • OR kgraft-patch-3_12_67-60_64_21-xen-9-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_10-9-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_21-default-9-2 is installed
  • OR kgraft-patch-3_12_67-60_64_21-xen-9-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_10-9-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS 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
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND libtcnative-1-0-1.1.34-12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND libtcnative-1-0-1.1.34-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • libsystemd0-228-150.66 is installed
  • OR libsystemd0-32bit-228-150.66 is installed
  • OR libudev1-228-150.66 is installed
  • OR libudev1-32bit-228-150.66 is installed
  • OR systemd-228-150.66 is installed
  • OR systemd-32bit-228-150.66 is installed
  • OR systemd-bash-completion-228-150.66 is installed
  • OR systemd-sysvinit-228-150.66 is installed
  • OR udev-228-150.66 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • libsystemd0-228-150.66 is installed
  • OR libsystemd0-32bit-228-150.66 is installed
  • OR libudev1-228-150.66 is installed
  • OR libudev1-32bit-228-150.66 is installed
  • OR systemd-228-150.66 is installed
  • OR systemd-32bit-228-150.66 is installed
  • OR systemd-bash-completion-228-150.66 is installed
  • OR systemd-sysvinit-228-150.66 is installed
  • OR udev-228-150.66 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • kernel-default-4.4.121-92.92 is installed
  • OR kernel-default-base-4.4.121-92.92 is installed
  • OR kernel-default-devel-4.4.121-92.92 is installed
  • OR kernel-devel-4.4.121-92.92 is installed
  • OR kernel-macros-4.4.121-92.92 is installed
  • OR kernel-source-4.4.121-92.92 is installed
  • OR kernel-syms-4.4.121-92.92 is installed
  • OR kgraft-patch-4_4_121-92_92-default-1-3.7 is installed
  • OR kgraft-patch-SLE12-SP2_Update_24-1-3.7 is installed
  • OR lttng-modules-2.7.1-9.4 is installed
  • OR lttng-modules-kmp-default-2.7.1_k4.4.121_92.92-9.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • kgraft-patch-4_4_120-92_70-default-3-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_20-3-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND Package Information
  • xen-4.7.5_02-43.30.1 is installed
  • OR xen-doc-html-4.7.5_02-43.30.1 is installed
  • OR xen-libs-4.7.5_02-43.30.1 is installed
  • OR xen-libs-32bit-4.7.5_02-43.30.1 is installed
  • OR xen-tools-4.7.5_02-43.30.1 is installed
  • OR xen-tools-domU-4.7.5_02-43.30.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • emacs-24.3-25.3 is installed
  • OR emacs-el-24.3-25.3 is installed
  • OR emacs-info-24.3-25.3 is installed
  • OR emacs-nox-24.3-25.3 is installed
  • OR emacs-x11-24.3-25.3 is installed
  • OR etags-24.3-25.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • emacs-24.3-25.3 is installed
  • OR emacs-el-24.3-25.3 is installed
  • OR emacs-info-24.3-25.3 is installed
  • OR emacs-nox-24.3-25.3 is installed
  • OR emacs-x11-24.3-25.3 is installed
  • OR etags-24.3-25.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • ibus-chewing-1.4.14-4 is installed
  • OR ibus-pinyin-1.5.0-11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • MozillaFirefox-60.8.0-109.83 is installed
  • OR MozillaFirefox-translations-common-60.8.0-109.83 is installed
  • OR libfreebl3-3.44.1-58.28 is installed
  • OR libfreebl3-32bit-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-3.44.1-58.28 is installed
  • OR libfreebl3-hmac-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-3.44.1-58.28 is installed
  • OR libsoftokn3-32bit-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-3.44.1-58.28 is installed
  • OR libsoftokn3-hmac-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-3.44.1-58.28 is installed
  • OR mozilla-nss-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-3.44.1-58.28 is installed
  • OR mozilla-nss-certs-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-3.44.1-58.28 is installed
  • OR mozilla-nss-sysinit-32bit-3.44.1-58.28 is installed
  • OR mozilla-nss-tools-3.44.1-58.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • ghostscript-9.27-23.28 is installed
  • OR ghostscript-x11-9.27-23.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • ghostscript-9.27-23.28 is installed
  • OR ghostscript-x11-9.27-23.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_155-94_50-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_17-7-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_155-94_50-default-7-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_17-7-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • openssh-7.2p2-74.23 is installed
  • OR openssh-askpass-gnome-7.2p2-74.23 is installed
  • OR openssh-fips-7.2p2-74.23 is installed
  • OR openssh-helpers-7.2p2-74.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • openssh-7.2p2-74.23 is installed
  • OR openssh-askpass-gnome-7.2p2-74.23 is installed
  • OR openssh-fips-7.2p2-74.23 is installed
  • OR openssh-helpers-7.2p2-74.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.25-30.39 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.25-30.39 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.25-30.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.25-30.39 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.25-30.39 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.25-30.39 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_57-default-7-3 is installed
  • OR kgraft-patch-3_12_60-52_57-xen-7-3 is installed
  • OR kgraft-patch-SLE12_Update_16-7-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • coreutils-8.25-12 is installed
  • OR coreutils-lang-8.25-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.50 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.50 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • ghostscript-9.15-11 is installed
  • OR ghostscript-x11-9.15-11 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_24-default-6-3 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND libpixman-1-0-devel-0.16.0-1.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-devel-24.5.0esr-0.8 is installed
  • OR mozilla-nspr-devel-4.10.4-0.3 is installed
  • OR mozilla-nss-devel-3.16-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • libblkid-devel-2.19.1-6.72 is installed
  • OR libblkid-devel-32bit-2.19.1-6.72 is installed
  • OR libuuid-devel-2.19.1-6.72 is installed
  • OR libuuid-devel-32bit-2.19.1-6.72 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND pidgin-otr-4.0.0-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND bash-lang-4.2-75 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • dia-0.97.3-15 is installed
  • OR dia-lang-0.97.3-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND drm-kmp-default-4.9.33_k4.4.73_5-2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • java-1_7_0-ibm-1.7.0_sr9.50-55.1 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.50-55.1 is installed
  • OR java-1_7_0-ibm-devel-1.7.0_sr9.50-55.1 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.50-55.1 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.50-55.1 is installed
  • BACK