How to Install and Uninstall python-elasticsearch-curator Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-elasticsearch-curator" package

This is a short guide on how to install python-elasticsearch-curator on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-elasticsearch-curator" package

Here is a brief guide to show you how to uninstall python-elasticsearch-curator on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-elasticsearch-curator package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-elasticsearch-curator
Priority: optional
Section: universe/python
Installed-Size: 162
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: elasticsearch-curator
Version: 3.4.1-1
Depends: python-click, python-elasticsearch (>= 1.0.0), python:any (<< 2.8), python:any (>= 2.7.5-5~), python-pkg-resources
Suggests: python-elasticsearch-curator-doc
Filename: pool/universe/e/elasticsearch-curator/python-elasticsearch-curator_3.4.1-1_all.deb
Size: 26314
MD5sum: 186c17f053fda9d23d2aa4e60376adb3
SHA1: 5abe0ebe0b877ac8592b8238b4cf42aef00bc537
SHA256: 954ed5ffcde032124658981bcb5e472caa4d4cca15481a3659e8ebfa9cc0f90f
Description-en: Python library for managing Elasticsearch time-series indices
Elasticsearch Curator helps manage Elasticsearch time-series indices. It
consists of a Python library and a CLI tool providing a high-level interface
to Elasticsearch administration tasks, such as:
.
- Management of index aliases
- Index optimization
- Changing the replica count
- Modifying the shard/index allocation using routing tags
- Index snapshotting
.
This package contains the Python 2 version of the library.
Description-md5: 59f04b8f83d5097cd108714527fa5193
Homepage: https://github.com/elasticsearch/curator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu