How to Install and Uninstall python2-elasticsearch6.noarch Package on Oracle Linux 8

Last updated: April 28,2024

1. Install "python2-elasticsearch6.noarch" package

This tutorial shows how to install python2-elasticsearch6.noarch on Oracle Linux 8

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

2. Uninstall "python2-elasticsearch6.noarch" package

Please follow the guidance below to uninstall python2-elasticsearch6.noarch on Oracle Linux 8:

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

3. Information about the python2-elasticsearch6.noarch package on Oracle Linux 8

Last metadata expiration check: 1:02:49 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python2-elasticsearch6
Version : 6.4.2
Release : 2.el8
Architecture : noarch
Size : 107 k
Source : python-elasticsearch6-6.4.2-2.el8.src.rpm
Repository : epel
Summary : Python 2 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