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



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

The following security bugs were fixed:

- CVE-2018-9516: In hid_debug_events_read of drivers/hid/hid-debug.c, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1108498). - CVE-2018-19407: The vcpu_scan_ioapic function in arch/x86/kvm/x86.c allowed local users to cause a denial of service (NULL pointer dereference and BUG) via crafted system calls that reach a situation where ioapic is uninitialized (bnc#1116841). - CVE-2018-19985: The function hso_probe read if_num from the USB device (as an u8) and used it without a length check to index an array, resulting in an OOB memory read in hso_probe or hso_get_config_data that could be used by local attackers (bnc#1120743). - CVE-2018-20169: The USB subsystem mishandled size checks during the reading of an extra descriptor, related to __usb_get_extra_descriptor in drivers/usb/core/usb.c (bnc#1119714). - CVE-2018-9568: In sk_clone_lock of sock.c, there is a possible memory corruption due to type confusion. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation (bnc#1118319). - CVE-2018-19824: A local user could exploit a use-after-free in the ALSA driver by supplying a malicious USB Sound device (with zero interfaces) that is mishandled in usb_audio_probe in sound/usb/card.c (bnc#1118152). - CVE-2018-18281: The mremap() syscall performs TLB flushes after dropping pagetable locks. If a syscall such as ftruncate() removes entries from the pagetables of a task that is in the middle of mremap(), a stale TLB entry can remain for a short time that permits access to a physical page after it has been released back to the page allocator and reused (bnc#1113769). - CVE-2018-18710: An information leak in cdrom_ioctl_select_disc in drivers/cdrom/cdrom.c could be used by local attackers to read kernel memory because a cast from unsigned long to int interferes with bounds checking. This is similar to CVE-2018-10940 and CVE-2018-16658 (bnc#1113751). - CVE-2018-18386: drivers/tty/n_tty.c allowed local attackers (who are able to access pseudo terminals) to hang/block further usage of any pseudo terminal devices due to an EXTPROC versus ICANON confusion in TIOCINQ (bnc#1094825). - CVE-2017-7273: The cp_report_fixup function in drivers/hid/hid-cypress.c allowed physically proximate attackers to cause a denial of service (integer underflow) or possibly have unspecified other impact via a crafted HID report (bnc#1031240). - CVE-2017-16533: The usbhid_parse function in drivers/hid/usbhid/hid-core.c allowed local users to cause a denial of service (out-of-bounds read and system crash) or possibly have unspecified other impact via a crafted USB device (bnc#1066674). - CVE-2017-1000407: Fixed a denial of service, which was caused by flooding the diagnostic port 0x80 an exception leading to a kernel panic (bnc#1071021).

The following non-security bugs were fixed:

- ALSA: pcm: Fix potential deadlock in OSS emulation (bsc#968018, bsc#1104366). - cpusets, isolcpus: exclude isolcpus from load balancing in cpusets (bsc#1119255). - Drivers: scsi: storvsc: Change the limits to reflect the values on the host (bug#1107189). - drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure (bug#1107189). - Drivers: scsi: storvsc: Filter commands based on the storage protocol version (bug#1107189). - Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version (bug#1107189). - Drivers: scsi: storvsc: Implement a eh_timed_out handler (bug#1107189). - Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host (bug#1107189). - drivers: scsi: storvsc: Set srb_flags in all cases (bug#1107189). - EHCI: improved logic for isochronous scheduling (bsc#1117515). - ipv4: remove the unnecessary variable in udp_mcast_next (bsc#1104070). - KEYS: prevent creating a different user's keyrings (bnc#1094186). - KVM: x86: Fix the duplicate failure path handling in vmx_init (bsc#1104367). - MM: increase safety margin provided by PF_LESS_THROTTLE (bsc#1116412). - MM/vmscan.c: avoid throttling reclaim for loop-back nfsd threads (bsc#1116412). - net/ipv6/udp: Fix ipv6 multicast socket filter regression (bsc#1104070). - NFS: avoid deadlocks with loop-back mounted NFS filesystems (bsc#1116412). - NFS: avoid waiting at all in nfs_release_page when congested (bsc#1116412). - NFS: Do not write enable new pages while an invalidation is proceeding (bsc#1116412). - NFS: Fix a regression in the read() syscall (bsc#1116412). - NFS: Fix races in nfs_revalidate_mapping (bsc#1116412). - NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mapping (bsc#1116412). - NFS: Fix writeback performance issue on cache invalidation (bsc#1116412). - reiserfs: do not preallocate blocks for extended attributes (bsc#990682). - reiserfs: fix race in readdir (bsc#1039803). - sched, isolcpu: make cpu_isolated_map visible outside scheduler (bsc#1119255). - scsi: storvsc: Always send on the selected outgoing channel (bug#1107189). - scsi: storvsc: Do not assume that the scatterlist is not chained (bug#1107189). - scsi: storvsc: Fix a bug in copy_from_bounce_buffer() (bug#1107189). - scsi: storvsc: Increase the ring buffer size (bug#1107189). - scsi: storvsc: Size the queue depth based on the ringbuffer size (bug#1107189). - storvsc: fix a bug in storvsc limits (bug#1107189). - storvsc: force discovery of LUNs that may have been removed (bug#1107189). - storvsc: get rid of overly verbose warning messages (bug#1107189). - storvsc: in responce to a scan event, scan the host (bug#1107189). - storvsc: Set the SRB flags correctly when no data transfer is needed (bug#1107189). - udp: ipv4: Add udp early demux (bsc#1104070). - udp: restore UDPlite many-cast delivery (bsc#1104070). - udp: Simplify __udp*_lib_mcast_deliver (bsc#1104070). - udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver (bsc#1104070). - USB: EHCI: add new root-hub state: STOPPING (bsc#1117515). - USB: EHCI: add pointer to end of async-unlink list (bsc#1117515). - USB: EHCI: add symbolic constants for QHs (bsc#1117515). - USB: EHCI: always scan each interrupt QH (bsc#1117515). - USB: EHCI: do not lose events during a scan (bsc#1117515). - USB: EHCI: do not refcount iso_stream structures (bsc#1117515). - USB: EHCI: do not refcount QHs (bsc#1117515). - USB: EHCI: fix initialization bug in iso_stream_schedule() (bsc#1117515). - USB: EHCI: fix up locking (bsc#1117515). - USB: EHCI: initialize data before resetting hardware (bsc#1117515). - USB: EHCI: introduce high-res timer (bsc#1117515). - USB: EHCI: remove PS3 status polling (bsc#1117515). - USB: EHCI: remove unneeded suspend/resume code (bsc#1117515). - USB: EHCI: rename 'reclaim' (bsc#1117515). - USB: EHCI: resolve some unlikely races (bsc#1117515). - USB: EHCI: return void instead of 0 (bsc#1117515). - USB: EHCI: simplify isochronous scanning (bsc#1117515). - USB: EHCI: unlink multiple async QHs together (bsc#1117515). - USB: EHCI: use hrtimer for async schedule (bsc#1117515). - USB: EHCI: use hrtimer for controller death (bsc#1117515). - USB: EHCI: use hrtimer for interrupt QH unlink (bsc#1117515). - USB: EHCI: use hrtimer for (s)iTD deallocation (bsc#1117515). - USB: EHCI: use hrtimer for the IAA watchdog (bsc#1117515). - USB: EHCI: use hrtimer for the I/O watchdog (bsc#1117515). - USB: EHCI: use hrtimer for the periodic schedule (bsc#1117515). - USB: EHCI: use hrtimer for unlinking empty async QHs (bsc#1117515). - XFS: do not BUG() on mixed direct and mapped I/O (bsc#1114920). - XFS: stop searching for free slots in an inode chunk when there are none (bsc#1115007). - XFS: validate sb_logsunit is a multiple of the fs blocksize (bsc#1115038).
Family:unixClass:patch
Status:Reference(s):1010675
1014873
1022219
1022260
1022264
1022265
1025235
1026024
1026722
1027066
1031240
1039803
1066674
1071021
1075262
1094186
1094825
1104070
1104366
1104367
1107189
1108498
1109200
1113201
1113751
1113769
1114920
1115007
1115038
1116412
1116841
1117515
1118152
1118319
1119255
1119714
1120610
1120743
1130496
1152736
650435
693778
709851
744771
746702
762484
762963
770619
773393
773401
803332
823034
829212
846404
854634
871224
878289
880892
905299
936862
936875
936909
953382
967017
968018
968222
971965
973031
973032
973033
973034
973036
986004
986244
986386
986388
986393
990682
991426
991427
991428
991429
991430
991433
991437
992566
CVE-2010-1623
CVE-2011-0419
CVE-2011-1928
CVE-2011-2895
CVE-2012-2625
CVE-2012-3432
CVE-2012-3433
CVE-2012-5783
CVE-2012-6647
CVE-2013-1500
CVE-2013-2446
CVE-2013-2447
CVE-2013-2450
CVE-2013-2452
CVE-2013-2456
CVE-2013-2459
CVE-2013-2463
CVE-2013-2464
CVE-2013-2465
CVE-2013-2469
CVE-2013-2470
CVE-2013-2471
CVE-2013-2472
CVE-2013-2473
CVE-2013-3009
CVE-2013-3011
CVE-2013-3012
CVE-2013-4299
CVE-2013-7027
CVE-2014-3153
CVE-2015-5370
CVE-2015-7560
CVE-2015-8935
CVE-2016-10158
CVE-2016-10161
CVE-2016-10167
CVE-2016-10168
CVE-2016-2110
CVE-2016-2111
CVE-2016-2112
CVE-2016-2113
CVE-2016-2115
CVE-2016-2118
CVE-2016-3841
CVE-2016-5399
CVE-2016-5766
CVE-2016-5767
CVE-2016-5769
CVE-2016-5772
CVE-2016-6288
CVE-2016-6289
CVE-2016-6290
CVE-2016-6291
CVE-2016-6296
CVE-2016-6297
CVE-2016-9318
CVE-2017-1000407
CVE-2017-16533
CVE-2017-5715
CVE-2017-5986
CVE-2017-6074
CVE-2017-6214
CVE-2017-6353
CVE-2017-7273
CVE-2018-18281
CVE-2018-18386
CVE-2018-18710
CVE-2018-19407
CVE-2018-19824
CVE-2018-19985
CVE-2018-20169
CVE-2018-20482
CVE-2018-9516
CVE-2018-9568
CVE-2019-9923
SUSE-SU-2016:0905-1
SUSE-SU-2016:1028-1
SUSE-SU-2016:2080-1
SUSE-SU-2018:0068-1
SUSE-SU-2019:13937-1
Platform(s):openSUSE Leap 42.3
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 12 SP4
SUSE Linux Enterprise Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Basesystem 15
SUSE Linux Enterprise Module for Desktop Applications 15
SUSE Linux Enterprise Module for Development Tools 15
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Live Patching 15
SUSE Linux Enterprise Module for Open Buildservice Development Tools 15
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Server Applications 15
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Server 11
SUSE Linux Enterprise Server 11 SP1
SUSE Linux Enterprise Server 11 SP1-LTSS
SUSE Linux Enterprise Server 11 SP1-TERADATA
SUSE Linux Enterprise Server 11 SP2
SUSE Linux Enterprise Server 11 SP2-LTSS
SUSE Linux Enterprise Server 11 SP3
SUSE Linux Enterprise Server 11 SP3-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 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 SP3
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 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-LTSS
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Linux Enterprise Workstation Extension 12 SP4
SUSE Linux Enterprise Workstation Extension 15
SUSE OpenStack Cloud 6
SUSE OpenStack Cloud 7
Product(s):
Definition Synopsis
  • openSUSE Leap 42.3 is installed
  • AND Package Information
  • aria2-1.24.0-3 is installed
  • OR aria2-lang-1.24.0-3 is installed
  • OR libaria2-0-1.24.0-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • curl-7.37.0-18 is installed
  • OR libcurl4-7.37.0-18 is installed
  • OR libcurl4-32bit-7.37.0-18 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • xen-4.5.2_02-4 is installed
  • OR xen-kmp-default-4.5.2_02_k3.12.49_11-4 is installed
  • OR xen-libs-4.5.2_02-4 is installed
  • OR xen-libs-32bit-4.5.2_02-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • cairo-1.15.2-24 is installed
  • OR libcairo-gobject2-1.15.2-24 is installed
  • OR libcairo-gobject2-32bit-1.15.2-24 is installed
  • OR libcairo-script-interpreter2-1.15.2-24 is installed
  • OR libcairo2-1.15.2-24 is installed
  • OR libcairo2-32bit-1.15.2-24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • avahi-0.6.32-30 is installed
  • OR avahi-lang-0.6.32-30 is installed
  • OR libavahi-client3-0.6.32-30 is installed
  • OR libavahi-client3-32bit-0.6.32-30 is installed
  • OR libavahi-common3-0.6.32-30 is installed
  • OR libavahi-common3-32bit-0.6.32-30 is installed
  • OR libavahi-core7-0.6.32-30 is installed
  • OR libdns_sd-0.6.32-30 is installed
  • OR libdns_sd-32bit-0.6.32-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 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
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND python-pycrypto-2.6.1-10.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Basesystem 15 is installed
  • AND Package Information
  • kernel-default-4.12.14-25.13 is installed
  • OR kernel-default-devel-4.12.14-25.13 is installed
  • OR kernel-default-man-4.12.14-25.13 is installed
  • OR kernel-devel-4.12.14-25.13 is installed
  • OR kernel-macros-4.12.14-25.13 is installed
  • OR kernel-source-4.12.14-25.13 is installed
  • OR kernel-zfcpdump-4.12.14-25.13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Desktop Applications 15 is installed
  • AND Package Information
  • python-2.7.14-7.3 is installed
  • OR python-tk-2.7.14-7.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Development Tools 15 is installed
  • AND Package Information
  • binutils-2.31-6.3 is installed
  • OR binutils-devel-32bit-2.31-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • cups154-1.5.4-9 is installed
  • OR cups154-client-1.5.4-9 is installed
  • OR cups154-filters-1.5.4-9 is installed
  • OR cups154-libs-1.5.4-9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Live Patching 15 is installed
  • AND Package Information
  • kernel-livepatch-4_12_14-25_25-default-2-2 is installed
  • OR kernel-livepatch-SLE15_Update_7-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Open Buildservice Development Tools 15 is installed
  • AND Package Information
  • qemu-2.11.2-9.12 is installed
  • OR qemu-block-dmg-2.11.2-9.12 is installed
  • OR qemu-extra-2.11.2-9.12 is installed
  • OR qemu-linux-user-2.11.2-9.12 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND python-PyYAML-3.10-15 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Server Applications 15 is installed
  • AND Package Information
  • libecpg6-10.5-4.5 is installed
  • OR postgresql10-10.5-4.5 is installed
  • OR postgresql10-contrib-10.5-4.5 is installed
  • OR postgresql10-devel-10.5-4.5 is installed
  • OR postgresql10-docs-10.5-4.5 is installed
  • OR postgresql10-plperl-10.5-4.5 is installed
  • OR postgresql10-plpython-10.5-4.5 is installed
  • OR postgresql10-pltcl-10.5-4.5 is installed
  • OR postgresql10-server-10.5-4.5 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-73 is installed
  • OR php5-5.5.14-73 is installed
  • OR php5-bcmath-5.5.14-73 is installed
  • OR php5-bz2-5.5.14-73 is installed
  • OR php5-calendar-5.5.14-73 is installed
  • OR php5-ctype-5.5.14-73 is installed
  • OR php5-curl-5.5.14-73 is installed
  • OR php5-dba-5.5.14-73 is installed
  • OR php5-dom-5.5.14-73 is installed
  • OR php5-enchant-5.5.14-73 is installed
  • OR php5-exif-5.5.14-73 is installed
  • OR php5-fastcgi-5.5.14-73 is installed
  • OR php5-fileinfo-5.5.14-73 is installed
  • OR php5-fpm-5.5.14-73 is installed
  • OR php5-ftp-5.5.14-73 is installed
  • OR php5-gd-5.5.14-73 is installed
  • OR php5-gettext-5.5.14-73 is installed
  • OR php5-gmp-5.5.14-73 is installed
  • OR php5-iconv-5.5.14-73 is installed
  • OR php5-imap-5.5.14-73 is installed
  • OR php5-intl-5.5.14-73 is installed
  • OR php5-json-5.5.14-73 is installed
  • OR php5-ldap-5.5.14-73 is installed
  • OR php5-mbstring-5.5.14-73 is installed
  • OR php5-mcrypt-5.5.14-73 is installed
  • OR php5-mysql-5.5.14-73 is installed
  • OR php5-odbc-5.5.14-73 is installed
  • OR php5-opcache-5.5.14-73 is installed
  • OR php5-openssl-5.5.14-73 is installed
  • OR php5-pcntl-5.5.14-73 is installed
  • OR php5-pdo-5.5.14-73 is installed
  • OR php5-pear-5.5.14-73 is installed
  • OR php5-pgsql-5.5.14-73 is installed
  • OR php5-phar-5.5.14-73 is installed
  • OR php5-posix-5.5.14-73 is installed
  • OR php5-pspell-5.5.14-73 is installed
  • OR php5-shmop-5.5.14-73 is installed
  • OR php5-snmp-5.5.14-73 is installed
  • OR php5-soap-5.5.14-73 is installed
  • OR php5-sockets-5.5.14-73 is installed
  • OR php5-sqlite-5.5.14-73 is installed
  • OR php5-suhosin-5.5.14-73 is installed
  • OR php5-sysvmsg-5.5.14-73 is installed
  • OR php5-sysvsem-5.5.14-73 is installed
  • OR php5-sysvshm-5.5.14-73 is installed
  • OR php5-tokenizer-5.5.14-73 is installed
  • OR php5-wddx-5.5.14-73 is installed
  • OR php5-xmlreader-5.5.14-73 is installed
  • OR php5-xmlrpc-5.5.14-73 is installed
  • OR php5-xmlwriter-5.5.14-73 is installed
  • OR php5-xsl-5.5.14-73 is installed
  • OR php5-zip-5.5.14-73 is installed
  • OR php5-zlib-5.5.14-73 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • kernel-default-3.0.101-0.47.106.59 is installed
  • OR kernel-default-base-3.0.101-0.47.106.59 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-base-3.0.101-0.47.106.59 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-base-3.0.101-0.47.106.59 is installed
  • OR kernel-pae-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-source-3.0.101-0.47.106.59 is installed
  • OR kernel-syms-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.59 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-base-3.0.101-0.47.106.59 is installed
  • OR kernel-xen-devel-3.0.101-0.47.106.59 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 is installed
  • AND NetworkManager-gnome-0.7.0.r1053-11.11 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 is installed
  • AND NetworkManager-gnome-0.7.0.r1053-11.11 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • MozillaFirefox-10.0.5-0.3 is installed
  • OR MozillaFirefox-translations-10.0.5-0.3 is installed
  • OR libfreebl3-3.13.5-0.4 is installed
  • OR libfreebl3-32bit-3.13.5-0.4 is installed
  • OR libfreebl3-x86-3.13.5-0.4 is installed
  • OR mozilla-nspr-4.9.1-0.5 is installed
  • OR mozilla-nspr-32bit-4.9.1-0.5 is installed
  • OR mozilla-nspr-x86-4.9.1-0.5 is installed
  • OR mozilla-nss-3.13.5-0.4 is installed
  • OR mozilla-nss-32bit-3.13.5-0.4 is installed
  • OR mozilla-nss-tools-3.13.5-0.4 is installed
  • OR mozilla-nss-x86-3.13.5-0.4 is installed
  • OR mozilla-xulrunner191-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-32bit-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-gnomevfs-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-translations-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner191-x86-1.9.1.11-0.1 is installed
  • OR mozilla-xulrunner192-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-32bit-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-gnome-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-translations-1.9.2.24-0.3 is installed
  • OR mozilla-xulrunner192-x86-1.9.2.24-0.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • openssh-5.1p1-41.55 is installed
  • OR openssh-askpass-5.1p1-41.55 is installed
  • OR openssh-askpass-gnome-5.1p1-41.51 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • openssh-5.1p1-41.55 is installed
  • OR openssh-askpass-5.1p1-41.55 is installed
  • OR openssh-askpass-gnome-5.1p1-41.51 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • openssh-5.1p1-41.55 is installed
  • OR openssh-askpass-5.1p1-41.55 is installed
  • OR openssh-askpass-gnome-5.1p1-41.51 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • openssh-5.1p1-41.55 is installed
  • OR openssh-askpass-5.1p1-41.55 is installed
  • OR openssh-askpass-gnome-5.1p1-41.51 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND
  • libapr-util1-1.3.4-12.22.21 is installed
  • OR libapr-util1-32bit-1.3.4-12.22.21 is installed
  • OR libapr1-1.3.3-11.18.17 is installed
  • OR libapr1-32bit-1.3.3-11.18.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libapr-util1-1.3.4-12.22.21 is installed
  • OR libapr-util1-32bit-1.3.4-12.22.21 is installed
  • OR libapr1-1.3.3-11.18.17 is installed
  • OR libapr1-32bit-1.3.3-11.18.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libapr-util1-1.3.4-12.22.21 is installed
  • OR libapr-util1-32bit-1.3.4-12.22.21 is installed
  • OR libapr1-1.3.3-11.18.17 is installed
  • OR libapr1-32bit-1.3.3-11.18.17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND man-2.5.2-17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND
  • libgcrypt11-1.4.1-6.10 is installed
  • OR libgcrypt11-32bit-1.4.1-6.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND
  • libgcrypt11-1.4.1-6.10 is installed
  • OR libgcrypt11-32bit-1.4.1-6.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-LTSS is installed
  • AND
  • libgcrypt11-1.4.1-6.10 is installed
  • OR libgcrypt11-32bit-1.4.1-6.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND
  • libgcrypt11-1.4.1-6.10 is installed
  • OR libgcrypt11-32bit-1.4.1-6.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP1-TERADATA is installed
  • AND jakarta-commons-httpclient3-3.0.1-253.36 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP1-TERADATA is installed
  • AND jakarta-commons-httpclient3-3.0.1-253.36 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13.18-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13.18-0.4 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • java-1_4_2-ibm-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-jdbc-1.4.2_sr13.18-0.4 is installed
  • OR java-1_4_2-ibm-plugin-1.4.2_sr13.18-0.4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND sudo-1.7.6p2-0.2.4 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.89 is installed
  • OR php5-5.2.14-0.7.30.89 is installed
  • OR php5-bcmath-5.2.14-0.7.30.89 is installed
  • OR php5-bz2-5.2.14-0.7.30.89 is installed
  • OR php5-calendar-5.2.14-0.7.30.89 is installed
  • OR php5-ctype-5.2.14-0.7.30.89 is installed
  • OR php5-curl-5.2.14-0.7.30.89 is installed
  • OR php5-dba-5.2.14-0.7.30.89 is installed
  • OR php5-dbase-5.2.14-0.7.30.89 is installed
  • OR php5-dom-5.2.14-0.7.30.89 is installed
  • OR php5-exif-5.2.14-0.7.30.89 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.89 is installed
  • OR php5-ftp-5.2.14-0.7.30.89 is installed
  • OR php5-gd-5.2.14-0.7.30.89 is installed
  • OR php5-gettext-5.2.14-0.7.30.89 is installed
  • OR php5-gmp-5.2.14-0.7.30.89 is installed
  • OR php5-hash-5.2.14-0.7.30.89 is installed
  • OR php5-iconv-5.2.14-0.7.30.89 is installed
  • OR php5-json-5.2.14-0.7.30.89 is installed
  • OR php5-ldap-5.2.14-0.7.30.89 is installed
  • OR php5-mbstring-5.2.14-0.7.30.89 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.89 is installed
  • OR php5-mysql-5.2.14-0.7.30.89 is installed
  • OR php5-odbc-5.2.14-0.7.30.89 is installed
  • OR php5-openssl-5.2.14-0.7.30.89 is installed
  • OR php5-pcntl-5.2.14-0.7.30.89 is installed
  • OR php5-pdo-5.2.14-0.7.30.89 is installed
  • OR php5-pear-5.2.14-0.7.30.89 is installed
  • OR php5-pgsql-5.2.14-0.7.30.89 is installed
  • OR php5-pspell-5.2.14-0.7.30.89 is installed
  • OR php5-shmop-5.2.14-0.7.30.89 is installed
  • OR php5-snmp-5.2.14-0.7.30.89 is installed
  • OR php5-soap-5.2.14-0.7.30.89 is installed
  • OR php5-suhosin-5.2.14-0.7.30.89 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.89 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.89 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.89 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.89 is installed
  • OR php5-wddx-5.2.14-0.7.30.89 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.89 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.89 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.89 is installed
  • OR php5-xsl-5.2.14-0.7.30.89 is installed
  • OR php5-zip-5.2.14-0.7.30.89 is installed
  • OR php5-zlib-5.2.14-0.7.30.89 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP2-LTSS is installed
  • AND
  • apache2-mod_php5-5.2.14-0.7.30.89 is installed
  • OR php5-5.2.14-0.7.30.89 is installed
  • OR php5-bcmath-5.2.14-0.7.30.89 is installed
  • OR php5-bz2-5.2.14-0.7.30.89 is installed
  • OR php5-calendar-5.2.14-0.7.30.89 is installed
  • OR php5-ctype-5.2.14-0.7.30.89 is installed
  • OR php5-curl-5.2.14-0.7.30.89 is installed
  • OR php5-dba-5.2.14-0.7.30.89 is installed
  • OR php5-dbase-5.2.14-0.7.30.89 is installed
  • OR php5-dom-5.2.14-0.7.30.89 is installed
  • OR php5-exif-5.2.14-0.7.30.89 is installed
  • OR php5-fastcgi-5.2.14-0.7.30.89 is installed
  • OR php5-ftp-5.2.14-0.7.30.89 is installed
  • OR php5-gd-5.2.14-0.7.30.89 is installed
  • OR php5-gettext-5.2.14-0.7.30.89 is installed
  • OR php5-gmp-5.2.14-0.7.30.89 is installed
  • OR php5-hash-5.2.14-0.7.30.89 is installed
  • OR php5-iconv-5.2.14-0.7.30.89 is installed
  • OR php5-json-5.2.14-0.7.30.89 is installed
  • OR php5-ldap-5.2.14-0.7.30.89 is installed
  • OR php5-mbstring-5.2.14-0.7.30.89 is installed
  • OR php5-mcrypt-5.2.14-0.7.30.89 is installed
  • OR php5-mysql-5.2.14-0.7.30.89 is installed
  • OR php5-odbc-5.2.14-0.7.30.89 is installed
  • OR php5-openssl-5.2.14-0.7.30.89 is installed
  • OR php5-pcntl-5.2.14-0.7.30.89 is installed
  • OR php5-pdo-5.2.14-0.7.30.89 is installed
  • OR php5-pear-5.2.14-0.7.30.89 is installed
  • OR php5-pgsql-5.2.14-0.7.30.89 is installed
  • OR php5-pspell-5.2.14-0.7.30.89 is installed
  • OR php5-shmop-5.2.14-0.7.30.89 is installed
  • OR php5-snmp-5.2.14-0.7.30.89 is installed
  • OR php5-soap-5.2.14-0.7.30.89 is installed
  • OR php5-suhosin-5.2.14-0.7.30.89 is installed
  • OR php5-sysvmsg-5.2.14-0.7.30.89 is installed
  • OR php5-sysvsem-5.2.14-0.7.30.89 is installed
  • OR php5-sysvshm-5.2.14-0.7.30.89 is installed
  • OR php5-tokenizer-5.2.14-0.7.30.89 is installed
  • OR php5-wddx-5.2.14-0.7.30.89 is installed
  • OR php5-xmlreader-5.2.14-0.7.30.89 is installed
  • OR php5-xmlrpc-5.2.14-0.7.30.89 is installed
  • OR php5-xmlwriter-5.2.14-0.7.30.89 is installed
  • OR php5-xsl-5.2.14-0.7.30.89 is installed
  • OR php5-zip-5.2.14-0.7.30.89 is installed
  • OR php5-zlib-5.2.14-0.7.30.89 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 11 SP3-TERADATA 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 SAP Applications 11 SP3-TERADATA 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
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • xen-4.2.5_14-18 is installed
  • OR xen-doc-html-4.2.5_14-18 is installed
  • OR xen-doc-pdf-4.2.5_14-18 is installed
  • OR xen-kmp-default-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-kmp-pae-4.2.5_14_3.0.101_0.47.67-18 is installed
  • OR xen-libs-4.2.5_14-18 is installed
  • OR xen-libs-32bit-4.2.5_14-18 is installed
  • OR xen-tools-4.2.5_14-18 is installed
  • OR xen-tools-domU-4.2.5_14-18 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.67 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.67 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.67 is installed
  • OR kernel-default-3.0.101-0.47.67 is installed
  • OR kernel-default-base-3.0.101-0.47.67 is installed
  • OR kernel-default-devel-3.0.101-0.47.67 is installed
  • OR kernel-default-man-3.0.101-0.47.67 is installed
  • OR kernel-ec2-3.0.101-0.47.67 is installed
  • OR kernel-ec2-base-3.0.101-0.47.67 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.67 is installed
  • OR kernel-pae-3.0.101-0.47.67 is installed
  • OR kernel-pae-base-3.0.101-0.47.67 is installed
  • OR kernel-pae-devel-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-base-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-devel-3.0.101-0.47.67 is installed
  • OR kernel-source-3.0.101-0.47.67 is installed
  • OR kernel-syms-3.0.101-0.47.67 is installed
  • OR kernel-trace-3.0.101-0.47.67 is installed
  • OR kernel-trace-base-3.0.101-0.47.67 is installed
  • OR kernel-trace-devel-3.0.101-0.47.67 is installed
  • OR kernel-xen-3.0.101-0.47.67 is installed
  • OR kernel-xen-base-3.0.101-0.47.67 is installed
  • OR kernel-xen-devel-3.0.101-0.47.67 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3 is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.67 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.67 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.67 is installed
  • OR kernel-default-3.0.101-0.47.67 is installed
  • OR kernel-default-base-3.0.101-0.47.67 is installed
  • OR kernel-default-devel-3.0.101-0.47.67 is installed
  • OR kernel-default-man-3.0.101-0.47.67 is installed
  • OR kernel-ec2-3.0.101-0.47.67 is installed
  • OR kernel-ec2-base-3.0.101-0.47.67 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.67 is installed
  • OR kernel-pae-3.0.101-0.47.67 is installed
  • OR kernel-pae-base-3.0.101-0.47.67 is installed
  • OR kernel-pae-devel-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-base-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-devel-3.0.101-0.47.67 is installed
  • OR kernel-source-3.0.101-0.47.67 is installed
  • OR kernel-syms-3.0.101-0.47.67 is installed
  • OR kernel-trace-3.0.101-0.47.67 is installed
  • OR kernel-trace-base-3.0.101-0.47.67 is installed
  • OR kernel-trace-devel-3.0.101-0.47.67 is installed
  • OR kernel-xen-3.0.101-0.47.67 is installed
  • OR kernel-xen-base-3.0.101-0.47.67 is installed
  • OR kernel-xen-devel-3.0.101-0.47.67 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • kernel-bigsmp-3.0.101-0.47.67 is installed
  • OR kernel-bigsmp-base-3.0.101-0.47.67 is installed
  • OR kernel-bigsmp-devel-3.0.101-0.47.67 is installed
  • OR kernel-default-3.0.101-0.47.67 is installed
  • OR kernel-default-base-3.0.101-0.47.67 is installed
  • OR kernel-default-devel-3.0.101-0.47.67 is installed
  • OR kernel-default-man-3.0.101-0.47.67 is installed
  • OR kernel-ec2-3.0.101-0.47.67 is installed
  • OR kernel-ec2-base-3.0.101-0.47.67 is installed
  • OR kernel-ec2-devel-3.0.101-0.47.67 is installed
  • OR kernel-pae-3.0.101-0.47.67 is installed
  • OR kernel-pae-base-3.0.101-0.47.67 is installed
  • OR kernel-pae-devel-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-base-3.0.101-0.47.67 is installed
  • OR kernel-ppc64-devel-3.0.101-0.47.67 is installed
  • OR kernel-source-3.0.101-0.47.67 is installed
  • OR kernel-syms-3.0.101-0.47.67 is installed
  • OR kernel-trace-3.0.101-0.47.67 is installed
  • OR kernel-trace-base-3.0.101-0.47.67 is installed
  • OR kernel-trace-devel-3.0.101-0.47.67 is installed
  • OR kernel-xen-3.0.101-0.47.67 is installed
  • OR kernel-xen-base-3.0.101-0.47.67 is installed
  • OR kernel-xen-devel-3.0.101-0.47.67 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND Package Information
  • ecryptfs-utils-61-1.33 is installed
  • OR ecryptfs-utils-32bit-61-1.33 is installed
  • OR ecryptfs-utils-x86-61-1.33 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.10 is installed
  • OR salt-doc-2016.11.4-43.10 is installed
  • OR salt-minion-2016.11.4-43.10 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-CLIENT-TOOLS is installed
  • AND
  • salt-2016.11.4-43.10 is installed
  • OR salt-doc-2016.11.4-43.10 is installed
  • OR salt-minion-2016.11.4-43.10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.2.0esr-45 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45 is installed
  • OR firefox-fontconfig-2.11.0-2 is installed
  • OR libfreebl3-3.21.1-35 is installed
  • OR libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.2.0esr-45 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45 is installed
  • OR firefox-fontconfig-2.11.0-2 is installed
  • OR libfreebl3-3.21.1-35 is installed
  • OR libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • MozillaFirefox-45.2.0esr-45 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45 is installed
  • OR firefox-fontconfig-2.11.0-2 is installed
  • OR libfreebl3-3.21.1-35 is installed
  • OR libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • MozillaFirefox-45.2.0esr-45 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45 is installed
  • OR firefox-fontconfig-2.11.0-2 is installed
  • OR libfreebl3-3.21.1-35 is installed
  • OR libfreebl3-32bit-3.21.1-35 is installed
  • OR libsoftokn3-3.21.1-35 is installed
  • OR libsoftokn3-32bit-3.21.1-35 is installed
  • OR mozilla-nspr-4.12-29 is installed
  • OR mozilla-nspr-32bit-4.12-29 is installed
  • OR mozilla-nss-3.21.1-35 is installed
  • OR mozilla-nss-32bit-3.21.1-35 is installed
  • OR mozilla-nss-tools-3.21.1-35 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND
  • kernel-default-3.0.101-0.47.106.14 is installed
  • OR kernel-default-base-3.0.101-0.47.106.14 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.14 is installed
  • OR kernel-default-man-3.0.101-0.47.106.14 is installed
  • OR kernel-source-3.0.101-0.47.106.14 is installed
  • OR kernel-syms-3.0.101-0.47.106.14 is installed
  • OR kernel-trace-3.0.101-0.47.106.14 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.14 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.14 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-LTSS is installed
  • AND
  • kernel-default-3.0.101-0.47.106.14 is installed
  • OR kernel-default-base-3.0.101-0.47.106.14 is installed
  • OR kernel-default-devel-3.0.101-0.47.106.14 is installed
  • OR kernel-default-man-3.0.101-0.47.106.14 is installed
  • OR kernel-source-3.0.101-0.47.106.14 is installed
  • OR kernel-syms-3.0.101-0.47.106.14 is installed
  • OR kernel-trace-3.0.101-0.47.106.14 is installed
  • OR kernel-trace-base-3.0.101-0.47.106.14 is installed
  • OR kernel-trace-devel-3.0.101-0.47.106.14 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3-TERADATA is installed
  • AND
  • audiofile-0.2.6-142.17 is installed
  • OR audiofile-32bit-0.2.6-142.17 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP3-TERADATA is installed
  • AND
  • audiofile-0.2.6-142.17 is installed
  • OR audiofile-32bit-0.2.6-142.17 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND LibVNCServer-0.9.1-159 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4 is installed
  • AND LibVNCServer-0.9.1-159 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND ed-0.2-1001.30 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP4-LTSS is installed
  • AND LibVNCServer-0.9.1-160.19 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11 SP4-LTSS is installed
  • AND LibVNCServer-0.9.1-160.19 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-19.3 is installed
  • OR openssh-openssl1-helpers-6.6p1-19.3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 11-SECURITY is installed
  • AND
  • openssh-openssl1-6.6p1-19.3 is installed
  • OR openssh-openssl1-helpers-6.6p1-19.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND
  • ImageMagick-6.8.8.1-8 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND
  • ImageMagick-6.8.8.1-8 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-8 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-8 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • libxml2-2.9.1-10 is installed
  • OR libxml2-2-2.9.1-10 is installed
  • OR libxml2-2-32bit-2.9.1-10 is installed
  • OR libxml2-doc-2.9.1-10 is installed
  • OR libxml2-tools-2.9.1-10 is installed
  • OR python-libxml2-2.9.1-10 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.99-27 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.99-27 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.99-27 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.99-27 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND
  • java-1_7_0-openjdk-1.7.0.99-27 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.99-27 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.99-27 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.99-27 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • aaa_base-13.2+git20140911.61c1681-9 is installed
  • OR aaa_base-extras-13.2+git20140911.61c1681-9 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_24-default-6-3 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1-LTSS is installed
  • AND
  • kgraft-patch-3_12_67-60_64_24-default-6-3 is installed
  • OR kgraft-patch-3_12_67-60_64_24-xen-6-3 is installed
  • OR kgraft-patch-SLE12-SP1_Update_11-6-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • tomcat-8.0.43-10.24 is installed
  • OR tomcat-admin-webapps-8.0.43-10.24 is installed
  • OR tomcat-docs-webapp-8.0.43-10.24 is installed
  • OR tomcat-el-3_0-api-8.0.43-10.24 is installed
  • OR tomcat-javadoc-8.0.43-10.24 is installed
  • OR tomcat-jsp-2_3-api-8.0.43-10.24 is installed
  • OR tomcat-lib-8.0.43-10.24 is installed
  • OR tomcat-servlet-3_1-api-8.0.43-10.24 is installed
  • OR tomcat-webapps-8.0.43-10.24 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND
  • xen-4.7.1_02-25 is installed
  • OR xen-doc-html-4.7.1_02-25 is installed
  • OR xen-libs-4.7.1_02-25 is installed
  • OR xen-libs-32bit-4.7.1_02-25 is installed
  • OR xen-tools-4.7.1_02-25 is installed
  • OR xen-tools-domU-4.7.1_02-25 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND
  • xen-4.7.1_02-25 is installed
  • OR xen-doc-html-4.7.1_02-25 is installed
  • OR xen-libs-4.7.1_02-25 is installed
  • OR xen-libs-32bit-4.7.1_02-25 is installed
  • OR xen-tools-4.7.1_02-25 is installed
  • OR xen-tools-domU-4.7.1_02-25 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND update-alternatives-1.18.4-14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND clamav-0.99.2-32 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND Package Information
  • automake-1.13.4-6 is installed
  • OR m4-1.4.16-15 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_9-5-2 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • kgraft-patch-3_12_51-52_31-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_31-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_9-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND Package Information
  • alsa-1.0.27.2-11 is installed
  • OR alsa-docs-1.0.27.2-11 is installed
  • OR libasound2-1.0.27.2-11 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_51-52_39-default-5-2 is installed
  • OR kgraft-patch-3_12_51-52_39-xen-5-2 is installed
  • OR kgraft-patch-SLE12_Update_11-5-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP1 is installed
  • AND unrar-5.0.14-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for SAP Applications 12 SP2 is installed
  • AND Package Information
  • kgraft-patch-4_4_121-92_80-default-2-2 is installed
  • OR kgraft-patch-SLE12-SP2_Update_22-2-2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND bogofilter-1.2.4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • dia-0.97.2-13 is installed
  • OR dia-lang-0.97.2-13 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND lcms-1.19-17 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP4 is installed
  • AND libIlmImf-Imf_2_1-21-32bit-2.1.0-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 15 is installed
  • AND Package Information
  • libraw-0.18.9-3.8 is installed
  • OR libraw-devel-0.18.9-3.8 is installed
  • OR libraw16-0.18.9-3.8 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 6 is installed
  • AND ruby2.1-rubygem-rack-1.6.4-2 is installed
  • Definition Synopsis
  • SUSE OpenStack Cloud 7 is installed
  • AND Package Information
  • java-1_7_0-openjdk-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-demo-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-devel-1.7.0.181-43.15 is installed
  • OR java-1_7_0-openjdk-headless-1.7.0.181-43.15 is installed
  • BACK