How to Install and Uninstall python-elasticsearch-doc Package on Kali Linux

Last updated: November 07,2024

1. Install "python-elasticsearch-doc" package

This guide covers the steps necessary to install python-elasticsearch-doc on Kali Linux

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

2. Uninstall "python-elasticsearch-doc" package

This tutorial shows how to uninstall python-elasticsearch-doc on Kali Linux:

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

3. Information about the python-elasticsearch-doc package on Kali Linux

Package: python-elasticsearch-doc
Source: python-elasticsearch
Version: 7.17.6-1
Installed-Size: 1231
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.0.0+dfsg)
Size: 102348
SHA256: f37986a803939c1c3036cb84d01229b4f1bbccff037bf9a38b9497e191848187
SHA1: 31957cc8e2626396b3d816d992c73bea6549dff5
MD5sum: 247a668125246c6bbdc08391c5b35ed9
Description: 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:
Multi-Arch: foreign
Homepage: https://github.com/elasticsearch/elasticsearch-py
Section: doc
Priority: optional
Filename: pool/main/p/python-elasticsearch/python-elasticsearch-doc_7.17.6-1_all.deb