How to Install and Uninstall python3-elasticsearch6.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "python3-elasticsearch6.noarch" package

Learn how to install python3-elasticsearch6.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-elasticsearch6.noarch

2. Uninstall "python3-elasticsearch6.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-elasticsearch6.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-elasticsearch6.noarch $ sudo dnf autoremove

3. Information about the python3-elasticsearch6.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:39:05 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-elasticsearch6
Version : 6.8.2
Release : 2.el9
Architecture : noarch
Size : 108 k
Source : python-elasticsearch6-6.8.2-2.el9.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