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

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



The following security bugs were fixed:

- CVE-2021-3348: Fixed a use-after-free in nbd_add_socket() that could be triggered by local attackers (with access to the nbd device) via an I/O request (bnc#1181504). - CVE-2021-3347: A use-after-free was discovered in the PI futexes during fault handling, allowing local users to execute code in the kernel (bnc#1181349). - CVE-2020-27835: A use-after-free in the infiniband hfi1 driver was found, specifically in the way user calls Ioctl after open dev file and fork. A local user could use this flaw to crash the system (bnc#1179878). - CVE-2020-25211: Fixed a buffer overflow in ctnetlink_parse_tuple_filter() which could be triggered by a local attackers by injecting conntrack netlink configuration (bnc#1176395). - CVE-2020-25639: Fixed a NULL pointer dereference via nouveau ioctl (bnc#1176846). - CVE-2020-29569: Fixed a potential privilege escalation and information leaks related to the PV block backend, as used by Xen (bnc#1179509). - CVE-2020-29568: Fixed a denial of service issue, related to processing watch events (bnc#1179508). - CVE-2020-0444: Fixed a bad kfree due to a logic error in audit_data_to_entry (bnc#1180027). - CVE-2020-0465: Fixed multiple missing bounds checks in hid-multitouch.c that could have led to local privilege escalation (bnc#1180029). - CVE-2020-0466: Fixed a use-after-free due to a logic error in do_epoll_ctl and ep_loop_check_proc of eventpoll.c (bnc#1180031). - CVE-2020-4788: Fixed an issue with IBM Power9 processors could have allowed a local user to obtain sensitive information from the data in the L1 cache under extenuating circumstances (bsc#1177666). - CVE-2020-15436: Fixed a use after free vulnerability in fs/block_dev.c which could have allowed local users to gain privileges or cause a denial of service (bsc#1179141). - CVE-2020-27068: Fixed an out-of-bounds read due to a missing bounds check in the nl80211_policy policy of nl80211.c (bnc#1180086). - CVE-2020-27777: Fixed a privilege escalation in the Run-Time Abstraction Services (RTAS) interface, affecting guests running on top of PowerVM or KVM hypervisors (bnc#1179107). - CVE-2020-27786: Fixed an out-of-bounds write in the MIDI implementation (bnc#1179601). - CVE-2020-27825: Fixed a race in the trace_open and buffer resize calls (bsc#1179960). - CVE-2020-29371: Fixed uninitialized memory leaks to userspace (bsc#1179429). - CVE-2020-29660: Fixed a locking inconsistency in the tty subsystem that may have allowed a read-after-free attack against TIOCGSID (bnc#1179745). - CVE-2020-29661: Fixed a locking issue in the tty subsystem that allowed a use-after-free attack against TIOCSPGRP (bsc#1179745). - CVE-2020-28974: Fixed a slab-out-of-bounds read in fbcon which could have been used by local attackers to read privileged information or potentially crash the kernel (bsc#1178589). - CVE-2020-28915: Fixed a buffer over-read in the fbcon code which could have been used by local attackers to read kernel memory (bsc#1178886). - CVE-2020-25669: Fixed a use-after-free read in sunkbd_reinit() (bsc#1178182). - CVE-2020-15437: Fixed a null pointer dereference which could have allowed local users to cause a denial of service(bsc#1179140). - CVE-2020-36158: Fixed a potential remote code execution in the Marvell mwifiex driver (bsc#1180559). - CVE-2020-28374: Fixed a Linux SCSI target issue (bsc#1178372). - CVE-2019-20934: Fixed a use-after-free in show_numa_stats() because NUMA fault statistics were inappropriately freed (bsc#1179663).

The following non-security bugs were fixed:

- blk-mq: improve heavily contended tag case (bsc#1178198). - debugfs_lookup(): switch to lookup_one_len_unlocked() (bsc#1171979). - epoll: Keep a reference on files added to the check list (bsc#1180031). - fix regression in 'epoll: Keep a reference on files added to the check list' (bsc#1180031, git-fixes). - futex: Do not enable IRQs unconditionally in put_pi_state() (bsc#1149032). - futex: Ensure the correct return value from futex_lock_pi() (bsc#1181349 bsc#1149032). - futex: Fix incorrect should_fail_futex() handling (bsc#1181349). - futex: Handle faults correctly for PI futexes (bsc#1181349 bsc#1149032). - futex: Provide and use pi_state_update_owner() (bsc#1181349 bsc#1149032). - futex: Replace pointless printk in fixup_owner() (bsc#1181349 bsc#1149032). - futex: Simplify fixup_pi_state_owner() (bsc#1181349 bsc#1149032). - futex: Use pi_state_update_owner() in put_pi_state() (bsc#1181349 bsc#1149032). - HID: Fix slab-out-of-bounds read in hid_field_extract (bsc#1180052). - iommu/vt-d: Do not dereference iommu_device if IOMMU_API is not built (bsc#1181001, jsc#ECO-3191). - iommu/vt-d: Gracefully handle DMAR units with no supported address widths (bsc#1181001, jsc#ECO-3191). - kABI: Fix kABI for extended APIC-ID support (bsc#1181001, jsc#ECO-3191). - locking/futex: Allow low-level atomic operations to return -EAGAIN (bsc#1149032). - md/bitmap: fix memory leak of temporary bitmap (bsc#1163727). - md/bitmap: md_bitmap_get_counter returns wrong blocks (bsc#1163727). - md/bitmap: md_bitmap_read_sb uses wrong bitmap blocks (bsc#1163727). - md/cluster: block reshape with remote resync job (bsc#1163727). - md/cluster: fix deadlock when node is doing resync job (bsc#1163727). - md-cluster: Fix potential error pointer dereference in resize_bitmaps() (bsc#1163727). - md-cluster: fix rmmod issue when md_cluster convert bitmap to none (bsc#1163727). - md-cluster: fix safemode_delay value when converting to clustered bitmap (bsc#1163727). - md-cluster: fix wild pointer of unlock_all_bitmaps() (bsc#1163727). - Move upstreamed bt fixes into sorted section - nbd: Fix memory leak in nbd_add_socket (bsc#1181504). - net/x25: prevent a couple of overflows (bsc#1178590). - NFS: mark nfsiod as CPU_INTENSIVE (bsc#1177304). - rtmutex: Remove unused argument from rt_mutex_proxy_unlock() (bsc#1181349 bsc#1149032). - s390/dasd: fix hanging device offline processing (bsc#1144912). - scsi: ibmvfc: Avoid link down on FS9100 canister reboot (bsc#1176962 ltc#188304). - scsi: ibmvfc: Use compiler attribute defines instead of __attribute__() (bsc#1176962 ltc#188304). - SUNRPC: cache: ignore timestamp written to 'flush' file (bsc#1178036). - x86/apic: Fix x2apic enablement without interrupt remapping (bsc#1181001, jsc#ECO-3191). - x86/apic: Support 15 bits of APIC ID in IOAPIC/MSI where available (bsc#1181001, jsc#ECO-3191). - x86/ioapic: Handle Extended Destination ID field in RTE (bsc#1181001, jsc#ECO-3191). - x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181001, jsc#ECO-3191). - x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_ID (bsc#1181001, jsc#ECO-3191). - x86/msi: Only use high bits of MSI address for DMAR unit (bsc#1181001, jsc#ECO-3191). - x86/tracing: Introduce a static key for exception tracing (bsc#1179895). - x86/traps: Simplify pagefault tracing logic (bsc#1179895). - xfrm: Fix memleak on xfrm state destroy (bsc#1158775).
Family:unixClass:patch
Status:Reference(s):1005084
1005090
1005242
1006591
1006593
1006597
1006598
1006599
1006836
1006839
1007009
1038505
1038564
1042892
1050751
1053153
1058425
1069708
1076500
1077445
1079869
1082063
1082210
1083417
1083420
1083422
1083424
1083426
1083625
1092885
1120114
1120115
1120116
1120117
1120118
1120119
1120120
1120121
1120122
1144912
1149032
1158775
1163727
1171979
1176395
1176846
1176962
1177304
1177666
1178036
1178182
1178198
1178372
1178589
1178590
1178684
1178886
1179107
1179140
1179141
1179419
1179429
1179508
1179509
1179601
1179616
1179663
1179666
1179745
1179877
1179878
1179895
1179960
1179961
1180008
1180027
1180028
1180029
1180030
1180031
1180032
1180052
1180086
1180559
1180562
1180676
1181001
1181158
1181349
1181504
1181553
1181645
392410
924525
936281
936916
937018
941919
942553
942801
944001
948790
948791
949520
959277
961886
963983
968373
976844
998309
CVE-2008-3522
CVE-2014-8158
CVE-2015-3258
CVE-2015-3279
CVE-2015-4491
CVE-2015-5203
CVE-2015-5221
CVE-2015-7201
CVE-2015-7202
CVE-2015-7205
CVE-2015-7210
CVE-2015-7212
CVE-2015-7213
CVE-2015-7214
CVE-2015-7222
CVE-2015-7673
CVE-2015-7674
CVE-2015-8868
CVE-2016-1549
CVE-2016-1577
CVE-2016-1867
CVE-2016-2089
CVE-2016-2116
CVE-2016-6662
CVE-2016-8690
CVE-2016-8691
CVE-2016-8692
CVE-2016-8693
CVE-2016-8880
CVE-2016-8881
CVE-2016-8882
CVE-2016-8883
CVE-2016-8884
CVE-2016-8885
CVE-2016-8886
CVE-2016-8887
CVE-2016-9840
CVE-2016-9841
CVE-2016-9842
CVE-2016-9843
CVE-2017-10661
CVE-2017-1289
CVE-2017-14482
CVE-2017-16939
CVE-2017-3509
CVE-2017-3511
CVE-2017-3533
CVE-2017-3539
CVE-2017-3544
CVE-2017-5715
CVE-2017-7533
CVE-2017-8890
CVE-2017-9242
CVE-2018-1064
CVE-2018-15126
CVE-2018-15127
CVE-2018-20019
CVE-2018-20020
CVE-2018-20021
CVE-2018-20022
CVE-2018-20023
CVE-2018-20024
CVE-2018-3639
CVE-2018-5748
CVE-2018-6307
CVE-2018-7170
CVE-2018-7182
CVE-2018-7183
CVE-2018-7184
CVE-2018-7185
CVE-2019-20934
CVE-2020-0444
CVE-2020-0465
CVE-2020-0466
CVE-2020-15436
CVE-2020-15437
CVE-2020-25211
CVE-2020-25639
CVE-2020-25669
CVE-2020-27068
CVE-2020-27777
CVE-2020-27786
CVE-2020-27825
CVE-2020-27835
CVE-2020-28374
CVE-2020-28915
CVE-2020-28974
CVE-2020-29371
CVE-2020-29568
CVE-2020-29569
CVE-2020-29660
CVE-2020-29661
CVE-2020-36158
CVE-2020-4788
CVE-2021-3347
CVE-2021-3348
SUSE-SU-2015:1377-1
SUSE-SU-2015:1612-1
SUSE-SU-2015:2195-2
SUSE-SU-2015:2335-1
SUSE-SU-2016:1543-1
SUSE-SU-2016:2404-1
SUSE-SU-2016:2775-1
SUSE-SU-2017:1385-1
SUSE-SU-2017:2089-1
SUSE-SU-2017:2529-1
SUSE-SU-2017:3316-1
SUSE-SU-2018:1765-1
SUSE-SU-2018:2082-1
SUSE-SU-2019:0060-1
SUSE-SU-2021:0434-1
Platform(s):openSUSE Leap 42.1
openSUSE Leap 42.2
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 SP4
SUSE Linux Enterprise High Availability Extension 11 SP3
SUSE Linux Enterprise High Performance Computing 12 SP4
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-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-LTSS
SUSE Linux Enterprise Server 11 SP3-TERADATA
SUSE Linux Enterprise Server 11 SP4
SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server 11 SP4-LTSS
SUSE Linux Enterprise Server 11-SECURITY
SUSE Linux Enterprise Server 12
SUSE Linux Enterprise Server 12 SP1
SUSE Linux Enterprise Server 12 SP1-LTSS
SUSE Linux Enterprise Server 12 SP2
SUSE Linux Enterprise Server 12 SP2-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-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP2
SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3
SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS
SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA
SUSE Linux Enterprise Server for SAP Applications 11 SP4
SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS
SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS
SUSE Linux Enterprise Server for SAP Applications 11-SECURITY
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12 SP1
SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS
SUSE Linux Enterprise Server for SAP Applications 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12 SP2-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 SAP Applications 12-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP2
SUSE Linux Enterprise Software Development Kit 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
Product(s):
Definition Synopsis
  • openSUSE Leap 42.1 is installed
  • AND gnuchess-6.2.1-5.1 is installed
  • Definition Synopsis
  • openSUSE Leap 42.2 is installed
  • AND Package Information
  • MozillaFirefox-49.0.2-37.1 is installed
  • OR MozillaFirefox-translations-common-49.0.2-37.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP2 is installed
  • AND clamav-0.97.8-0.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • Mesa-9.0.3-0.19 is installed
  • OR Mesa-32bit-9.0.3-0.19 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • flash-player-11.2.202.559-0.32 is installed
  • OR flash-player-gnome-11.2.202.559-0.32 is installed
  • OR flash-player-kde4-11.2.202.559-0.32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • fuse-2.9.3-3.65 is installed
  • OR libfuse2-2.9.3-3.65 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • finch-2.10.9-8.1 is installed
  • OR libpurple-2.10.9-8.1 is installed
  • OR libpurple-lang-2.10.9-8.1 is installed
  • OR libpurple-meanwhile-2.10.9-8.1 is installed
  • OR libpurple-tcl-2.10.9-8.1 is installed
  • OR pidgin-2.10.9-8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • libblkid1-2.28-40.28 is installed
  • OR libblkid1-32bit-2.28-40.28 is installed
  • OR libfdisk1-2.28-40.28 is installed
  • OR libmount1-2.28-40.28 is installed
  • OR libmount1-32bit-2.28-40.28 is installed
  • OR libsmartcols1-2.28-40.28 is installed
  • OR libuuid-devel-2.28-40.28 is installed
  • OR libuuid1-2.28-40.28 is installed
  • OR libuuid1-32bit-2.28-40.28 is installed
  • OR python-libmount-2.28-40.17 is installed
  • OR util-linux-2.28-40.28 is installed
  • OR util-linux-lang-2.28-40.28 is installed
  • OR util-linux-systemd-2.28-40.1 is installed
  • OR uuidd-2.28-40.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND coolkey-1.1.0-147.71 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability 12 SP4 is installed
  • AND Package Information
  • cluster-md-kmp-default-4.12.14-95.68.1 is installed
  • OR dlm-kmp-default-4.12.14-95.68.1 is installed
  • OR gfs2-kmp-default-4.12.14-95.68.1 is installed
  • OR ocfs2-kmp-default-4.12.14-95.68.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND rubygem-bundler-1.7.0-0.7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND sles11sp4-docker-image-1.1.1-20160304104123 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-106.6 is installed
  • OR libopenssl0_9_8-0.9.8j-106.6 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-106.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.61-52.80 is installed
  • OR kernel-ec2-devel-3.12.61-52.80 is installed
  • OR kernel-ec2-extra-3.12.61-52.80 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-108 is installed
  • OR php5-5.5.14-108 is installed
  • OR php5-bcmath-5.5.14-108 is installed
  • OR php5-bz2-5.5.14-108 is installed
  • OR php5-calendar-5.5.14-108 is installed
  • OR php5-ctype-5.5.14-108 is installed
  • OR php5-curl-5.5.14-108 is installed
  • OR php5-dba-5.5.14-108 is installed
  • OR php5-dom-5.5.14-108 is installed
  • OR php5-enchant-5.5.14-108 is installed
  • OR php5-exif-5.5.14-108 is installed
  • OR php5-fastcgi-5.5.14-108 is installed
  • OR php5-fileinfo-5.5.14-108 is installed
  • OR php5-fpm-5.5.14-108 is installed
  • OR php5-ftp-5.5.14-108 is installed
  • OR php5-gd-5.5.14-108 is installed
  • OR php5-gettext-5.5.14-108 is installed
  • OR php5-gmp-5.5.14-108 is installed
  • OR php5-iconv-5.5.14-108 is installed
  • OR php5-imap-5.5.14-108 is installed
  • OR php5-intl-5.5.14-108 is installed
  • OR php5-json-5.5.14-108 is installed
  • OR php5-ldap-5.5.14-108 is installed
  • OR php5-mbstring-5.5.14-108 is installed
  • OR php5-mcrypt-5.5.14-108 is installed
  • OR php5-mysql-5.5.14-108 is installed
  • OR php5-odbc-5.5.14-108 is installed
  • OR php5-opcache-5.5.14-108 is installed
  • OR php5-openssl-5.5.14-108 is installed
  • OR php5-pcntl-5.5.14-108 is installed
  • OR php5-pdo-5.5.14-108 is installed
  • OR php5-pear-5.5.14-108 is installed
  • OR php5-pgsql-5.5.14-108 is installed
  • OR php5-phar-5.5.14-108 is installed
  • OR php5-posix-5.5.14-108 is installed
  • OR php5-pspell-5.5.14-108 is installed
  • OR php5-shmop-5.5.14-108 is installed
  • OR php5-snmp-5.5.14-108 is installed
  • OR php5-soap-5.5.14-108 is installed
  • OR php5-sockets-5.5.14-108 is installed
  • OR php5-sqlite-5.5.14-108 is installed
  • OR php5-suhosin-5.5.14-108 is installed
  • OR php5-sysvmsg-5.5.14-108 is installed
  • OR php5-sysvsem-5.5.14-108 is installed
  • OR php5-sysvshm-5.5.14-108 is installed
  • OR php5-tokenizer-5.5.14-108 is installed
  • OR php5-wddx-5.5.14-108 is installed
  • OR php5-xmlreader-5.5.14-108 is installed
  • OR php5-xmlrpc-5.5.14-108 is installed
  • OR php5-xmlwriter-5.5.14-108 is installed
  • OR php5-xsl-5.5.14-108 is installed
  • OR php5-zip-5.5.14-108 is installed
  • OR php5-zlib-5.5.14-108 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • kernel-default-3.0.101-0.47.105 is installed
  • OR kernel-default-base-3.0.101-0.47.105 is installed
  • OR kernel-default-devel-3.0.101-0.47.105 is installed
  • OR kernel-ec2-3.0.101-0.47.105 is installed
  • OR kernel-ec2-base-3.0.101-0.47.105 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.105 is installed
  • OR kernel-pae-3.0.101-0.47.105 is installed
  • OR kernel-pae-base-3.0.101-0.47.105 is installed
  • OR kernel-pae-devel-3.0.101-0.47.105 is installed
  • OR kernel-source-3.0.101-0.47.105 is installed
  • OR kernel-syms-3.0.101-0.47.105 is installed
  • OR kernel-trace-3.0.101-0.47.105 is installed
  • OR kernel-trace-base-3.0.101-0.47.105 is installed
  • OR kernel-trace-devel-3.0.101-0.47.105 is installed
  • OR kernel-xen-3.0.101-0.47.105 is installed
  • OR kernel-xen-base-3.0.101-0.47.105 is installed
  • OR kernel-xen-devel-3.0.101-0.47.105 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND
  • mono-core-2.0.1-1.26 is installed
  • OR mono-data-2.0.1-1.26 is installed
  • OR mono-data-postgresql-2.0.1-1.26 is installed
  • OR mono-data-sqlite-2.0.1-1.26 is installed
  • OR mono-locale-extras-2.0.1-1.26 is installed
  • OR mono-nunit-2.0.1-1.26 is installed
  • OR mono-web-2.0.1-1.26 is installed
  • OR mono-winforms-2.0.1-1.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND
  • mono-core-2.0.1-1.26 is installed
  • OR mono-data-2.0.1-1.26 is installed
  • OR mono-data-postgresql-2.0.1-1.26 is installed
  • OR mono-data-sqlite-2.0.1-1.26 is installed
  • OR mono-locale-extras-2.0.1-1.26 is installed
  • OR mono-nunit-2.0.1-1.26 is installed
  • OR mono-web-2.0.1-1.26 is installed
  • OR mono-winforms-2.0.1-1.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libmysqlclient15-5.0.96-0.4 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.4 is installed
  • OR libmysqlclient15-x86-5.0.96-0.4 is installed
  • OR libmysqlclient_r15-5.0.96-0.4 is installed
  • OR mysql-5.0.96-0.4 is installed
  • OR mysql-Max-5.0.96-0.4 is installed
  • OR mysql-client-5.0.96-0.4 is installed
  • OR mysql-tools-5.0.96-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libmysqlclient15-5.0.96-0.4 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.4 is installed
  • OR libmysqlclient15-x86-5.0.96-0.4 is installed
  • OR libmysqlclient_r15-5.0.96-0.4 is installed
  • OR mysql-5.0.96-0.4 is installed
  • OR mysql-Max-5.0.96-0.4 is installed
  • OR mysql-client-5.0.96-0.4 is installed
  • OR mysql-tools-5.0.96-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libmysqlclient15-5.0.96-0.4 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.4 is installed
  • OR libmysqlclient15-x86-5.0.96-0.4 is installed
  • OR libmysqlclient_r15-5.0.96-0.4 is installed
  • OR mysql-5.0.96-0.4 is installed
  • OR mysql-Max-5.0.96-0.4 is installed
  • OR mysql-client-5.0.96-0.4 is installed
  • OR mysql-tools-5.0.96-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libmysqlclient15-5.0.96-0.4 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.4 is installed
  • OR libmysqlclient15-x86-5.0.96-0.4 is installed
  • OR libmysqlclient_r15-5.0.96-0.4 is installed
  • OR mysql-5.0.96-0.4 is installed
  • OR mysql-Max-5.0.96-0.4 is installed
  • OR mysql-client-5.0.96-0.4 is installed
  • OR mysql-tools-5.0.96-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libmysqlclient15-5.0.96-0.4 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.4 is installed
  • OR libmysqlclient15-x86-5.0.96-0.4 is installed
  • OR libmysqlclient_r15-5.0.96-0.4 is installed
  • OR mysql-5.0.96-0.4 is installed
  • OR mysql-Max-5.0.96-0.4 is installed
  • OR mysql-client-5.0.96-0.4 is installed
  • OR mysql-tools-5.0.96-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libmysqlclient15-5.0.96-0.4 is installed
  • OR libmysqlclient15-32bit-5.0.96-0.4 is installed
  • OR libmysqlclient15-x86-5.0.96-0.4 is installed
  • OR libmysqlclient_r15-5.0.96-0.4 is installed
  • OR mysql-5.0.96-0.4 is installed
  • OR mysql-Max-5.0.96-0.4 is installed
  • OR mysql-client-5.0.96-0.4 is installed
  • OR mysql-tools-5.0.96-0.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND clamav-0.97.5-0.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND clamav-0.97.5-0.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • ruby-1.8.7.p72-5.28 is installed
  • OR ruby-doc-html-1.8.7.p72-5.28 is installed
  • OR ruby-tk-1.8.7.p72-5.28 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libupsclient1-2.6.2-0.2.4 is installed
  • OR nut-2.6.2-0.2.4 is installed
  • OR nut-classic-2.6.2-0.2.4 is installed
  • OR nut-drivers-net-2.6.2-0.2.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libupsclient1-2.6.2-0.2.4 is installed
  • OR nut-2.6.2-0.2.4 is installed
  • OR nut-classic-2.6.2-0.2.4 is installed
  • OR nut-drivers-net-2.6.2-0.2.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • libupsclient1-2.6.2-0.2.4 is installed
  • OR nut-2.6.2-0.2.4 is installed
  • OR nut-classic-2.6.2-0.2.4 is installed
  • OR nut-drivers-net-2.6.2-0.2.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libupsclient1-2.6.2-0.2.4 is installed
  • OR nut-2.6.2-0.2.4 is installed
  • OR nut-classic-2.6.2-0.2.4 is installed
  • OR nut-drivers-net-2.6.2-0.2.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND libgssglue1-0.1-20.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND libgssglue1-0.1-20.2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND libgssglue1-0.1-20.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND apache2-mod_python-3.3.1-147.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND apache2-mod_python-3.3.1-147.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND aaa_base-11-6.38 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-CLIENT-TOOLS is installed
  • AND
  • rhn-virtualization-common-5.4.15-0.15 is installed
  • OR rhn-virtualization-host-5.4.15-0.15 is installed
  • OR rhncfg-5.9.33-0.20 is installed
  • OR rhncfg-actions-5.9.33-0.20 is installed
  • OR rhncfg-client-5.9.33-0.20 is installed
  • OR rhncfg-management-5.9.33-0.20 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • java-1_6_0-ibm-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-alsa-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-fonts-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-jdbc-1.6.0_sr16.7-10 is installed
  • OR java-1_6_0-ibm-plugin-1.6.0_sr16.7-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-31.5.3esr-0.3 is installed
  • OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-31.5.3esr-0.3 is installed
  • OR MozillaFirefox-translations-31.5.3esr-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.77 is installed
  • OR libMagickCore1-6.4.3.6-7.77 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.77 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • ImageMagick-6.4.3.6-7.77 is installed
  • OR libMagickCore1-6.4.3.6-7.77 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.77 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • bind-9.9.4P2-0.6 is installed
  • OR bind-chrootenv-9.9.4P2-0.6 is installed
  • OR bind-devel-9.9.6P1-0.5 is installed
  • OR bind-doc-9.9.4P2-0.6 is installed
  • OR bind-libs-9.9.4P2-0.6 is installed
  • OR bind-libs-32bit-9.9.4P2-0.6 is installed
  • OR bind-libs-x86-9.9.4P2-0.6 is installed
  • OR bind-utils-9.9.4P2-0.6 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND fastjar-0.95-1.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND fastjar-0.95-1.24 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND fastjar-0.95-1.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • ImageMagick-6.4.3.6-7.40 is installed
  • OR libMagickCore1-6.4.3.6-7.40 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.40 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libpython2_6-1_0-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
  • OR python-2.6.8-0.23 is installed
  • OR python-32bit-2.6.8-0.23 is installed
  • OR python-base-2.6.8-0.23 is installed
  • OR python-base-32bit-2.6.8-0.23 is installed
  • OR python-base-x86-2.6.8-0.23 is installed
  • OR python-curses-2.6.8-0.23 is installed
  • OR python-demo-2.6.8-0.23 is installed
  • OR python-gdbm-2.6.8-0.23 is installed
  • OR python-idle-2.6.8-0.23 is installed
  • OR python-tk-2.6.8-0.23 is installed
  • OR python-x86-2.6.8-0.23 is installed
  • OR python-xml-2.6.8-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • libpython2_6-1_0-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
  • OR python-2.6.8-0.23 is installed
  • OR python-32bit-2.6.8-0.23 is installed
  • OR python-base-2.6.8-0.23 is installed
  • OR python-base-32bit-2.6.8-0.23 is installed
  • OR python-base-x86-2.6.8-0.23 is installed
  • OR python-curses-2.6.8-0.23 is installed
  • OR python-demo-2.6.8-0.23 is installed
  • OR python-gdbm-2.6.8-0.23 is installed
  • OR python-idle-2.6.8-0.23 is installed
  • OR python-tk-2.6.8-0.23 is installed
  • OR python-x86-2.6.8-0.23 is installed
  • OR python-xml-2.6.8-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • libpython2_6-1_0-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
  • OR python-2.6.8-0.23 is installed
  • OR python-32bit-2.6.8-0.23 is installed
  • OR python-base-2.6.8-0.23 is installed
  • OR python-base-32bit-2.6.8-0.23 is installed
  • OR python-base-x86-2.6.8-0.23 is installed
  • OR python-curses-2.6.8-0.23 is installed
  • OR python-demo-2.6.8-0.23 is installed
  • OR python-gdbm-2.6.8-0.23 is installed
  • OR python-idle-2.6.8-0.23 is installed
  • OR python-tk-2.6.8-0.23 is installed
  • OR python-x86-2.6.8-0.23 is installed
  • OR python-xml-2.6.8-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • libpython2_6-1_0-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
  • OR python-2.6.8-0.23 is installed
  • OR python-32bit-2.6.8-0.23 is installed
  • OR python-base-2.6.8-0.23 is installed
  • OR python-base-32bit-2.6.8-0.23 is installed
  • OR python-base-x86-2.6.8-0.23 is installed
  • OR python-curses-2.6.8-0.23 is installed
  • OR python-demo-2.6.8-0.23 is installed
  • OR python-gdbm-2.6.8-0.23 is installed
  • OR python-idle-2.6.8-0.23 is installed
  • OR python-tk-2.6.8-0.23 is installed
  • OR python-x86-2.6.8-0.23 is installed
  • OR python-xml-2.6.8-0.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libpython2_6-1_0-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-32bit-2.6.8-0.23 is installed
  • OR libpython2_6-1_0-x86-2.6.8-0.23 is installed
  • OR python-2.6.8-0.23 is installed
  • OR python-32bit-2.6.8-0.23 is installed
  • OR python-base-2.6.8-0.23 is installed
  • OR python-base-32bit-2.6.8-0.23 is installed
  • OR python-base-x86-2.6.8-0.23 is installed
  • OR python-curses-2.6.8-0.23 is installed
  • OR python-demo-2.6.8-0.23 is installed
  • OR python-gdbm-2.6.8-0.23 is installed
  • OR python-idle-2.6.8-0.23 is installed
  • OR python-tk-2.6.8-0.23 is installed
  • OR python-x86-2.6.8-0.23 is installed
  • OR python-xml-2.6.8-0.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND kvm-1.4.2-0.22.34 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • bind-9.9.6P1-0.15 is installed
  • OR bind-chrootenv-9.9.6P1-0.15 is installed
  • OR bind-doc-9.9.6P1-0.15 is installed
  • OR bind-libs-9.9.6P1-0.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.15 is installed
  • OR bind-libs-x86-9.9.6P1-0.15 is installed
  • OR bind-utils-9.9.6P1-0.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • bind-9.9.6P1-0.15 is installed
  • OR bind-chrootenv-9.9.6P1-0.15 is installed
  • OR bind-doc-9.9.6P1-0.15 is installed
  • OR bind-libs-9.9.6P1-0.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.15 is installed
  • OR bind-libs-x86-9.9.6P1-0.15 is installed
  • OR bind-utils-9.9.6P1-0.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • bind-9.9.6P1-0.15 is installed
  • OR bind-chrootenv-9.9.6P1-0.15 is installed
  • OR bind-doc-9.9.6P1-0.15 is installed
  • OR bind-libs-9.9.6P1-0.15 is installed
  • OR bind-libs-32bit-9.9.6P1-0.15 is installed
  • OR bind-libs-x86-9.9.6P1-0.15 is installed
  • OR bind-utils-9.9.6P1-0.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • 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
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • lcms-1.17-77.14 is installed
  • OR liblcms1-1.17-77.14 is installed
  • OR liblcms1-32bit-1.17-77.14 is installed
  • OR liblcms1-x86-1.17-77.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • bind-9.9.6P1-0.25 is installed
  • OR bind-chrootenv-9.9.6P1-0.25 is installed
  • OR bind-doc-9.9.6P1-0.25 is installed
  • OR bind-libs-9.9.6P1-0.25 is installed
  • OR bind-libs-32bit-9.9.6P1-0.25 is installed
  • OR bind-utils-9.9.6P1-0.25 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.90 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.90 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.90 is installed
  • OR kernel-default-3.0.101-0.47.90 is installed
  • OR kernel-default-base-3.0.101-0.47.90 is installed
  • OR kernel-default-devel-3.0.101-0.47.90 is installed
  • OR kernel-default-man-3.0.101-0.47.90 is installed
  • OR kernel-ec2-3.0.101-0.47.90 is installed
  • OR kernel-ec2-base-3.0.101-0.47.90 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.90 is installed
  • OR kernel-pae-3.0.101-0.47.90 is installed
  • OR kernel-pae-base-3.0.101-0.47.90 is installed
  • OR kernel-pae-devel-3.0.101-0.47.90 is installed
  • OR kernel-source-3.0.101-0.47.90 is installed
  • OR kernel-syms-3.0.101-0.47.90 is installed
  • OR kernel-trace-3.0.101-0.47.90 is installed
  • OR kernel-trace-base-3.0.101-0.47.90 is installed
  • OR kernel-trace-devel-3.0.101-0.47.90 is installed
  • OR kernel-xen-3.0.101-0.47.90 is installed
  • OR kernel-xen-base-3.0.101-0.47.90 is installed
  • OR kernel-xen-devel-3.0.101-0.47.90 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.90 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.90 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.90 is installed
  • OR kernel-default-3.0.101-0.47.90 is installed
  • OR kernel-default-base-3.0.101-0.47.90 is installed
  • OR kernel-default-devel-3.0.101-0.47.90 is installed
  • OR kernel-default-man-3.0.101-0.47.90 is installed
  • OR kernel-ec2-3.0.101-0.47.90 is installed
  • OR kernel-ec2-base-3.0.101-0.47.90 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.90 is installed
  • OR kernel-pae-3.0.101-0.47.90 is installed
  • OR kernel-pae-base-3.0.101-0.47.90 is installed
  • OR kernel-pae-devel-3.0.101-0.47.90 is installed
  • OR kernel-source-3.0.101-0.47.90 is installed
  • OR kernel-syms-3.0.101-0.47.90 is installed
  • OR kernel-trace-3.0.101-0.47.90 is installed
  • OR kernel-trace-base-3.0.101-0.47.90 is installed
  • OR kernel-trace-devel-3.0.101-0.47.90 is installed
  • OR kernel-xen-3.0.101-0.47.90 is installed
  • OR kernel-xen-base-3.0.101-0.47.90 is installed
  • OR kernel-xen-devel-3.0.101-0.47.90 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • java-1_7_0-ibm-1.7.0_sr9.40-52.1 is installed
  • OR java-1_7_0-ibm-alsa-1.7.0_sr9.40-52.1 is installed
  • OR java-1_7_0-ibm-jdbc-1.7.0_sr9.40-52.1 is installed
  • OR java-1_7_0-ibm-plugin-1.7.0_sr9.40-52.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-112.5 is installed
  • OR php53-5.3.17-112.5 is installed
  • OR php53-bcmath-5.3.17-112.5 is installed
  • OR php53-bz2-5.3.17-112.5 is installed
  • OR php53-calendar-5.3.17-112.5 is installed
  • OR php53-ctype-5.3.17-112.5 is installed
  • OR php53-curl-5.3.17-112.5 is installed
  • OR php53-dba-5.3.17-112.5 is installed
  • OR php53-dom-5.3.17-112.5 is installed
  • OR php53-exif-5.3.17-112.5 is installed
  • OR php53-fastcgi-5.3.17-112.5 is installed
  • OR php53-fileinfo-5.3.17-112.5 is installed
  • OR php53-ftp-5.3.17-112.5 is installed
  • OR php53-gd-5.3.17-112.5 is installed
  • OR php53-gettext-5.3.17-112.5 is installed
  • OR php53-gmp-5.3.17-112.5 is installed
  • OR php53-iconv-5.3.17-112.5 is installed
  • OR php53-intl-5.3.17-112.5 is installed
  • OR php53-json-5.3.17-112.5 is installed
  • OR php53-ldap-5.3.17-112.5 is installed
  • OR php53-mbstring-5.3.17-112.5 is installed
  • OR php53-mcrypt-5.3.17-112.5 is installed
  • OR php53-mysql-5.3.17-112.5 is installed
  • OR php53-odbc-5.3.17-112.5 is installed
  • OR php53-openssl-5.3.17-112.5 is installed
  • OR php53-pcntl-5.3.17-112.5 is installed
  • OR php53-pdo-5.3.17-112.5 is installed
  • OR php53-pear-5.3.17-112.5 is installed
  • OR php53-pgsql-5.3.17-112.5 is installed
  • OR php53-pspell-5.3.17-112.5 is installed
  • OR php53-shmop-5.3.17-112.5 is installed
  • OR php53-snmp-5.3.17-112.5 is installed
  • OR php53-soap-5.3.17-112.5 is installed
  • OR php53-suhosin-5.3.17-112.5 is installed
  • OR php53-sysvmsg-5.3.17-112.5 is installed
  • OR php53-sysvsem-5.3.17-112.5 is installed
  • OR php53-sysvshm-5.3.17-112.5 is installed
  • OR php53-tokenizer-5.3.17-112.5 is installed
  • OR php53-wddx-5.3.17-112.5 is installed
  • OR php53-xmlreader-5.3.17-112.5 is installed
  • OR php53-xmlrpc-5.3.17-112.5 is installed
  • OR php53-xmlwriter-5.3.17-112.5 is installed
  • OR php53-xsl-5.3.17-112.5 is installed
  • OR php53-zip-5.3.17-112.5 is installed
  • OR php53-zlib-5.3.17-112.5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • apache2-mod_php53-5.3.17-112.5 is installed
  • OR php53-5.3.17-112.5 is installed
  • OR php53-bcmath-5.3.17-112.5 is installed
  • OR php53-bz2-5.3.17-112.5 is installed
  • OR php53-calendar-5.3.17-112.5 is installed
  • OR php53-ctype-5.3.17-112.5 is installed
  • OR php53-curl-5.3.17-112.5 is installed
  • OR php53-dba-5.3.17-112.5 is installed
  • OR php53-dom-5.3.17-112.5 is installed
  • OR php53-exif-5.3.17-112.5 is installed
  • OR php53-fastcgi-5.3.17-112.5 is installed
  • OR php53-fileinfo-5.3.17-112.5 is installed
  • OR php53-ftp-5.3.17-112.5 is installed
  • OR php53-gd-5.3.17-112.5 is installed
  • OR php53-gettext-5.3.17-112.5 is installed
  • OR php53-gmp-5.3.17-112.5 is installed
  • OR php53-iconv-5.3.17-112.5 is installed
  • OR php53-intl-5.3.17-112.5 is installed
  • OR php53-json-5.3.17-112.5 is installed
  • OR php53-ldap-5.3.17-112.5 is installed
  • OR php53-mbstring-5.3.17-112.5 is installed
  • OR php53-mcrypt-5.3.17-112.5 is installed
  • OR php53-mysql-5.3.17-112.5 is installed
  • OR php53-odbc-5.3.17-112.5 is installed
  • OR php53-openssl-5.3.17-112.5 is installed
  • OR php53-pcntl-5.3.17-112.5 is installed
  • OR php53-pdo-5.3.17-112.5 is installed
  • OR php53-pear-5.3.17-112.5 is installed
  • OR php53-pgsql-5.3.17-112.5 is installed
  • OR php53-pspell-5.3.17-112.5 is installed
  • OR php53-shmop-5.3.17-112.5 is installed
  • OR php53-snmp-5.3.17-112.5 is installed
  • OR php53-soap-5.3.17-112.5 is installed
  • OR php53-suhosin-5.3.17-112.5 is installed
  • OR php53-sysvmsg-5.3.17-112.5 is installed
  • OR php53-sysvsem-5.3.17-112.5 is installed
  • OR php53-sysvshm-5.3.17-112.5 is installed
  • OR php53-tokenizer-5.3.17-112.5 is installed
  • OR php53-wddx-5.3.17-112.5 is installed
  • OR php53-xmlreader-5.3.17-112.5 is installed
  • OR php53-xmlrpc-5.3.17-112.5 is installed
  • OR php53-xmlwriter-5.3.17-112.5 is installed
  • OR php53-xsl-5.3.17-112.5 is installed
  • OR php53-zip-5.3.17-112.5 is installed
  • OR php53-zlib-5.3.17-112.5 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND
  • MozillaFirefox-31.8.0esr-0.10 is installed
  • OR MozillaFirefox-translations-31.8.0esr-0.10 is installed
  • OR libfreebl3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libfreebl3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR libsoftokn3-x86-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nspr-4.10.8-0.5 is installed
  • OR mozilla-nspr-32bit-4.10.8-0.5 is installed
  • OR mozilla-nspr-x86-4.10.8-0.5 is installed
  • OR mozilla-nss-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-32bit-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-tools-3.19.2_CKBI_1.98-0.10 is installed
  • OR mozilla-nss-x86-3.19.2_CKBI_1.98-0.10 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND pcsc-ccid-1.3.8-3.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-CLIENT-TOOLS is installed
  • AND
  • rhnlib-2.5.84.4-8 is installed
  • OR spacecmd-2.5.5.5-14 is installed
  • OR spacewalk-backend-2.5.24.9-24 is installed
  • OR spacewalk-backend-libs-2.5.24.9-24 is installed
  • OR spacewalk-check-2.5.13.8-23 is installed
  • OR spacewalk-client-setup-2.5.13.8-23 is installed
  • OR spacewalk-client-tools-2.5.13.8-23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-common-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-other-60.8.0esr-78.43 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND
  • MozillaFirefox-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-common-60.8.0esr-78.43 is installed
  • OR MozillaFirefox-translations-other-60.8.0esr-78.43 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • curl-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-32bit-7.19.7-1.61 is installed
  • OR libcurl4-openssl1-x86-7.19.7-1.61 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND Package Information
  • libsnmp15-openssl1-5.4.2.1-8.12.31 is installed
  • OR libsnmp15-openssl1-32bit-5.4.2.1-8.12.31 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • cups-filters-1.0.58-8 is installed
  • OR cups-filters-cups-browsed-1.0.58-8 is installed
  • OR cups-filters-foomatic-rip-1.0.58-8 is installed
  • OR cups-filters-ghostscript-1.0.58-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • cups-filters-1.0.58-8 is installed
  • OR cups-filters-cups-browsed-1.0.58-8 is installed
  • OR cups-filters-foomatic-rip-1.0.58-8 is installed
  • OR cups-filters-ghostscript-1.0.58-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND quagga-0.99.22.1-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • MozillaFirefox-38.5.0esr-54 is installed
  • OR MozillaFirefox-translations-38.5.0esr-54 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • MozillaFirefox-38.5.0esr-54 is installed
  • OR MozillaFirefox-translations-38.5.0esr-54 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • libsndfile-1.0.25-35 is installed
  • OR libsndfile1-1.0.25-35 is installed
  • OR libsndfile1-32bit-1.0.25-35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_74-60_64_48-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-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_48-default-2-2 is installed
  • OR kgraft-patch-3_12_74-60_64_48-xen-2-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_17-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_74-60_64_66-default-5-2 is installed
  • OR kgraft-patch-3_12_74-60_64_66-xen-5-2 is installed
  • OR kgraft-patch-SLE12-SP1_Update_23-5-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • libpcre1-8.39-5 is installed
  • OR libpcre1-32bit-8.39-5 is installed
  • OR libpcre16-0-8.39-5 is installed
  • OR pcre-8.39-5 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • libpcre1-8.39-5 is installed
  • OR libpcre1-32bit-8.39-5 is installed
  • OR libpcre16-0-8.39-5 is installed
  • OR pcre-8.39-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • java-1_7_1-ibm-1.7.1_sr3.60-31.2 is installed
  • OR java-1_7_1-ibm-alsa-1.7.1_sr3.60-31.2 is installed
  • OR java-1_7_1-ibm-jdbc-1.7.1_sr3.60-31.2 is installed
  • OR java-1_7_1-ibm-plugin-1.7.1_sr3.60-31.2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-BCL is installed
  • AND
  • res-signingkeys-3.0.37-52.23 is installed
  • OR smt-3.0.37-52.23 is installed
  • OR smt-support-3.0.37-52.23 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-BCL is installed
  • AND
  • res-signingkeys-3.0.37-52.23 is installed
  • OR smt-3.0.37-52.23 is installed
  • OR smt-support-3.0.37-52.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2-ESPOS is installed
  • AND
  • java-1_8_0-ibm-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-alsa-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-devel-1.8.0_sr5.15-30.33 is installed
  • OR java-1_8_0-ibm-plugin-1.8.0_sr5.15-30.33 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
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND
  • 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
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3 is installed
  • AND
  • 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
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • curl-7.37.0-36 is installed
  • OR libcurl4-7.37.0-36 is installed
  • OR libcurl4-32bit-7.37.0-36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-BCL is installed
  • AND
  • cups-1.7.5-20.26 is installed
  • OR cups-client-1.7.5-20.26 is installed
  • OR cups-libs-1.7.5-20.26 is installed
  • OR cups-libs-32bit-1.7.5-20.26 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-BCL is installed
  • AND
  • cups-1.7.5-20.26 is installed
  • OR cups-client-1.7.5-20.26 is installed
  • OR cups-libs-1.7.5-20.26 is installed
  • OR cups-libs-32bit-1.7.5-20.26 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-ESPOS is installed
  • AND
  • ibus-1.5.13-15.11 is installed
  • OR ibus-gtk-1.5.13-15.11 is installed
  • OR ibus-gtk3-1.5.13-15.11 is installed
  • OR ibus-lang-1.5.13-15.11 is installed
  • OR libibus-1_0-5-1.5.13-15.11 is installed
  • OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-ESPOS is installed
  • AND
  • ibus-1.5.13-15.11 is installed
  • OR ibus-gtk-1.5.13-15.11 is installed
  • OR ibus-gtk3-1.5.13-15.11 is installed
  • OR ibus-lang-1.5.13-15.11 is installed
  • OR libibus-1_0-5-1.5.13-15.11 is installed
  • OR typelib-1_0-IBus-1_0-1.5.13-15.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_175-94_79-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_23-4-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-LTSS is installed
  • AND
  • kgraft-patch-4_4_175-94_79-default-4-2 is installed
  • OR kgraft-patch-SLE12-SP3_Update_23-4-2 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP3-TERADATA is installed
  • AND shadow-4.2.1-27.12 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP3-TERADATA is installed
  • AND shadow-4.2.1-27.12 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND
  • kernel-azure-4.12.14-6.15 is installed
  • OR kernel-azure-base-4.12.14-6.15 is installed
  • OR kernel-azure-devel-4.12.14-6.15 is installed
  • OR kernel-devel-azure-4.12.14-6.15 is installed
  • OR kernel-source-azure-4.12.14-6.15 is installed
  • OR kernel-syms-azure-4.12.14-6.15 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 is installed
  • AND
  • kernel-azure-4.12.14-6.15 is installed
  • OR kernel-azure-base-4.12.14-6.15 is installed
  • OR kernel-azure-devel-4.12.14-6.15 is installed
  • OR kernel-devel-azure-4.12.14-6.15 is installed
  • OR kernel-source-azure-4.12.14-6.15 is installed
  • OR kernel-syms-azure-4.12.14-6.15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • LibVNCServer-0.9.9-17.8 is installed
  • OR libvncclient0-0.9.9-17.8 is installed
  • OR libvncserver0-0.9.9-17.8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • LibVNCServer-0.9.9-17.8 is installed
  • OR libvncclient0-0.9.9-17.8 is installed
  • OR libvncserver0-0.9.9-17.8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND Package Information
  • openvpn-2.3.8-16.17 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 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
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND Package Information
  • compat-openssl097g-0.9.7g-146.22.36 is installed
  • OR compat-openssl097g-32bit-0.9.7g-146.22.36 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND Package Information
  • kgraft-patch-3_12_60-52_54-default-2-2 is installed
  • OR kgraft-patch-3_12_60-52_54-xen-2-2 is installed
  • OR kgraft-patch-SLE12_Update_15-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-102 is installed
  • OR libopenssl0_9_8-0.9.8j-102 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP2 is installed
  • AND Package Information
  • beagle-0.3.8-56.51 is installed
  • OR beagle-devel-0.3.8-56.51 is installed
  • OR beagle-lang-0.3.8-56.44.45 is installed
  • OR mozilla-nspr-devel-4.9.5-0.3 is installed
  • OR mozilla-nss-devel-3.14.2-0.4.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP3 is installed
  • AND augeas-devel-0.9.0-3.15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND coolkey-devel-1.1.0-22 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND bash-lang-4.2-75 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • colord-1.1.7-5 is installed
  • OR colord-lang-1.1.7-5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gimp-2.8.18-4 is installed
  • OR gimp-lang-2.8.18-4 is installed
  • OR gimp-plugins-python-2.8.18-4 is installed
  • OR libgimp-2_0-0-2.8.18-4 is installed
  • OR libgimpui-2_0-0-2.8.18-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • empathy-3.12.12-7 is installed
  • OR empathy-lang-3.12.12-7 is installed
  • OR telepathy-mission-control-plugin-goa-3.12.12-7 is installed
  • BACK