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

Last updated: January 11,2025

1. Install "python3-elasticsearch" package

In this section, we are going to explain the necessary steps to install python3-elasticsearch on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-elasticsearch

2. Uninstall "python3-elasticsearch" package

Please follow the step by step instructions below to uninstall python3-elasticsearch on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-elasticsearch
Priority: extra
Section: universe/python
Installed-Size: 305
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-elasticsearch
Version: 1.6.0-1
Depends: python3-urllib3, python3:any (>= 3.3.2-2~)
Suggests: python-elasticsearch-doc
Filename: pool/universe/p/python-elasticsearch/python3-elasticsearch_1.6.0-1_all.deb
Size: 41874
MD5sum: 6021ffd2ad6f65c039af23ae87986629
SHA1: d1b6c33d4713f947c9ef63ce275c08866f2274ac
SHA256: cb1f8b5a2fed63103f54fc97c6f1f308971cf1fee35f9b2af6813a1a5c99c747
Description-en: Python client for Elasticsearch (Python3 version)
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 Python 3 version of the library.
Description-md5: 6c7f0614651415eaf732c3bb33c7d69b
Homepage: https://github.com/elasticsearch/elasticsearch-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu