How to Install and Uninstall python3-elasticsearch.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 29,2024
1. Install "python3-elasticsearch.noarch" package
This tutorial shows how to install python3-elasticsearch.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-elasticsearch.noarch
Copied
2. Uninstall "python3-elasticsearch.noarch" package
Please follow the step by step instructions below to uninstall python3-elasticsearch.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-elasticsearch.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-elasticsearch.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:57:26 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-elasticsearch
Version : 7.0.5
Release : 2.el8
Architecture : noarch
Size : 126 k
Source : python-elasticsearch-7.0.5-2.el8.src.rpm
Repository : epel
Summary : Python 3 Client for Elasticsearch
URL : https://github.com/elasticsearch/elasticsearch-py
License : ASL 2.0
Description : Low level client for Elasticsearch. It's goal is to provide common ground
: for all Elasticsearch-related code in Python. The client's features include:
:
: - Translating basic Python data types to and from json
: - 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
Available Packages
Name : python3-elasticsearch
Version : 7.0.5
Release : 2.el8
Architecture : noarch
Size : 126 k
Source : python-elasticsearch-7.0.5-2.el8.src.rpm
Repository : epel
Summary : Python 3 Client for Elasticsearch
URL : https://github.com/elasticsearch/elasticsearch-py
License : ASL 2.0
Description : Low level client for Elasticsearch. It's goal is to provide common ground
: for all Elasticsearch-related code in Python. The client's features include:
:
: - Translating basic Python data types to and from json
: - 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