How to Install and Uninstall python3-elasticsearch Package on Kali Linux

Last updated: May 15,2024

1. Install "python3-elasticsearch" package

Here is a brief guide to show you how to install python3-elasticsearch on Kali Linux

$ sudo apt update $ sudo apt install python3-elasticsearch

2. Uninstall "python3-elasticsearch" package

Please follow the guidelines below to uninstall python3-elasticsearch on Kali Linux:

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

3. Information about the python3-elasticsearch package on Kali Linux

Package: python3-elasticsearch
Source: python-elasticsearch
Version: 7.17.6-1
Installed-Size: 2190
Maintainer: Debian Python Team
Architecture: all
Depends: python3-certifi, python3-urllib3, python3:any
Suggests: python-elasticsearch-doc
Size: 112680
SHA256: 8903adfc6d65341b69665857742e73e047b2595c95c0d98b504dbc8f222c38b8
SHA1: 46fa20b4c1b221a8f6fd615ca1dea1a58a2ded8b
MD5sum: 3a2fd233b70aba282a9ab2fa8a92eae3
Description: 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:
Homepage: https://github.com/elasticsearch/elasticsearch-py
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-elasticsearch/python3-elasticsearch_7.17.6-1_all.deb