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

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

Following security bugs were fixed: - CVE-2015-7550: A local user could have triggered a race between read and revoke in keyctl (bnc#958951). - CVE-2015-8539: A negatively instantiated user key could have been used by a local user to leverage privileges (bnc#958463). - CVE-2015-8543: The networking implementation in the Linux kernel did not validate protocol identifiers for certain protocol families, which allowed local users to cause a denial of service (NULL function pointer dereference and system crash) or possibly gain privileges by leveraging CLONE_NEWUSER support to execute a crafted SOCK_RAW application (bnc#958886). - CVE-2015-8550: Compiler optimizations in the XEN PV backend drivers could have lead to double fetch vulnerabilities, causing denial of service or arbitrary code execution (depending on the configuration) (bsc#957988). - CVE-2015-8551, CVE-2015-8552: xen/pciback: For XEN_PCI_OP_disable_msi[|x] only disable if device has MSI(X) enabled (bsc#957990). - CVE-2015-8569: The (1) pptp_bind and (2) pptp_connect functions in drivers/net/ppp/pptp.c in the Linux kernel did not verify an address length, which allowed local users to obtain sensitive information from kernel memory and bypass the KASLR protection mechanism via a crafted application (bnc#959190). - CVE-2015-8575: Validate socket address length in sco_sock_bind() to prevent information leak (bsc#959399).

The following non-security bugs were fixed: - ACPICA: Correctly cleanup after a ACPI table load failure (bnc#937261). - ALSA: hda - Fix noise problems on Thinkpad T440s (boo#958504). - Input: aiptek - fix crash on detecting device without endpoints (bnc#956708). - Re-add copy_page_vector_to_user() - Refresh patches.xen/xen3-patch-3.12.46-47 (bsc#959705). - Refresh patches.xen/xen3-patch-3.9 (bsc#951155). - Update patches.suse/btrfs-8361-Btrfs-keep-dropped-roots-in-cache-until-transaction-.patch (bnc#935087, bnc#945649, bnc#951615). - bcache: Add btree_insert_node() (bnc#951638). - bcache: Add explicit keylist arg to btree_insert() (bnc#951638). - bcache: Clean up keylist code (bnc#951638). - bcache: Convert btree_insert_check_key() to btree_insert_node() (bnc#951638). - bcache: Convert bucket_wait to wait_queue_head_t (bnc#951638). - bcache: Convert try_wait to wait_queue_head_t (bnc#951638). - bcache: Explicitly track btree node's parent (bnc#951638). - bcache: Fix a bug when detaching (bsc#951638). - bcache: Fix a lockdep splat in an error path (bnc#951638). - bcache: Fix a shutdown bug (bsc#951638). - bcache: Fix more early shutdown bugs (bsc#951638). - bcache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - bcache: Insert multiple keys at a time (bnc#951638). - bcache: Refactor journalling flow control (bnc#951638). - bcache: Refactor request_write() (bnc#951638). - bcache: Use blkdev_issue_discard() (bnc#951638). - bcache: backing device set to clean after finishing detach (bsc#951638). - bcache: kill closure locking usage (bnc#951638). - blktap: also call blkif_disconnect() when frontend switched to closed (bsc#952976). - blktap: refine mm tracking (bsc#952976). - block: Always check queue limits for cloned requests (bsc#902606). - btrfs: Add qgroup tracing (bnc#935087, bnc#945649). - btrfs: Adjust commit-transaction condition to avoid NO_SPACE more (bsc#958647). - btrfs: Fix out-of-space bug (bsc#958647). - btrfs: Fix tail space processing in find_free_dev_extent() (bsc#958647). - btrfs: Set relative data on clear btrfs_block_group_cache->pinned (bsc#958647). - btrfs: Update btrfs qgroup status item when rescan is done (bnc#960300). - btrfs: backref: Add special time_seq == (u64)-1 case for btrfs_find_all_roots() (bnc#935087, bnc#945649). - btrfs: backref: Do not merge refs which are not for same block (bnc#935087, bnc#945649). - btrfs: cleanup: remove no-used alloc_chunk in btrfs_check_data_free_space() (bsc#958647). - btrfs: delayed-ref: Cleanup the unneeded functions (bnc#935087, bnc#945649). - btrfs: delayed-ref: Use list to replace the ref_root in ref_head (bnc#935087, bnc#945649). - btrfs: extent-tree: Use ref_node to replace unneeded parameters in __inc_extent_ref() and __free_extent() (bnc#935087, bnc#945649). - btrfs: fix comp_oper to get right order (bnc#935087, bnc#945649). - btrfs: fix condition of commit transaction (bsc#958647). - btrfs: fix leak in qgroup_subtree_accounting() error path (bnc#935087, bnc#945649). - btrfs: fix order by which delayed references are run (bnc#949440). - btrfs: fix qgroup sanity tests (bnc#951615). - btrfs: fix race waiting for qgroup rescan worker (bnc#960300). - btrfs: fix regression running delayed references when using qgroups (bnc#951615). - btrfs: fix regression when running delayed references (bnc#951615). - btrfs: fix sleeping inside atomic context in qgroup rescan worker (bnc#960300). - btrfs: fix the number of transaction units needed to remove a block group (bsc#958647). - btrfs: keep dropped roots in cache until transaction commit (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_counters() (bnc#935087, bnc#945649). - btrfs: qgroup: Add function qgroup_update_refcnt() (bnc#935087, bnc#945649). - btrfs: qgroup: Add new function to record old_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Add new qgroup calculation function btrfs_qgroup_account_extents() (bnc#935087, bnc#945649). - btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup open-coded old/new_refcnt update and read (bnc#935087, bnc#945649). - btrfs: qgroup: Cleanup the old ref_node-oriented mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Do not copy extent buffer to do qgroup rescan (bnc#960300). - btrfs: qgroup: Fix a regression in qgroup reserved space (bnc#935087, bnc#945649). - btrfs: qgroup: Make snapshot accounting work with new extent-oriented qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Record possible quota-related extent for qgroup (bnc#935087, bnc#945649). - btrfs: qgroup: Switch rescan to new mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch self test to extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: Switch to new extent-oriented qgroup mechanism (bnc#935087, bnc#945649). - btrfs: qgroup: account shared subtree during snapshot delete (bnc#935087, bnc#945649). - btrfs: qgroup: clear STATUS_FLAG_ON in disabling quota (bnc#960300). - btrfs: qgroup: exit the rescan worker during umount (bnc#960300). - btrfs: qgroup: fix quota disable during rescan (bnc#960300). - btrfs: qgroup: move WARN_ON() to the correct location (bnc#935087, bnc#945649). - btrfs: remove transaction from send (bnc#935087, bnc#945649). - btrfs: ulist: Add ulist_del() function (bnc#935087, bnc#945649). - btrfs: use btrfs_get_fs_root in resolve_indirect_ref (bnc#935087, bnc#945649). - btrfs: use global reserve when deleting unused block group after ENOSPC (bsc#958647). - cache: Fix sysfs splat on shutdown with flash only devs (bsc#951638). - cpusets, isolcpus: exclude isolcpus from load balancing in cpusets (bsc#957395). - drm/i915: Fix SRC_COPY width on 830/845g (bsc#758040). - drm: Allocate new master object when client becomes master (bsc#956876, bsc#956801). - drm: Fix KABI of 'struct drm_file' (bsc#956876, bsc#956801). - e1000e: Do not read ICR in Other interrupt (bsc#924919). - e1000e: Do not write lsc to ics in msi-x mode (bsc#924919). - e1000e: Fix msi-x interrupt automask (bsc#924919). - e1000e: Remove unreachable code (bsc#924919). - genksyms: Handle string literals with spaces in reference files (bsc#958510). - ipv6: fix tunnel error handling (bsc#952579). - lpfc: Fix null ndlp dereference in target_reset_handler (bsc#951392). - mm/mempolicy.c: convert the shared_policy lock to a rwlock (bnc#959436). - mm: remove PG_waiters from PAGE_FLAGS_CHECK_AT_FREE (bnc#943959). - pm, hinernate: use put_page in release_swap_writer (bnc#943959). - sched, isolcpu: make cpu_isolated_map visible outside scheduler (bsc#957395). - udp: properly support MSG_PEEK with truncated buffers (bsc#951199 bsc#959364). - xhci: Workaround to get Intel xHCI reset working more reliably (bnc#957546).
Family:unixClass:patch
Status:Reference(s):1092241
1100348
1105869
758040
902606
924919
935087
937261
943959
945649
947337
949440
950998
951155
951199
951392
951615
951638
951844
952579
952976
953048
954847
956491
956708
956801
956876
957395
957546
957988
957990
958463
958504
958510
958647
958886
958951
959190
959364
959399
959436
959705
960300
962742
963655
963762
965087
966245
968667
970114
970506
971770
972933
973378
973499
974165
974308
974620
975531
975533
975772
975788
977417
978401
978469
978822
979074
979213
979419
979485
979489
979521
979548
979681
979867
979879
979922
980348
980363
980371
980856
980883
981038
981143
981344
981597
982282
982354
982544
982698
983143
983213
983318
983721
983904
983977
984148
984456
984755
984764
985232
985978
986362
986365
986569
986572
986573
986811
988215
988498
988552
990058
CVE-2004-0801
CVE-2006-1932
CVE-2006-4339
CVE-2006-4574
CVE-2006-4805
CVE-2006-5170
CVE-2006-5456
CVE-2006-5468
CVE-2006-5469
CVE-2006-5740
CVE-2006-5876
CVE-2007-0456
CVE-2007-0457
CVE-2007-0458
CVE-2007-0459
CVE-2007-1667
CVE-2007-1797
CVE-2007-2925
CVE-2007-2926
CVE-2007-4985
CVE-2007-4986
CVE-2007-4987
CVE-2007-4988
CVE-2007-5208
CVE-2007-6351
CVE-2007-6352
CVE-2008-3825
CVE-2008-3863
CVE-2008-4306
CVE-2009-0037
CVE-2009-0696
CVE-2009-1210
CVE-2009-1267
CVE-2009-1268
CVE-2009-1269
CVE-2009-2417
CVE-2009-2560
CVE-2009-2562
CVE-2009-3549
CVE-2009-3550
CVE-2009-3627
CVE-2009-3829
CVE-2009-4022
CVE-2009-4377
CVE-2010-0304
CVE-2010-1455
CVE-2010-2992
CVE-2010-2993
CVE-2010-2994
CVE-2010-2995
CVE-2010-3445
CVE-2010-4180
CVE-2010-4267
CVE-2010-4300
CVE-2010-4301
CVE-2010-4538
CVE-2011-0024
CVE-2011-0538
CVE-2011-0713
CVE-2011-1138
CVE-2011-1139
CVE-2011-1140
CVE-2011-1143
CVE-2011-1590
CVE-2011-1591
CVE-2011-1592
CVE-2011-1957
CVE-2011-1958
CVE-2011-1959
CVE-2011-2174
CVE-2011-2175
CVE-2011-2192
CVE-2011-2199
CVE-2011-2524
CVE-2011-2597
CVE-2011-2697
CVE-2011-2698
CVE-2011-2722
CVE-2011-3266
CVE-2011-3360
CVE-2011-3389
CVE-2011-3483
CVE-2012-1593
CVE-2012-1595
CVE-2012-1596
CVE-2012-2132
CVE-2012-2392
CVE-2012-2393
CVE-2012-2394
CVE-2012-2812
CVE-2012-2813
CVE-2012-2814
CVE-2012-2836
CVE-2012-2837
CVE-2012-2840
CVE-2012-2841
CVE-2012-4048
CVE-2012-4049
CVE-2012-4285
CVE-2012-4288
CVE-2012-4289
CVE-2012-4290
CVE-2012-4291
CVE-2012-4292
CVE-2012-4293
CVE-2012-4296
CVE-2012-5592
CVE-2012-5593
CVE-2012-5594
CVE-2012-5595
CVE-2012-5596
CVE-2012-5597
CVE-2012-5598
CVE-2012-5599
CVE-2012-5600
CVE-2012-5601
CVE-2012-5602
CVE-2013-1362
CVE-2013-1572
CVE-2013-1573
CVE-2013-1574
CVE-2013-1575
CVE-2013-1576
CVE-2013-1577
CVE-2013-1578
CVE-2013-1579
CVE-2013-1580
CVE-2013-1581
CVE-2013-1582
CVE-2013-1583
CVE-2013-1584
CVE-2013-1585
CVE-2013-1586
CVE-2013-1587
CVE-2013-1588
CVE-2013-1589
CVE-2013-1590
CVE-2013-2475
CVE-2013-2476
CVE-2013-2477
CVE-2013-2478
CVE-2013-2479
CVE-2013-2480
CVE-2013-2481
CVE-2013-2482
CVE-2013-2483
CVE-2013-2484
CVE-2013-2485
CVE-2013-2486
CVE-2013-2487
CVE-2013-2488
CVE-2014-2913
CVE-2014-9904
CVE-2015-7550
CVE-2015-7833
CVE-2015-8539
CVE-2015-8543
CVE-2015-8550
CVE-2015-8551
CVE-2015-8552
CVE-2015-8569
CVE-2015-8575
CVE-2015-8845
CVE-2016-0758
CVE-2016-1583
CVE-2016-2053
CVE-2016-3672
CVE-2016-4470
CVE-2016-4482
CVE-2016-4486
CVE-2016-4565
CVE-2016-4569
CVE-2016-4578
CVE-2016-4805
CVE-2016-4997
CVE-2016-5244
CVE-2016-5828
CVE-2016-5829
CVE-2018-13300
CVE-2018-15822
SUSE-SU-2016:0168-1
SUSE-SU-2016:2105-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 11 SP2
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Toolchain 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Real Time Extension 11 SP4
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-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-TERADATA
SUSE Linux Enterprise Server 12 SP4
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 11
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
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-TERADATA
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE OpenStack Cloud 5
SUSE Package Hub for SUSE Linux Enterprise 12 SP2
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND Package Information
  • libXvMC-devel-1.0.9-1.1 is installed
  • OR libXvMC1-1.0.9-1.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • cracklib-2.9.0-7.8 is installed
  • OR cracklib-dict-small-2.9.0-7.8 is installed
  • OR libcrack2-2.9.0-7.8 is installed
  • OR libcrack2-32bit-2.9.0-7.8 is installed
  • Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • apache2-2.4.23-11.2 is installed
  • OR apache2-devel-2.4.23-11.2 is installed
  • OR apache2-doc-2.4.23-11.2 is installed
  • OR apache2-example-pages-2.4.23-11.2 is installed
  • OR apache2-prefork-2.4.23-11.2 is installed
  • OR apache2-utils-2.4.23-11.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND puppet-2.6.18-0.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • libpulse-browse0-0.9.23-0.15 is installed
  • OR libpulse-mainloop-glib0-0.9.23-0.15 is installed
  • OR libpulse0-0.9.23-0.15 is installed
  • OR libpulse0-32bit-0.9.23-0.15 is installed
  • OR pulseaudio-0.9.23-0.15 is installed
  • OR pulseaudio-esound-compat-0.9.23-0.15 is installed
  • OR pulseaudio-gdm-hooks-0.9.23-0.15 is installed
  • OR pulseaudio-lang-0.9.23-0.15 is installed
  • OR pulseaudio-module-bluetooth-0.9.23-0.15 is installed
  • OR pulseaudio-module-gconf-0.9.23-0.15 is installed
  • OR pulseaudio-module-jack-0.9.23-0.15 is installed
  • OR pulseaudio-module-lirc-0.9.23-0.15 is installed
  • OR pulseaudio-module-x11-0.9.23-0.15 is installed
  • OR pulseaudio-module-zeroconf-0.9.23-0.15 is installed
  • OR pulseaudio-utils-0.9.23-0.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • java-1_7_0-openjdk-1.7.0.99-0.20 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.99-0.20 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.99-0.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND tcpdump-4.5.1-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • libopenssl1_0_0-1.0.1i-52 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-52 is installed
  • OR openssl-1.0.1i-52 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libgif6-5.0.5-12 is installed
  • OR libgif6-32bit-5.0.5-12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • audiofile-0.3.6-10 is installed
  • OR libaudiofile1-0.3.6-10 is installed
  • OR libaudiofile1-32bit-0.3.6-10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-pycrypto-2.6.1-1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Toolchain 12 is installed
  • AND Package Information
  • cpp5-5.3.1+r233831-9 is installed
  • OR gcc5-5.3.1+r233831-9 is installed
  • OR gcc5-c++-5.3.1+r233831-9 is installed
  • OR gcc5-fortran-5.3.1+r233831-9 is installed
  • OR gcc5-info-5.3.1+r233831-9 is installed
  • OR gcc5-locale-5.3.1+r233831-9 is installed
  • OR libffi-devel-gcc5-5.3.1+r233831-9 is installed
  • OR libstdc++6-devel-gcc5-5.3.1+r233831-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • nodejs6-6.9.5-7 is installed
  • OR nodejs6-devel-6.9.5-7 is installed
  • OR nodejs6-docs-6.9.5-7 is installed
  • OR npm6-6.9.5-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND clamav-0.99.4-0.20.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP4 is installed
  • AND Package Information
  • ocfs2-1.6-0.28.7 is installed
  • OR ocfs2-kmp-rt-1.6_3.0.101_rt130_69.42-0.28.7 is installed
  • OR ocfs2-kmp-rt_trace-1.6_3.0.101_rt130_69.42-0.28.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • dbus-1-1.2.10-3.9 is installed
  • OR dbus-1-32bit-1.2.10-3.9 is installed
  • OR dbus-1-x86-1.2.10-3.9 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • dbus-1-1.2.10-3.9 is installed
  • OR dbus-1-32bit-1.2.10-3.9 is installed
  • OR dbus-1-x86-1.2.10-3.9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND kvm-0.12.5-1.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND kvm-0.12.5-1.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libxslt-1.1.24-19.19 is installed
  • OR libxslt-32bit-1.1.24-19.19 is installed
  • OR libxslt-x86-1.1.24-19.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • ark-4.3.5-0.3 is installed
  • OR kcalc-4.3.5-0.3 is installed
  • OR kcharselect-4.3.5-0.3 is installed
  • OR kdessh-4.3.5-0.3 is installed
  • OR kdf-4.3.5-0.3 is installed
  • OR kfloppy-4.3.5-0.3 is installed
  • OR kgpg-4.3.5-0.3 is installed
  • OR ktimer-4.3.5-0.3 is installed
  • OR kwalletmanager-4.3.5-0.3 is installed
  • OR kwikdisk-4.3.5-0.3 is installed
  • OR okteta-4.3.5-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ark-4.3.5-0.3 is installed
  • OR kcalc-4.3.5-0.3 is installed
  • OR kcharselect-4.3.5-0.3 is installed
  • OR kdessh-4.3.5-0.3 is installed
  • OR kdf-4.3.5-0.3 is installed
  • OR kfloppy-4.3.5-0.3 is installed
  • OR kgpg-4.3.5-0.3 is installed
  • OR ktimer-4.3.5-0.3 is installed
  • OR kwalletmanager-4.3.5-0.3 is installed
  • OR kwikdisk-4.3.5-0.3 is installed
  • OR okteta-4.3.5-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ark-4.3.5-0.3 is installed
  • OR kcalc-4.3.5-0.3 is installed
  • OR kcharselect-4.3.5-0.3 is installed
  • OR kdessh-4.3.5-0.3 is installed
  • OR kdf-4.3.5-0.3 is installed
  • OR kfloppy-4.3.5-0.3 is installed
  • OR kgpg-4.3.5-0.3 is installed
  • OR ktimer-4.3.5-0.3 is installed
  • OR kwalletmanager-4.3.5-0.3 is installed
  • OR kwikdisk-4.3.5-0.3 is installed
  • OR okteta-4.3.5-0.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • bind-9.5.0P2-20.7 is installed
  • OR bind-chrootenv-9.5.0P2-20.7 is installed
  • OR bind-doc-9.5.0P2-20.7 is installed
  • OR bind-libs-9.5.0P2-20.7 is installed
  • OR bind-libs-32bit-9.5.0P2-20.7 is installed
  • OR bind-libs-x86-9.5.0P2-20.7 is installed
  • OR bind-utils-9.5.0P2-20.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • xen-4.0.3_21548_18-0.21 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.21 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-libs-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • xen-4.0.3_21548_18-0.21 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.21 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-libs-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.21 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.21 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.21 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-libs-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.21 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.21 is installed
  • OR xen-doc-html-4.0.3_21548_18-0.21 is installed
  • OR xen-doc-pdf-4.0.3_21548_18-0.21 is installed
  • OR xen-kmp-default-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-pae-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-kmp-trace-4.0.3_21548_18_2.6.32.59_0.19-0.21 is installed
  • OR xen-libs-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-4.0.3_21548_18-0.21 is installed
  • OR xen-tools-domU-4.0.3_21548_18-0.21 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-64 is installed
  • OR apache2-doc-2.2.12-64 is installed
  • OR apache2-example-pages-2.2.12-64 is installed
  • OR apache2-prefork-2.2.12-64 is installed
  • OR apache2-utils-2.2.12-64 is installed
  • OR apache2-worker-2.2.12-64 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • apache2-2.2.12-64 is installed
  • OR apache2-doc-2.2.12-64 is installed
  • OR apache2-example-pages-2.2.12-64 is installed
  • OR apache2-prefork-2.2.12-64 is installed
  • OR apache2-utils-2.2.12-64 is installed
  • OR apache2-worker-2.2.12-64 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • ldapsmb-1.34b-12.33.39 is installed
  • OR libldb1-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-x86-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc1-x86-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc2-x86-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-x86-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-x86-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-x86-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • OR samba-winbind-x86-3.6.3-0.33.39 is installed
  • OR samba-x86-3.6.3-0.33.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • ldapsmb-1.34b-12.33.39 is installed
  • OR libldb1-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-x86-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc1-x86-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc2-x86-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-x86-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-x86-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-x86-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • OR samba-winbind-x86-3.6.3-0.33.39 is installed
  • OR samba-x86-3.6.3-0.33.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • ldapsmb-1.34b-12.33.39 is installed
  • OR libldb1-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-x86-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc1-x86-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc2-x86-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-x86-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-x86-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-x86-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • OR samba-winbind-x86-3.6.3-0.33.39 is installed
  • OR samba-x86-3.6.3-0.33.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • ldapsmb-1.34b-12.33.39 is installed
  • OR libldb1-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-x86-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc1-x86-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc2-x86-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-x86-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-x86-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-x86-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • OR samba-winbind-x86-3.6.3-0.33.39 is installed
  • OR samba-x86-3.6.3-0.33.39 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • ldapsmb-1.34b-12.33.39 is installed
  • OR libldb1-3.6.3-0.33.39 is installed
  • OR libsmbclient0-3.6.3-0.33.39 is installed
  • OR libsmbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libsmbclient0-x86-3.6.3-0.33.39 is installed
  • OR libtalloc1-3.4.3-1.50 is installed
  • OR libtalloc1-32bit-3.4.3-1.50 is installed
  • OR libtalloc1-x86-3.4.3-1.50 is installed
  • OR libtalloc2-3.6.3-0.33.39 is installed
  • OR libtalloc2-32bit-3.6.3-0.33.39 is installed
  • OR libtalloc2-x86-3.6.3-0.33.39 is installed
  • OR libtdb1-3.6.3-0.33.39 is installed
  • OR libtdb1-32bit-3.6.3-0.33.39 is installed
  • OR libtdb1-x86-3.6.3-0.33.39 is installed
  • OR libtevent0-3.6.3-0.33.39 is installed
  • OR libtevent0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-3.6.3-0.33.39 is installed
  • OR libwbclient0-32bit-3.6.3-0.33.39 is installed
  • OR libwbclient0-x86-3.6.3-0.33.39 is installed
  • OR samba-3.6.3-0.33.39 is installed
  • OR samba-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-3.6.3-0.33.39 is installed
  • OR samba-client-32bit-3.6.3-0.33.39 is installed
  • OR samba-client-x86-3.6.3-0.33.39 is installed
  • OR samba-doc-3.6.3-0.33.39 is installed
  • OR samba-krb-printing-3.6.3-0.33.39 is installed
  • OR samba-winbind-3.6.3-0.33.39 is installed
  • OR samba-winbind-32bit-3.6.3-0.33.39 is installed
  • OR samba-winbind-x86-3.6.3-0.33.39 is installed
  • OR samba-x86-3.6.3-0.33.39 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • 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 libfreebl3-x86-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-nspr-x86-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
  • OR mozilla-nss-x86-3.13.6-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • 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 libfreebl3-x86-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-nspr-x86-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
  • OR mozilla-nss-x86-3.13.6-0.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • 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 libfreebl3-x86-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-nspr-x86-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
  • OR mozilla-nss-x86-3.13.6-0.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • libvirt-0.9.6-0.29 is installed
  • OR libvirt-client-0.9.6-0.29 is installed
  • OR libvirt-client-32bit-0.9.6-0.29 is installed
  • OR libvirt-doc-0.9.6-0.29 is installed
  • OR libvirt-python-0.9.6-0.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND Package Information
  • curl-7.19.7-1.18 is installed
  • OR libcurl4-7.19.7-1.18 is installed
  • OR libcurl4-32bit-7.19.7-1.18 is installed
  • OR libcurl4-x86-7.19.7-1.18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • xen-4.1.6_08-17 is installed
  • OR xen-devel-4.1.6_08-17 is installed
  • OR xen-doc-html-4.1.6_08-17 is installed
  • OR xen-doc-pdf-4.1.6_08-17 is installed
  • OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-libs-4.1.6_08-17 is installed
  • OR xen-libs-32bit-4.1.6_08-17 is installed
  • OR xen-tools-4.1.6_08-17 is installed
  • OR xen-tools-domU-4.1.6_08-17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • xen-4.1.6_08-17 is installed
  • OR xen-devel-4.1.6_08-17 is installed
  • OR xen-doc-html-4.1.6_08-17 is installed
  • OR xen-doc-pdf-4.1.6_08-17 is installed
  • OR xen-kmp-default-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-pae-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-kmp-trace-4.1.6_08_3.0.101_0.7.29-17 is installed
  • OR xen-libs-4.1.6_08-17 is installed
  • OR xen-libs-32bit-4.1.6_08-17 is installed
  • OR xen-tools-4.1.6_08-17 is installed
  • OR xen-tools-domU-4.1.6_08-17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND binutils-2.23.1-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND binutils-2.23.1-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND binutils-2.23.1-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND binutils-2.23.1-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND binutils-2.23.1-0.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • guestfs-data-1.20.4-0.18 is installed
  • OR guestfs-tools-1.20.4-0.18 is installed
  • OR guestfsd-1.20.4-0.18 is installed
  • OR libguestfs0-1.20.4-0.18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • hplip-3.11.10-0.6.7 is installed
  • OR hplip-hpijs-3.11.10-0.6.7 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.7 is installed
  • OR salt-doc-2016.11.4-43.7 is installed
  • OR salt-minion-2016.11.4-43.7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.7 is installed
  • OR salt-doc-2016.11.4-43.7 is installed
  • OR salt-minion-2016.11.4-43.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND python-pycrypto-2.6.1-5 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.30-75 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75 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.30-75 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75 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.30-75 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-devel-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.30-75 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.30-75 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-3.0.101-0.47.106.43 is installed
  • OR kernel-default-base-3.0.101-0.47.106.43 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-man-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-source-3.0.101-0.47.106.43 is installed
  • OR kernel-syms-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.106.43 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-3.0.101-0.47.106.43 is installed
  • OR kernel-default-base-3.0.101-0.47.106.43 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-default-man-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.43 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.43 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-source-3.0.101-0.47.106.43 is installed
  • OR kernel-syms-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.43 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.43 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.43 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • curl-7.37.0-70.27 is installed
  • OR libcurl4-7.37.0-70.27 is installed
  • OR libcurl4-32bit-7.37.0-70.27 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.45 is installed
  • OR libMagickCore1-6.4.3.6-78.45 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.45 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-78.45 is installed
  • OR libMagickCore1-6.4.3.6-78.45 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.45 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-78.56 is installed
  • OR libMagickCore1-6.4.3.6-78.56 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • ImageMagick-6.4.3.6-78.56 is installed
  • OR libMagickCore1-6.4.3.6-78.56 is installed
  • OR libMagickCore1-32bit-6.4.3.6-78.56 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • libexif-0.6.17-2.14 is installed
  • OR libexif-32bit-0.6.17-2.14 is installed
  • OR libexif-x86-0.6.17-2.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • ghostscript-fonts-other-8.62-47.16 is installed
  • OR ghostscript-fonts-rus-8.62-47.16 is installed
  • OR ghostscript-fonts-std-8.62-47.16 is installed
  • OR ghostscript-library-8.62-47.16 is installed
  • OR ghostscript-omni-8.62-47.16 is installed
  • OR ghostscript-x11-8.62-47.16 is installed
  • OR libgimpprint-4.2.7-47.16 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • ghostscript-fonts-other-8.62-47.16 is installed
  • OR ghostscript-fonts-rus-8.62-47.16 is installed
  • OR ghostscript-fonts-std-8.62-47.16 is installed
  • OR ghostscript-library-8.62-47.16 is installed
  • OR ghostscript-omni-8.62-47.16 is installed
  • OR ghostscript-x11-8.62-47.16 is installed
  • OR libgimpprint-4.2.7-47.16 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND apache2-mod_jk-1.2.40-1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • git-1.8.5.6-15 is installed
  • OR git-core-1.8.5.6-15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • git-1.8.5.6-15 is installed
  • OR git-core-1.8.5.6-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • cups-1.7.5-9 is installed
  • OR cups-client-1.7.5-9 is installed
  • OR cups-libs-1.7.5-9 is installed
  • OR cups-libs-32bit-1.7.5-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_45-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_45-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_16-2-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • dovecot22-2.2.13-4 is installed
  • OR dovecot22-backend-mysql-2.2.13-4 is installed
  • OR dovecot22-backend-pgsql-2.2.13-4 is installed
  • OR dovecot22-backend-sqlite-2.2.13-4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • dovecot22-2.2.13-4 is installed
  • OR dovecot22-backend-mysql-2.2.13-4 is installed
  • OR dovecot22-backend-pgsql-2.2.13-4 is installed
  • OR dovecot22-backend-sqlite-2.2.13-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • DirectFB-1.7.1-6 is installed
  • OR lib++dfb-1_7-1-1.7.1-6 is installed
  • OR libdirectfb-1_7-1-1.7.1-6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-60.3.0-109.50 is installed
  • OR MozillaFirefox-devel-60.3.0-109.50 is installed
  • OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • MozillaFirefox-60.3.0-109.50 is installed
  • OR MozillaFirefox-devel-60.3.0-109.50 is installed
  • OR MozillaFirefox-translations-common-60.3.0-109.50 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • libdcerpc-binding0-4.4.2-38.20 is installed
  • OR libdcerpc-binding0-32bit-4.4.2-38.20 is installed
  • OR libdcerpc0-4.4.2-38.20 is installed
  • OR libdcerpc0-32bit-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-4.4.2-38.20 is installed
  • OR libndr-krb5pac0-32bit-4.4.2-38.20 is installed
  • OR libndr-nbt0-4.4.2-38.20 is installed
  • OR libndr-nbt0-32bit-4.4.2-38.20 is installed
  • OR libndr-standard0-4.4.2-38.20 is installed
  • OR libndr-standard0-32bit-4.4.2-38.20 is installed
  • OR libndr0-4.4.2-38.20 is installed
  • OR libndr0-32bit-4.4.2-38.20 is installed
  • OR libnetapi0-4.4.2-38.20 is installed
  • OR libnetapi0-32bit-4.4.2-38.20 is installed
  • OR libsamba-credentials0-4.4.2-38.20 is installed
  • OR libsamba-credentials0-32bit-4.4.2-38.20 is installed
  • OR libsamba-errors0-4.4.2-38.20 is installed
  • OR libsamba-errors0-32bit-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-4.4.2-38.20 is installed
  • OR libsamba-hostconfig0-32bit-4.4.2-38.20 is installed
  • OR libsamba-passdb0-4.4.2-38.20 is installed
  • OR libsamba-passdb0-32bit-4.4.2-38.20 is installed
  • OR libsamba-util0-4.4.2-38.20 is installed
  • OR libsamba-util0-32bit-4.4.2-38.20 is installed
  • OR libsamdb0-4.4.2-38.20 is installed
  • OR libsamdb0-32bit-4.4.2-38.20 is installed
  • OR libsmbclient0-4.4.2-38.20 is installed
  • OR libsmbclient0-32bit-4.4.2-38.20 is installed
  • OR libsmbconf0-4.4.2-38.20 is installed
  • OR libsmbconf0-32bit-4.4.2-38.20 is installed
  • OR libsmbldap0-4.4.2-38.20 is installed
  • OR libsmbldap0-32bit-4.4.2-38.20 is installed
  • OR libtevent-util0-4.4.2-38.20 is installed
  • OR libtevent-util0-32bit-4.4.2-38.20 is installed
  • OR libwbclient0-4.4.2-38.20 is installed
  • OR libwbclient0-32bit-4.4.2-38.20 is installed
  • OR samba-4.4.2-38.20 is installed
  • OR samba-client-4.4.2-38.20 is installed
  • OR samba-client-32bit-4.4.2-38.20 is installed
  • OR samba-doc-4.4.2-38.20 is installed
  • OR samba-libs-4.4.2-38.20 is installed
  • OR samba-libs-32bit-4.4.2-38.20 is installed
  • OR samba-winbind-4.4.2-38.20 is installed
  • OR samba-winbind-32bit-4.4.2-38.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-LTSS is installed
  • AND
  • gpg2-2.0.24-9.3 is installed
  • OR gpg2-lang-2.0.24-9.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-LTSS is installed
  • AND
  • gpg2-2.0.24-9.3 is installed
  • OR gpg2-lang-2.0.24-9.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • ghostscript-9.26a-23.22 is installed
  • OR ghostscript-x11-9.26a-23.22 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • ghostscript-9.26a-23.22 is installed
  • OR ghostscript-x11-9.26a-23.22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND davfs2-1.5.2-2.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • libssh2-1-1.4.3-20.14 is installed
  • OR libssh2-1-32bit-1.4.3-20.14 is installed
  • OR libssh2_org-1.4.3-20.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • libssh2-1-1.4.3-20.14 is installed
  • OR libssh2-1-32bit-1.4.3-20.14 is installed
  • OR libssh2_org-1.4.3-20.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • MozillaFirefox-68.2.0-109.95 is installed
  • OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • MozillaFirefox-68.2.0-109.95 is installed
  • OR MozillaFirefox-translations-common-68.2.0-109.95 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-52.9.0esr-109.38 is installed
  • OR MozillaFirefox-translations-52.9.0esr-109.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • expat-2.1.0-21.3 is installed
  • OR libexpat1-2.1.0-21.3 is installed
  • OR libexpat1-32bit-2.1.0-21.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_141-default-4-2 is installed
  • OR kgraft-patch-3_12_61-52_141-xen-4-2 is installed
  • OR kgraft-patch-SLE12_Update_37-4-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_61-52_141-default-4-2 is installed
  • OR kgraft-patch-3_12_61-52_141-xen-4-2 is installed
  • OR kgraft-patch-SLE12_Update_37-4-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • accountsservice-0.6.42-14 is installed
  • OR accountsservice-lang-0.6.42-14 is installed
  • OR libaccountsservice0-0.6.42-14 is installed
  • OR typelib-1_0-AccountsService-1_0-0.6.42-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • inkscape-0.46-62.38 is installed
  • OR inkscape-extensions-dia-0.46-62.38 is installed
  • OR inkscape-extensions-extra-0.46-62.38 is installed
  • OR inkscape-extensions-fig-0.46-62.38 is installed
  • OR inkscape-extensions-gimp-0.46-62.38 is installed
  • OR inkscape-lang-0.46-62.38 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND Package Information
  • MozillaFirefox-devel-24.6.0esr-0.8 is installed
  • OR mozilla-nspr-devel-4.10.6-0.3 is installed
  • OR mozilla-nss-devel-3.16.1-0.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND Package Information
  • avahi-compat-howl-devel-0.6.23-11.32 is installed
  • OR avahi-compat-mDNSResponder-devel-0.6.23-11.32 is installed
  • OR libavahi-devel-0.6.23-11.32 is installed
  • OR libhowl0-0.6.23-11.32 is installed
  • OR python-avahi-0.6.23-11.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • kernel-default-3.12.51-52.34 is installed
  • OR kernel-default-extra-3.12.51-52.34 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • kernel-default-3.12.62-60.62 is installed
  • OR kernel-default-extra-3.12.62-60.62 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 5 is installed
  • AND Package Information
  • kernel-bigsmp-3.0.101-0.47.99 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.99 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.99 is installed
  • OR kernel-default-3.0.101-0.47.99 is installed
  • OR kernel-default-base-3.0.101-0.47.99 is installed
  • OR kernel-default-devel-3.0.101-0.47.99 is installed
  • OR kernel-ec2-3.0.101-0.47.99 is installed
  • OR kernel-ec2-base-3.0.101-0.47.99 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.99 is installed
  • OR kernel-source-3.0.101-0.47.99 is installed
  • OR kernel-syms-3.0.101-0.47.99 is installed
  • OR kernel-trace-3.0.101-0.47.99 is installed
  • OR kernel-trace-base-3.0.101-0.47.99 is installed
  • OR kernel-trace-devel-3.0.101-0.47.99 is installed
  • OR kernel-xen-3.0.101-0.47.99 is installed
  • OR kernel-xen-base-3.0.101-0.47.99 is installed
  • OR kernel-xen-devel-3.0.101-0.47.99 is installed
  • Definition Synopsis
  • SUSE Package Hub for SUSE Linux Enterprise 12 SP2 is installed
  • AND Package Information
  • ffmpeg-4-4.0.2-13 is installed
  • OR ffmpeg-4-libavcodec-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libavdevice-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libavfilter-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libavformat-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libavresample-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libavutil-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libpostproc-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libswresample-devel-4.0.2-13 is installed
  • OR ffmpeg-4-libswscale-devel-4.0.2-13 is installed
  • OR ffmpeg-4-private-devel-4.0.2-13 is installed
  • OR libavcodec58-4.0.2-13 is installed
  • OR libavcodec58-32bit-4.0.2-13 is installed
  • OR libavdevice58-4.0.2-13 is installed
  • OR libavdevice58-32bit-4.0.2-13 is installed
  • OR libavfilter7-4.0.2-13 is installed
  • OR libavfilter7-32bit-4.0.2-13 is installed
  • OR libavformat58-4.0.2-13 is installed
  • OR libavformat58-32bit-4.0.2-13 is installed
  • OR libavresample4-4.0.2-13 is installed
  • OR libavresample4-32bit-4.0.2-13 is installed
  • OR libavutil56-4.0.2-13 is installed
  • OR libavutil56-32bit-4.0.2-13 is installed
  • OR libpostproc55-4.0.2-13 is installed
  • OR libpostproc55-32bit-4.0.2-13 is installed
  • OR libswresample3-4.0.2-13 is installed
  • OR libswresample3-32bit-4.0.2-13 is installed
  • OR libswscale5-4.0.2-13 is installed
  • OR libswscale5-32bit-4.0.2-13 is installed
  • BACK