How to Install and Uninstall python-elasticsearch-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-elasticsearch-doc" package

Here is a brief guide to show you how to install python-elasticsearch-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-elasticsearch-doc

2. Uninstall "python-elasticsearch-doc" package

Learn how to uninstall python-elasticsearch-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-elasticsearch-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-elasticsearch-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-elasticsearch-doc
Priority: extra
Section: universe/doc
Installed-Size: 464
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-elasticsearch
Version: 1.6.0-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-elasticsearch/python-elasticsearch-doc_1.6.0-1_all.deb
Size: 55264
MD5sum: d9867739801bd11d198a3dc3435cc9fa
SHA1: 3b9c0227ec9e070bd8378b815184ca47d03a10ec
SHA256: 1d0347de063dbc0cebd1c5e2940e2e7b9ecd5590e439915e2a618de5e85a84cc
Description-en: Python client for Elasticsearch (Documentation)
Official low-level client for Elasticsearch. Its goal is to provide common
ground for all Elasticsearch-related code in Python; because of this it tries
to be opinion-free and very extendable.
.
The client's features include:
* translating basic Python data types to and from json (datetimes are not
decoded for performance reasons)
* configurable automatic discovery of cluster nodes
* persistent connections
* load balancing (with pluggable selection strategy) across all available
nodes
* failed connection penalization (time based - failed connections won't be
retried until a timeout is reached)
* thread safety
* pluggable architecture
.
This package contains the documentation.
Description-md5: 33f03e12c0d9f4389933d9f454147b44
Homepage: https://github.com/elasticsearch/elasticsearch-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu