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

Last updated: May 19,2024

1. Install "python-elasticsearch" package

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

$ sudo apt update $ sudo apt install python-elasticsearch

2. Uninstall "python-elasticsearch" package

This is a short guide on how to uninstall python-elasticsearch on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-elasticsearch
Priority: extra
Section: universe/python
Installed-Size: 305
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.6.0-1
Depends: python-urllib3, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-elasticsearch-doc
Filename: pool/universe/p/python-elasticsearch/python-elasticsearch_1.6.0-1_all.deb
Size: 41732
MD5sum: a24fd0655769638f537007495a496575
SHA1: 7a3756ee482a905a7bb31015f814db6fb7a5839f
SHA256: 73ea62cf03e2dcc380aadfc14b787014e5ed1ca35780a1a7d211d9d9e25d8f42
Description-en: Python client for Elasticsearch
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
Description-md5: 123838b4409fbbdafab4f195c6e16fd3
Homepage: https://github.com/elasticsearch/elasticsearch-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu