How to Install and Uninstall python3-elasticsearch.noarch Package on Fedora 35

Last updated: October 06,2024

1. Install "python3-elasticsearch.noarch" package

Here is a brief guide to show you how to install python3-elasticsearch.noarch on Fedora 35

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

2. Uninstall "python3-elasticsearch.noarch" package

This guide let you learn how to uninstall python3-elasticsearch.noarch on Fedora 35:

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

3. Information about the python3-elasticsearch.noarch package on Fedora 35

Last metadata expiration check: 4:26:57 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-elasticsearch
Version : 7.17.1
Release : 1.fc35
Architecture : noarch
Size : 244 k
Source : python-elasticsearch-7.17.1-1.fc35.src.rpm
Repository : updates
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