Oval Definition:oval:org.opensuse.security:def:8171
Revision Date:2023-06-21Version:1
Title:Security update for golang-github-prometheus-prometheus (Important)
Description:

This update for golang-github-prometheus-prometheus fixes the following issues:

golang-github-prometheus-prometheus:

- Security issues fixed in this version update to 2.37.6: * CVE-2022-46146: Fix basic authentication bypass vulnerability (bsc#1208049, jsc#PED-3576) * CVE-2022-41715: Update our regexp library to fix upstream (bsc#1204023) * CVE-2022-41723: Fixed go issue to avoid quadratic complexity in HPACK decoding (bsc#1208298) - Other non-security bugs fixed and changes in this version update to 2.37.6: * [BUGFIX] TSDB: Turn off isolation for Head compaction to fix a memory leak. * [BUGFIX] TSDB: Fix 'invalid magic number 0' error on Prometheus startup. * [BUGFIX] Agent: Fix validation of flag options and prevent WAL from growing more than desired. * [BUGFIX] Properly close file descriptor when logging unfinished queries. * [BUGFIX] TSDB: In the WAL watcher metrics, expose the type='exemplar' label instead of type='unknown' for exemplar records. * [BUGFIX] Alerting: Fix Alertmanager targets not being updated when alerts were queued. * [BUGFIX] Hetzner SD: Make authentication files relative to Prometheus config file. * [BUGFIX] Promtool: Fix promtool check config not erroring properly on failures. * [BUGFIX] Scrape: Keep relabeled scrape interval and timeout on reloads. * [BUGFIX] TSDB: Don't increment prometheus_tsdb_compactions_failed_total when context is canceled. * [BUGFIX] TSDB: Fix panic if series is not found when deleting series. * [BUGFIX] TSDB: Increase prometheus_tsdb_mmap_chunk_corruptions_total on out of sequence errors. * [BUGFIX] Uyuni SD: Make authentication files relative to Prometheus configuration file and fix default configuration values. * [BUGFIX] Fix serving of static assets like fonts and favicon. * [BUGFIX] promtool: Add --lint-fatal option. * [BUGFIX] Changing TotalQueryableSamples from int to int64. * [BUGFIX] tsdb/agent: Ignore duplicate exemplars. * [BUGFIX] TSDB: Fix chunk overflow appending samples at a variable rate. * [BUGFIX] Stop rule manager before TSDB is stopped. * [BUGFIX] Kubernetes SD: Explicitly include gcp auth from k8s.io. * [BUGFIX] Fix OpenMetrics parser to sort uppercase labels correctly. * [BUGFIX] UI: Fix scrape interval and duration tooltip not showing on target page. * [BUGFIX] Tracing/GRPC: Set TLS credentials only when insecure is false. * [BUGFIX] Agent: Fix ID collision when loading a WAL with multiple segments. * [BUGFIX] Remote-write: Fix a deadlock between Batch and flushing the queue. * [BUGFIX] PromQL: Properly return an error from histogram_quantile when metrics have the same labelset. * [BUGFIX] UI: Fix bug that sets the range input to the resolution. * [BUGFIX] TSDB: Fix a query panic when memory-snapshot-on-shutdown is enabled. * [BUGFIX] Parser: Specify type in metadata parser errors. * [BUGFIX] Scrape: Fix label limit changes not applying. * [BUGFIX] Remote-write: Fix deadlock between adding to queue and getting batch. * [BUGFIX] TSDB: Fix panic when m-mapping head chunks onto the disk. * [BUGFIX] Azure SD: Fix a regression when public IP Address isn't set. * [BUGFIX] Azure SD: Fix panic when public IP Address isn't set. * [BUGFIX] Remote-write: Fix deadlock when stopping a shard. * [BUGFIX] SD: Fix no such file or directory in K8s SD when not running inside K8s. * [BUGFIX] Promtool: Make exit codes more consistent. * [BUGFIX] Promtool: Fix flakiness of rule testing. * [BUGFIX] Remote-write: Update prometheus_remote_storage_queue_highest_sent_timestamp_seconds metric when write irrecoverably fails. * [BUGFIX] Storage: Avoid panic in BufferedSeriesIterator. * [BUGFIX] TSDB: CompactBlockMetas should produce correct mint/maxt for overlapping blocks. * [BUGFIX] TSDB: Fix logging of exemplar storage size. * [BUGFIX] UI: Fix overlapping click targets for the alert state checkboxes. * [BUGFIX] UI: Fix Unhealthy filter on target page to actually display only Unhealthy targets. * [BUGFIX] UI: Fix autocompletion when expression is empty. * [BUGFIX] TSDB: Fix deadlock from simultaneous GC and write. * [CHANGE] TSDB: Delete *.tmp WAL files when Prometheus starts. * [CHANGE] promtool: Add new flag --lint (enabled by default) for the commands check rules and check config, resulting in a new exit code (3) for linter errors. * [CHANGE] UI: Classic UI removed. * [CHANGE] Tracing: Migrate from Jaeger to OpenTelemetry based tracing. * [CHANGE] PromQL: Promote negative offset and @ modifer to stable features. * [CHANGE] Web: Promote remote-write-receiver to stable. * [FEATURE] Nomad SD: New service discovery for Nomad built-in service discovery. * [FEATURE] Add lowercase and uppercase relabel action. * [FEATURE] SD: Add IONOS Cloud integration. * [FEATURE] SD: Add Vultr integration. * [FEATURE] SD: Add Linode SD failure count metric. * [FEATURE] Add prometheus_ready metric. * [FEATURE] Support for automatically setting the variable GOMAXPROCS to the container CPU limit. Enable with the flag `--enable-feature=auto-gomaxprocs`. * [FEATURE] PromQL: Extend statistics with total and peak number of samples in a query. Additionally, per-step statistics are available with --enable-feature=promql-per-step-stats and using stats=all in the query API. Enable with the flag `--enable-feature=per-step-stats`. * [FEATURE] Config: Add stripPort template function. * [FEATURE] Promtool: Add cardinality analysis to check metrics, enabled by flag --extended. * [FEATURE] SD: Enable target discovery in own K8s namespace. * [FEATURE] SD: Add provider ID label in K8s SD. * [FEATURE] Web: Add limit field to the rules API. * [ENHANCEMENT] Kubernetes SD: Allow attaching node labels for endpoint role. * [ENHANCEMENT] PromQL: Optimise creation of signature with/without labels. * [ENHANCEMENT] TSDB: Memory optimizations. * [ENHANCEMENT] TSDB: Reduce sleep time when reading WAL. * [ENHANCEMENT] OAuth2: Add appropriate timeouts and User-Agent header. * [ENHANCEMENT] Add stripDomain to template function. * [ENHANCEMENT] UI: Enable active search through dropped targets. * [ENHANCEMENT] promtool: support matchers when querying label * [ENHANCEMENT] Add agent mode identifier. * [ENHANCEMENT] TSDB: more efficient sorting of postings read from WAL at startup. * [ENHANCEMENT] Azure SD: Add metric to track Azure SD failures. * [ENHANCEMENT] Azure SD: Add an optional resource_group configuration. * [ENHANCEMENT] Kubernetes SD: Support discovery.k8s.io/v1 EndpointSlice (previously only discovery.k8s.io/v1beta1 EndpointSlice was supported). * [ENHANCEMENT] Kubernetes SD: Allow attaching node metadata to discovered pods. * [ENHANCEMENT] OAuth2: Support for using a proxy URL to fetch OAuth2 tokens. * [ENHANCEMENT] Configuration: Add the ability to disable HTTP2. * [ENHANCEMENT] Config: Support overriding minimum TLS version. * [ENHANCEMENT] TSDB: Disable the chunk write queue by default and allow configuration with the experimental flag `--storage.tsdb.head-chunks-write-queue-size`. * [ENHANCEMENT] HTTP SD: Add a failure counter. * [ENHANCEMENT] Azure SD: Set Prometheus User-Agent on requests. * [ENHANCEMENT] Uyuni SD: Reduce the number of logins to Uyuni. * [ENHANCEMENT] Scrape: Log when an invalid media type is encountered during a scrape. * [ENHANCEMENT] Scrape: Accept application/openmetrics-text;version=1.0.0 in addition to version=0.0.1. * [ENHANCEMENT] Remote-read: Add an option to not use external labels as selectors for remote read. * [ENHANCEMENT] UI: Optimize the alerts page and add a search bar. * [ENHANCEMENT] UI: Improve graph colors that were hard to see. * [ENHANCEMENT] Config: Allow escaping of $ with $$ when using environment variables with external labels. * [ENHANCEMENT] Remote-write: Avoid allocations by buffering concrete structs instead of interfaces. * [ENHANCEMENT] Remote-write: Log time series details for out-of-order samples in remote write receiver. * [ENHANCEMENT] Remote-write: Shard up more when backlogged. * [ENHANCEMENT] TSDB: Use simpler map key to improve exemplar ingest performance. * [ENHANCEMENT] TSDB: Avoid allocations when popping from the intersected postings heap. * [ENHANCEMENT] TSDB: Make chunk writing non-blocking, avoiding latency spikes in remote-write. * [ENHANCEMENT] TSDB: Improve label matching performance. * [ENHANCEMENT] UI: Optimize the service discovery page and add a search bar. * [ENHANCEMENT] UI: Optimize the target page and add a search bar.
Family:unixClass:patch
Status:Reference(s):1179602
1204023
1208049
1208298
CVE-2006-7250
CVE-2008-4989
CVE-2008-5077
CVE-2009-0590
CVE-2009-0591
CVE-2009-0789
CVE-2009-1377
CVE-2009-1378
CVE-2009-1379
CVE-2009-1386
CVE-2009-1387
CVE-2010-0740
CVE-2010-0742
CVE-2010-1633
CVE-2010-2761
CVE-2010-2939
CVE-2010-3864
CVE-2010-4410
CVE-2010-4411
CVE-2010-4777
CVE-2010-5298
CVE-2011-0014
CVE-2011-1097
CVE-2011-3207
CVE-2011-3210
CVE-2011-4108
CVE-2011-4128
CVE-2011-4576
CVE-2011-4577
CVE-2011-4619
CVE-2012-0027
CVE-2012-0050
CVE-2012-0390
CVE-2012-0884
CVE-2012-1165
CVE-2012-1569
CVE-2012-1573
CVE-2012-2110
CVE-2012-2141
CVE-2012-2673
CVE-2012-2686
CVE-2012-4929
CVE-2012-5783
CVE-2013-0166
CVE-2013-0169
CVE-2013-4353
CVE-2013-6449
CVE-2013-6450
CVE-2014-0076
CVE-2014-0092
CVE-2014-0139
CVE-2014-0160
CVE-2014-0195
CVE-2014-0198
CVE-2014-0221
CVE-2014-0224
CVE-2014-1829
CVE-2014-1830
CVE-2014-1959
CVE-2014-2284
CVE-2014-2285
CVE-2014-2855
CVE-2014-3466
CVE-2014-3470
CVE-2014-3505
CVE-2014-3506
CVE-2014-3507
CVE-2014-3508
CVE-2014-3509
CVE-2014-3510
CVE-2014-3511
CVE-2014-3512
CVE-2014-3513
CVE-2014-3565
CVE-2014-3567
CVE-2014-3568
CVE-2014-3569
CVE-2014-3570
CVE-2014-3571
CVE-2014-3572
CVE-2014-3618
CVE-2014-3686
CVE-2014-5139
CVE-2014-8104
CVE-2014-8242
CVE-2014-8275
CVE-2014-8564
CVE-2014-9512
CVE-2015-0204
CVE-2015-0205
CVE-2015-0206
CVE-2015-0209
CVE-2015-0210
CVE-2015-0286
CVE-2015-0287
CVE-2015-0288
CVE-2015-0289
CVE-2015-0293
CVE-2015-0294
CVE-2015-1788
CVE-2015-1789
CVE-2015-1790
CVE-2015-1791
CVE-2015-1792
CVE-2015-1793
CVE-2015-1794
CVE-2015-1863
CVE-2015-2296
CVE-2015-3193
CVE-2015-3194
CVE-2015-3195
CVE-2015-3196
CVE-2015-3197
CVE-2015-3622
CVE-2015-4047
CVE-2015-4141
CVE-2015-4142
CVE-2015-4143
CVE-2015-5130
CVE-2015-5310
CVE-2015-5621
CVE-2015-6251
CVE-2015-8041
CVE-2015-8853
CVE-2016-0701
CVE-2016-0702
CVE-2016-0705
CVE-2016-0797
CVE-2016-0798
CVE-2016-0800
CVE-2016-10396
CVE-2016-1238
CVE-2016-2105
CVE-2016-2106
CVE-2016-2107
CVE-2016-2109
CVE-2016-2176
CVE-2016-2177
CVE-2016-2178
CVE-2016-2179
CVE-2016-2180
CVE-2016-2181
CVE-2016-2182
CVE-2016-2183
CVE-2016-2381
CVE-2016-2399
CVE-2016-6185
CVE-2016-6302
CVE-2016-6303
CVE-2016-6304
CVE-2016-6306
CVE-2016-7052
CVE-2016-7055
CVE-2016-7056
CVE-2016-7444
CVE-2016-8610
CVE-2016-9427
CVE-2017-10790
CVE-2017-3731
CVE-2017-3732
CVE-2017-5335
CVE-2017-5336
CVE-2017-5337
CVE-2017-9122
CVE-2017-9123
CVE-2017-9124
CVE-2017-9125
CVE-2017-9126
CVE-2017-9127
CVE-2017-9128
CVE-2018-10844
CVE-2018-10845
CVE-2018-10846
CVE-2018-18065
CVE-2020-17527
CVE-2022-41715
CVE-2022-41723
CVE-2022-46146
SUSE-SU-2021:0041-1
Platform(s):openSUSE 13.1
openSUSE 13.2
openSUSE 13.2 NonFree
SUSE Linux Enterprise Desktop 11 SP3
SUSE Linux Enterprise Desktop 11 SP4
SUSE Linux Enterprise Desktop 12
SUSE Linux Enterprise Desktop 12 SP1
SUSE Linux Enterprise Desktop 12 SP2
SUSE Linux Enterprise Desktop 12 SP3
SUSE Linux Enterprise Desktop 15 SP5
SUSE Linux Enterprise High Availability Extension 11 SP3
SUSE Linux Enterprise High Availability Extension 11 SP4
SUSE Linux Enterprise High Performance Computing 15 SP2
SUSE Linux Enterprise High Performance Computing 15 SP5
SUSE Linux Enterprise Live Patching 12
SUSE Linux Enterprise Live Patching 12 SP3
SUSE Linux Enterprise Live Patching 12 SP4
SUSE Linux Enterprise Module for Advanced Systems Management 12
SUSE Linux Enterprise Module for Containers 12
SUSE Linux Enterprise Module for High Performance Computing 12
SUSE Linux Enterprise Module for Legacy Software 12
SUSE Linux Enterprise Module for Package Hub 15 SP5
SUSE Linux Enterprise Module for Public Cloud 12
SUSE Linux Enterprise Module for Web Scripting 12
SUSE Linux Enterprise Module for Web Scripting 15 SP2
SUSE Linux Enterprise Point of Sale 11 SP3
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT
SUSE Linux Enterprise Real Time Extension 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 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 SP4
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 SP5
SUSE Linux Enterprise Server 12-LTSS
SUSE Linux Enterprise Server 15 SP2
SUSE Linux Enterprise Server 15 SP5
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2
SUSE Linux Enterprise Server for SAP Applications 12
SUSE Linux Enterprise Server for SAP Applications 12-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP2
SUSE Linux Enterprise Server for SAP Applications 15 SP5
SUSE Linux Enterprise Server for VMWare 11 SP2
SUSE Linux Enterprise Server for VMWare 11 SP3
SUSE Linux Enterprise Software Development Kit 11 SP4
SUSE Linux Enterprise Software Development Kit 12
SUSE Linux Enterprise Software Development Kit 12 SP1
SUSE Linux Enterprise Software Development Kit 12 SP2
SUSE Linux Enterprise Software Development Kit 12 SP3
SUSE Linux Enterprise Software Development Kit 12 SP4
SUSE Linux Enterprise Storage 7
SUSE Linux Enterprise Workstation Extension 12
SUSE Linux Enterprise Workstation Extension 12 SP1
SUSE Linux Enterprise Workstation Extension 12 SP2
SUSE Linux Enterprise Workstation Extension 12 SP3
SUSE Manager Proxy 4.1
SUSE Manager Server 4.1
Product(s):
Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP3 is installed
  • AND Package Information
  • libldap-2_4-2-2.4.26-0.35.1 is installed
  • OR libldap-2_4-2-32bit-2.4.26-0.35.1 is installed
  • OR openldap2-client-2.4.26-0.35.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 11 SP4 is installed
  • AND Package Information
  • MozillaFirefox-38.3.0esr-22.1 is installed
  • OR MozillaFirefox-translations-38.3.0esr-22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 is installed
  • AND Package Information
  • ecryptfs-utils-103-7 is installed
  • OR ecryptfs-utils-32bit-103-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP1 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-87 is installed
  • OR libopenssl0_9_8-0.9.8j-87 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-87 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP2 is installed
  • AND Package Information
  • ImageMagick-6.8.8.1-47 is installed
  • OR libMagick++-6_Q16-3-6.8.8.1-47 is installed
  • OR libMagickCore-6_Q16-1-6.8.8.1-47 is installed
  • OR libMagickCore-6_Q16-1-32bit-6.8.8.1-47 is installed
  • OR libMagickWand-6_Q16-1-6.8.8.1-47 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Desktop 12 SP3 is installed
  • AND Package Information
  • gdk-pixbuf-loader-rsvg-2.40.18-5.3 is installed
  • OR librsvg-2.40.18-5.3 is installed
  • OR librsvg-2-2-2.40.18-5.3 is installed
  • OR librsvg-2-2-32bit-2.40.18-5.3 is installed
  • OR rsvg-view-2.40.18-5.3 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Desktop 15 SP5 is installed
  • OR SUSE Linux Enterprise High Performance Computing 15 SP5 is installed
  • OR SUSE Linux Enterprise Module for Package Hub 15 SP5 is installed
  • OR SUSE Linux Enterprise Server 15 SP5 is installed
  • OR SUSE Linux Enterprise Server for SAP Applications 15 SP5 is installed
  • AND golang-github-prometheus-prometheus-2.37.6-150100.4.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP3 is installed
  • AND Package Information
  • hawk-0.6.1-0.17.1 is installed
  • OR hawk-templates-0.6.1-0.17.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise High Availability Extension 11 SP4 is installed
  • AND Package Information
  • libpacemaker-devel-1.1.12-18.1 is installed
  • OR libpacemaker3-1.1.12-18.1 is installed
  • OR pacemaker-1.1.12-18.1 is installed
  • OR pacemaker-cli-1.1.12-18.1 is installed
  • OR pacemaker-remote-1.1.12-18.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 15 SP2 is installed
  • AND Package Information
  • tomcat-9.0.36-3.18.1 is installed
  • OR tomcat-admin-webapps-9.0.36-3.18.1 is installed
  • OR tomcat-el-3_0-api-9.0.36-3.18.1 is installed
  • OR tomcat-jsp-2_3-api-9.0.36-3.18.1 is installed
  • OR tomcat-lib-9.0.36-3.18.1 is installed
  • OR tomcat-servlet-4_0-api-9.0.36-3.18.1 is installed
  • OR tomcat-webapps-9.0.36-3.18.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 is installed
  • AND Package Information
  • kgraft-patch-4_4_49-92_11-default-4-3 is installed
  • OR kgraft-patch-SLE12-SP2_Update_5-4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP3 is installed
  • AND Package Information
  • kgraft-patch-4_4_92-6_18-default-1-4 is installed
  • OR kgraft-patch-SLE12-SP3_Update_4-1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Live Patching 12 SP4 is installed
  • AND Package Information
  • kgraft-patch-4_12_14-95_6-default-1-6.3 is installed
  • OR kgraft-patch-SLE12-SP4_Update_2-1-6.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Advanced Systems Management 12 is installed
  • AND Package Information
  • python2-salt-2018.3.0-46.44 is installed
  • OR salt-2018.3.0-46.44 is installed
  • OR salt-api-2018.3.0-46.44 is installed
  • OR salt-bash-completion-2018.3.0-46.44 is installed
  • OR salt-cloud-2018.3.0-46.44 is installed
  • OR salt-doc-2018.3.0-46.44 is installed
  • OR salt-master-2018.3.0-46.44 is installed
  • OR salt-minion-2018.3.0-46.44 is installed
  • OR salt-proxy-2018.3.0-46.44 is installed
  • OR salt-ssh-2018.3.0-46.44 is installed
  • OR salt-syndic-2018.3.0-46.44 is installed
  • OR salt-zsh-completion-2018.3.0-46.44 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Containers 12 is installed
  • AND docker-1.8.3-49 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for High Performance Computing 12 is installed
  • AND Package Information
  • python-numpy_1_13_3-gnu-hpc-1.13.3-4.9 is installed
  • OR python-numpy_1_13_3-gnu-hpc-devel-1.13.3-4.9 is installed
  • OR python2-numpy-gnu-hpc-1.13.3-4.9 is installed
  • OR python2-numpy-gnu-hpc-devel-1.13.3-4.9 is installed
  • OR python3-numpy-gnu-hpc-1.13.3-4.9 is installed
  • OR python3-numpy-gnu-hpc-devel-1.13.3-4.9 is installed
  • OR python3-numpy_1_13_3-gnu-hpc-1.13.3-4.9 is installed
  • OR python3-numpy_1_13_3-gnu-hpc-devel-1.13.3-4.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Legacy Software 12 is installed
  • AND Package Information
  • compat-openssl098-0.9.8j-87 is installed
  • OR libopenssl0_9_8-0.9.8j-87 is installed
  • OR libopenssl0_9_8-32bit-0.9.8j-87 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Public Cloud 12 is installed
  • AND Package Information
  • kernel-ec2-3.12.43-52.6 is installed
  • OR kernel-ec2-devel-3.12.43-52.6 is installed
  • OR kernel-ec2-extra-3.12.43-52.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Module for Web Scripting 12 is installed
  • AND Package Information
  • apache2-mod_php5-5.5.14-30 is installed
  • OR php5-5.5.14-30 is installed
  • OR php5-bcmath-5.5.14-30 is installed
  • OR php5-bz2-5.5.14-30 is installed
  • OR php5-calendar-5.5.14-30 is installed
  • OR php5-ctype-5.5.14-30 is installed
  • OR php5-curl-5.5.14-30 is installed
  • OR php5-dba-5.5.14-30 is installed
  • OR php5-dom-5.5.14-30 is installed
  • OR php5-enchant-5.5.14-30 is installed
  • OR php5-exif-5.5.14-30 is installed
  • OR php5-fastcgi-5.5.14-30 is installed
  • OR php5-fileinfo-5.5.14-30 is installed
  • OR php5-fpm-5.5.14-30 is installed
  • OR php5-ftp-5.5.14-30 is installed
  • OR php5-gd-5.5.14-30 is installed
  • OR php5-gettext-5.5.14-30 is installed
  • OR php5-gmp-5.5.14-30 is installed
  • OR php5-iconv-5.5.14-30 is installed
  • OR php5-intl-5.5.14-30 is installed
  • OR php5-json-5.5.14-30 is installed
  • OR php5-ldap-5.5.14-30 is installed
  • OR php5-mbstring-5.5.14-30 is installed
  • OR php5-mcrypt-5.5.14-30 is installed
  • OR php5-mysql-5.5.14-30 is installed
  • OR php5-odbc-5.5.14-30 is installed
  • OR php5-openssl-5.5.14-30 is installed
  • OR php5-pcntl-5.5.14-30 is installed
  • OR php5-pdo-5.5.14-30 is installed
  • OR php5-pear-5.5.14-30 is installed
  • OR php5-pgsql-5.5.14-30 is installed
  • OR php5-pspell-5.5.14-30 is installed
  • OR php5-shmop-5.5.14-30 is installed
  • OR php5-snmp-5.5.14-30 is installed
  • OR php5-soap-5.5.14-30 is installed
  • OR php5-sockets-5.5.14-30 is installed
  • OR php5-sqlite-5.5.14-30 is installed
  • OR php5-suhosin-5.5.14-30 is installed
  • OR php5-sysvmsg-5.5.14-30 is installed
  • OR php5-sysvsem-5.5.14-30 is installed
  • OR php5-sysvshm-5.5.14-30 is installed
  • OR php5-tokenizer-5.5.14-30 is installed
  • OR php5-wddx-5.5.14-30 is installed
  • OR php5-xmlreader-5.5.14-30 is installed
  • OR php5-xmlrpc-5.5.14-30 is installed
  • OR php5-xmlwriter-5.5.14-30 is installed
  • OR php5-xsl-5.5.14-30 is installed
  • OR php5-zip-5.5.14-30 is installed
  • OR php5-zlib-5.5.14-30 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 11 SP3 is installed
  • AND Package Information
  • libtirpc-0.2.1-1.12.3 is installed
  • OR libtirpc1-0.2.1-1.12.3 is installed
  • OR rpcbind-0.1.6+git20080930-6.27.2 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT is installed
  • AND Package Information
  • git-2.12.3-27.14 is installed
  • OR git-core-2.12.3-27.14 is installed
  • OR git-doc-2.12.3-27.14 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Real Time Extension 11 SP3 is installed
  • AND Package Information
  • kernel-rt-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt-base-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt-devel-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-base-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-rt_trace-devel-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-source-rt-3.0.101.rt130-0.33.44.2 is installed
  • OR kernel-syms-rt-3.0.101.rt130-0.33.44.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 is installed
  • AND Package Information
  • ruby-1.8.7.p72-5.22.1 is installed
  • OR ruby-doc-html-1.8.7.p72-5.22.1 is installed
  • OR ruby-tk-1.8.7.p72-5.22.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1 is installed
  • AND Package Information
  • dbus-1-1.2.10-3.11.29 is installed
  • OR dbus-1-32bit-1.2.10-3.11.29 is installed
  • OR dbus-1-x11-1.2.10-3.11.33 is installed
  • OR dbus-1-x86-1.2.10-3.11.29 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP1-LTSS is installed
  • AND Package Information
  • MozillaFirefox-38.2.1esr-17.1 is installed
  • OR MozillaFirefox-translations-38.2.1esr-17.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • apache2-2.2.12-1.40.1 is installed
  • OR apache2-doc-2.2.12-1.40.1 is installed
  • OR apache2-example-pages-2.2.12-1.40.1 is installed
  • OR apache2-prefork-2.2.12-1.40.1 is installed
  • OR apache2-utils-2.2.12-1.40.1 is installed
  • OR apache2-worker-2.2.12-1.40.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND
  • apache2-2.2.12-1.40.1 is installed
  • OR apache2-doc-2.2.12-1.40.1 is installed
  • OR apache2-example-pages-2.2.12-1.40.1 is installed
  • OR apache2-prefork-2.2.12-1.40.1 is installed
  • OR apache2-utils-2.2.12-1.40.1 is installed
  • OR apache2-worker-2.2.12-1.40.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • apache2-2.2.12-1.40.1 is installed
  • OR apache2-doc-2.2.12-1.40.1 is installed
  • OR apache2-example-pages-2.2.12-1.40.1 is installed
  • OR apache2-prefork-2.2.12-1.40.1 is installed
  • OR apache2-utils-2.2.12-1.40.1 is installed
  • OR apache2-worker-2.2.12-1.40.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND
  • openswan-2.6.16-1.40.1 is installed
  • OR openswan-doc-2.6.16-1.40.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP2 is installed
  • AND
  • openswan-2.6.16-1.40.1 is installed
  • OR openswan-doc-2.6.16-1.40.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2 is installed
  • AND cifs-utils-5.1-0.4.9 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP2-LTSS is installed
  • AND Package Information
  • bind-9.9.6P1-0.36.1 is installed
  • OR bind-chrootenv-9.9.6P1-0.36.1 is installed
  • OR bind-devel-9.9.6P1-0.36.1 is installed
  • OR bind-doc-9.9.6P1-0.36.1 is installed
  • OR bind-libs-9.9.6P1-0.36.1 is installed
  • OR bind-libs-32bit-9.9.6P1-0.36.1 is installed
  • OR bind-utils-9.9.6P1-0.36.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30.1 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for VMWare 11 SP3 is installed
  • AND
  • libMagickCore1-6.4.3.6-7.30.1 is installed
  • OR libMagickCore1-32bit-6.4.3.6-7.30.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3 is installed
  • AND LibVNCServer-0.9.1-154.24 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP3-LTSS is installed
  • AND Package Information
  • MozillaFirefox-45.2.0esr-45.2 is installed
  • OR MozillaFirefox-branding-SLED-45.0-23.10 is installed
  • OR MozillaFirefox-translations-45.2.0esr-45.2 is installed
  • OR firefox-fontconfig-2.11.0-2.1 is installed
  • OR libfreebl3-3.21.1-35.1 is installed
  • OR libfreebl3-32bit-3.21.1-35.1 is installed
  • OR libsoftokn3-3.21.1-35.1 is installed
  • OR libsoftokn3-32bit-3.21.1-35.1 is installed
  • OR mozilla-nspr-4.12-29.1 is installed
  • OR mozilla-nspr-32bit-4.12-29.1 is installed
  • OR mozilla-nss-3.21.1-35.1 is installed
  • OR mozilla-nss-32bit-3.21.1-35.1 is installed
  • OR mozilla-nss-tools-3.21.1-35.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 11 SP4 is installed
  • AND Package Information
  • bzip2-1.0.5-34.253.1 is installed
  • OR bzip2-doc-1.0.5-34.253.1 is installed
  • OR libbz2-1-1.0.5-34.253.1 is installed
  • OR libbz2-1-32bit-1.0.5-34.253.1 is installed
  • OR libbz2-1-x86-1.0.5-34.253.1 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12 is installed
  • AND patch-2.7.5-7 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12 is installed
  • AND patch-2.7.5-7 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 is installed
  • AND Package Information
  • expat-2.1.0-13.232 is installed
  • OR libexpat1-2.1.0-13.232 is installed
  • OR libexpat1-32bit-2.1.0-13.232 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1 is installed
  • AND Package Information
  • openvpn-2.3.8-16.3 is installed
  • OR openvpn-auth-pam-plugin-2.3.8-16.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP1-LTSS is installed
  • AND Package Information
  • kgraft-patch-3_12_69-60_64_29-default-6-2.1 is installed
  • OR kgraft-patch-3_12_69-60_64_29-xen-6-2.1 is installed
  • OR kgraft-patch-SLE12-SP1_Update_12-6-2.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP2 is installed
  • AND Package Information
  • bind-9.9.9P1-49.1 is installed
  • OR bind-chrootenv-9.9.9P1-49.1 is installed
  • OR bind-doc-9.9.9P1-49.1 is installed
  • OR bind-libs-9.9.9P1-49.1 is installed
  • OR bind-libs-32bit-9.9.9P1-49.1 is installed
  • OR bind-utils-9.9.9P1-49.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP3 is installed
  • AND Package Information
  • perl-5.18.2-11 is installed
  • OR perl-32bit-5.18.2-11 is installed
  • OR perl-base-5.18.2-11 is installed
  • OR perl-doc-5.18.2-11 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP4 is installed
  • AND apache-commons-httpclient-3.1-4 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12 SP5 is installed
  • AND Package Information
  • bash-4.3-83.23 is installed
  • OR bash-doc-4.3-83.23 is installed
  • OR libreadline6-6.3-83.23 is installed
  • OR libreadline6-32bit-6.3-83.23 is installed
  • OR readline-doc-6.3-83.23 is installed
  • Definition Synopsis
  • Release Information
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND
  • libopenssl1_0_0-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-27.21 is installed
  • OR openssl-1.0.1i-27.21 is installed
  • OR openssl-doc-1.0.1i-27.21 is installed
  • OR Package Information
  • SUSE Linux Enterprise Server for SAP Applications 12-LTSS is installed
  • AND
  • libopenssl1_0_0-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-32bit-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-hmac-1.0.1i-27.21 is installed
  • OR libopenssl1_0_0-hmac-32bit-1.0.1i-27.21 is installed
  • OR openssl-1.0.1i-27.21 is installed
  • OR openssl-doc-1.0.1i-27.21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server 12-LTSS is installed
  • AND ucode-intel-20180425-13.20 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 is installed
  • AND autofs-5.0.9-21 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 11 SP4 is installed
  • AND MozillaFirefox-devel-31.7.0esr-0.8.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 is installed
  • AND libXxf86dga-devel-1.1.4-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP1 is installed
  • AND augeas-devel-1.2.0-3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP2 is installed
  • AND Package Information
  • FastCGI-2.4.0-167 is installed
  • OR perl-FastCGI-2.4.0-167 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP3 is installed
  • AND Package Information
  • DirectFB-devel-1.7.1-6 is installed
  • OR lib++dfb-devel-1.7.1-6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Software Development Kit 12 SP4 is installed
  • AND Package Information
  • ant-1.9.4-3.3 is installed
  • OR ant-jmf-1.9.4-3.3 is installed
  • OR ant-scripts-1.9.4-3.3 is installed
  • OR ant-swing-1.9.4-3.3 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 is installed
  • AND Package Information
  • libmysqlclient_r18-10.0.16-15.1 is installed
  • OR libmysqlclient_r18-32bit-10.0.16-15.1 is installed
  • OR mariadb-10.0.16-15.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP1 is installed
  • AND Package Information
  • flash-player-11.2.202.559-117.1 is installed
  • OR flash-player-gnome-11.2.202.559-117.1 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP2 is installed
  • AND Package Information
  • gstreamer-plugins-base-1.8.3-9.6 is installed
  • OR libgstfft-1_0-0-32bit-1.8.3-9.6 is installed
  • OR typelib-1_0-GstAudio-1_0-1.8.3-9.6 is installed
  • OR typelib-1_0-GstPbutils-1_0-1.8.3-9.6 is installed
  • OR typelib-1_0-GstTag-1_0-1.8.3-9.6 is installed
  • OR typelib-1_0-GstVideo-1_0-1.8.3-9.6 is installed
  • Definition Synopsis
  • SUSE Linux Enterprise Workstation Extension 12 SP3 is installed
  • AND Package Information
  • libixion-0.12.1-13.2.1 is installed
  • OR libixion-0_12-0-0.12.1-13.2.1 is installed
  • OR libmwaw-0.3.11-7.5.1 is installed
  • OR libmwaw-0_3-3-0.3.11-7.5.1 is installed
  • OR liborcus-0.12.1-10.5.1 is installed
  • OR liborcus-0_12-0-0.12.1-10.5.1 is installed
  • OR libreoffice-5.3.5.2-43.5.4 is installed
  • OR libreoffice-base-5.3.5.2-43.5.4 is installed
  • OR libreoffice-base-drivers-mysql-5.3.5.2-43.5.4 is installed
  • OR libreoffice-base-drivers-postgresql-5.3.5.2-43.5.4 is installed
  • OR libreoffice-calc-5.3.5.2-43.5.4 is installed
  • OR libreoffice-calc-extensions-5.3.5.2-43.5.4 is installed
  • OR libreoffice-draw-5.3.5.2-43.5.4 is installed
  • OR libreoffice-filters-optional-5.3.5.2-43.5.4 is installed
  • OR libreoffice-gnome-5.3.5.2-43.5.4 is installed
  • OR libreoffice-icon-theme-galaxy-5.3.5.2-43.5.4 is installed
  • OR libreoffice-icon-theme-tango-5.3.5.2-43.5.4 is installed
  • OR libreoffice-impress-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-af-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-ar-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-bg-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-ca-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-cs-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-da-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-de-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-en-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-es-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-fi-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-fr-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-gu-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-hi-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-hr-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-hu-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-it-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-ja-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-ko-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-lt-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-nb-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-nl-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-nn-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-pl-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-pt_BR-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-pt_PT-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-ro-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-ru-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-sk-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-sv-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-uk-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-xh-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-zh_CN-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-zh_TW-5.3.5.2-43.5.4 is installed
  • OR libreoffice-l10n-zu-5.3.5.2-43.5.4 is installed
  • OR libreoffice-mailmerge-5.3.5.2-43.5.4 is installed
  • OR libreoffice-math-5.3.5.2-43.5.4 is installed
  • OR libreoffice-officebean-5.3.5.2-43.5.4 is installed
  • OR libreoffice-pyuno-5.3.5.2-43.5.4 is installed
  • OR libreoffice-writer-5.3.5.2-43.5.4 is installed
  • OR libreoffice-writer-extensions-5.3.5.2-43.5.4 is installed
  • OR libreofficekit-5.3.5.2-43.5.4 is installed
  • OR libstaroffice-0.0.3-4.1 is installed
  • OR libstaroffice-0_0-0-0.0.3-4.1 is installed
  • OR libzmf-0.0.1-4.1 is installed
  • OR libzmf-0_0-0-0.0.1-4.1 is installed
  • OR myspell-af_NA-20170511-16.2.1 is installed
  • OR myspell-af_ZA-20170511-16.2.1 is installed
  • OR myspell-ar-20170511-16.2.1 is installed
  • OR myspell-ar_AE-20170511-16.2.1 is installed
  • OR myspell-ar_BH-20170511-16.2.1 is installed
  • OR myspell-ar_DZ-20170511-16.2.1 is installed
  • OR myspell-ar_EG-20170511-16.2.1 is installed
  • OR myspell-ar_IQ-20170511-16.2.1 is installed
  • OR myspell-ar_JO-20170511-16.2.1 is installed
  • OR myspell-ar_KW-20170511-16.2.1 is installed
  • OR myspell-ar_LB-20170511-16.2.1 is installed
  • OR myspell-ar_LY-20170511-16.2.1 is installed
  • OR myspell-ar_MA-20170511-16.2.1 is installed
  • OR myspell-ar_OM-20170511-16.2.1 is installed
  • OR myspell-ar_QA-20170511-16.2.1 is installed
  • OR myspell-ar_SA-20170511-16.2.1 is installed
  • OR myspell-ar_SD-20170511-16.2.1 is installed
  • OR myspell-ar_SY-20170511-16.2.1 is installed
  • OR myspell-ar_TN-20170511-16.2.1 is installed
  • OR myspell-ar_YE-20170511-16.2.1 is installed
  • OR myspell-be_BY-20170511-16.2.1 is installed
  • OR myspell-bg_BG-20170511-16.2.1 is installed
  • OR myspell-bn_BD-20170511-16.2.1 is installed
  • OR myspell-bn_IN-20170511-16.2.1 is installed
  • OR myspell-bs-20170511-16.2.1 is installed
  • OR myspell-bs_BA-20170511-16.2.1 is installed
  • OR myspell-ca-20170511-16.2.1 is installed
  • OR myspell-ca_AD-20170511-16.2.1 is installed
  • OR myspell-ca_ES-20170511-16.2.1 is installed
  • OR myspell-ca_ES_valencia-20170511-16.2.1 is installed
  • OR myspell-ca_FR-20170511-16.2.1 is installed
  • OR myspell-ca_IT-20170511-16.2.1 is installed
  • OR myspell-cs_CZ-20170511-16.2.1 is installed
  • OR myspell-da_DK-20170511-16.2.1 is installed
  • OR myspell-de-20170511-16.2.1 is installed
  • OR myspell-de_AT-20170511-16.2.1 is installed
  • OR myspell-de_CH-20170511-16.2.1 is installed
  • OR myspell-de_DE-20170511-16.2.1 is installed
  • OR myspell-dictionaries-20170511-16.2.1 is installed
  • OR myspell-el_GR-20170511-16.2.1 is installed
  • OR myspell-en-20170511-16.2.1 is installed
  • OR myspell-en_AU-20170511-16.2.1 is installed
  • OR myspell-en_BS-20170511-16.2.1 is installed
  • OR myspell-en_BZ-20170511-16.2.1 is installed
  • OR myspell-en_CA-20170511-16.2.1 is installed
  • OR myspell-en_GB-20170511-16.2.1 is installed
  • OR myspell-en_GH-20170511-16.2.1 is installed
  • OR myspell-en_IE-20170511-16.2.1 is installed
  • OR myspell-en_IN-20170511-16.2.1 is installed
  • OR myspell-en_JM-20170511-16.2.1 is installed
  • OR myspell-en_MW-20170511-16.2.1 is installed
  • OR myspell-en_NA-20170511-16.2.1 is installed
  • OR myspell-en_NZ-20170511-16.2.1 is installed
  • OR myspell-en_PH-20170511-16.2.1 is installed
  • OR myspell-en_TT-20170511-16.2.1 is installed
  • OR myspell-en_US-20170511-16.2.1 is installed
  • OR myspell-en_ZA-20170511-16.2.1 is installed
  • OR myspell-en_ZW-20170511-16.2.1 is installed
  • OR myspell-es-20170511-16.2.1 is installed
  • OR myspell-es_AR-20170511-16.2.1 is installed
  • OR myspell-es_BO-20170511-16.2.1 is installed
  • OR myspell-es_CL-20170511-16.2.1 is installed
  • OR myspell-es_CO-20170511-16.2.1 is installed
  • OR myspell-es_CR-20170511-16.2.1 is installed
  • OR myspell-es_CU-20170511-16.2.1 is installed
  • OR myspell-es_DO-20170511-16.2.1 is installed
  • OR myspell-es_EC-20170511-16.2.1 is installed
  • OR myspell-es_ES-20170511-16.2.1 is installed
  • OR myspell-es_GT-20170511-16.2.1 is installed
  • OR myspell-es_HN-20170511-16.2.1 is installed
  • OR myspell-es_MX-20170511-16.2.1 is installed
  • OR myspell-es_NI-20170511-16.2.1 is installed
  • OR myspell-es_PA-20170511-16.2.1 is installed
  • OR myspell-es_PE-20170511-16.2.1 is installed
  • OR myspell-es_PR-20170511-16.2.1 is installed
  • OR myspell-es_PY-20170511-16.2.1 is installed
  • OR myspell-es_SV-20170511-16.2.1 is installed
  • OR myspell-es_UY-20170511-16.2.1 is installed
  • OR myspell-es_VE-20170511-16.2.1 is installed
  • OR myspell-et_EE-20170511-16.2.1 is installed
  • OR myspell-fr_BE-20170511-16.2.1 is installed
  • OR myspell-fr_CA-20170511-16.2.1 is installed
  • OR myspell-fr_CH-20170511-16.2.1 is installed
  • OR myspell-fr_FR-20170511-16.2.1 is installed
  • OR myspell-fr_LU-20170511-16.2.1 is installed
  • OR myspell-fr_MC-20170511-16.2.1 is installed
  • OR myspell-gu_IN-20170511-16.2.1 is installed
  • OR myspell-he_IL-20170511-16.2.1 is installed
  • OR myspell-hi_IN-20170511-16.2.1 is installed
  • OR myspell-hr_HR-20170511-16.2.1 is installed
  • OR myspell-hu_HU-20170511-16.2.1 is installed
  • OR myspell-it_IT-20170511-16.2.1 is installed
  • OR myspell-lightproof-en-20170511-16.2.1 is installed
  • OR myspell-lightproof-hu_HU-20170511-16.2.1 is installed
  • OR myspell-lightproof-pt_BR-20170511-16.2.1 is installed
  • OR myspell-lightproof-ru_RU-20170511-16.2.1 is installed
  • OR myspell-lo_LA-20170511-16.2.1 is installed
  • OR myspell-lt_LT-20170511-16.2.1 is installed
  • OR myspell-lv_LV-20170511-16.2.1 is installed
  • OR myspell-nb_NO-20170511-16.2.1 is installed
  • OR myspell-nl_BE-20170511-16.2.1 is installed
  • OR myspell-nl_NL-20170511-16.2.1 is installed
  • OR myspell-nn_NO-20170511-16.2.1 is installed
  • OR myspell-no-20170511-16.2.1 is installed
  • OR myspell-pl_PL-20170511-16.2.1 is installed
  • OR myspell-pt_AO-20170511-16.2.1 is installed
  • OR myspell-pt_BR-20170511-16.2.1 is installed
  • OR myspell-pt_PT-20170511-16.2.1 is installed
  • OR myspell-ro-20170511-16.2.1 is installed
  • OR myspell-ro_RO-20170511-16.2.1 is installed
  • OR myspell-ru_RU-20170511-16.2.1 is installed
  • OR myspell-sk_SK-20170511-16.2.1 is installed
  • OR myspell-sl_SI-20170511-16.2.1 is installed
  • OR myspell-sr-20170511-16.2.1 is installed
  • OR myspell-sr_CS-20170511-16.2.1 is installed
  • OR myspell-sr_Latn_CS-20170511-16.2.1 is installed
  • OR myspell-sr_Latn_RS-20170511-16.2.1 is installed
  • OR myspell-sr_RS-20170511-16.2.1 is installed
  • OR myspell-sv_FI-20170511-16.2.1 is installed
  • OR myspell-sv_SE-20170511-16.2.1 is installed
  • OR myspell-te-20170511-16.2.1 is installed
  • OR myspell-te_IN-20170511-16.2.1 is installed
  • OR myspell-th_TH-20170511-16.2.1 is installed
  • OR myspell-uk_UA-20170511-16.2.1 is installed
  • OR myspell-vi-20170511-16.2.1 is installed
  • OR myspell-vi_VN-20170511-16.2.1 is installed
  • OR myspell-zu_ZA-20170511-16.2.1 is installed
  • BACK