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

Last updated: May 20,2024

1. Install "python3-elasticsearch-curator" package

This tutorial shows how to install python3-elasticsearch-curator on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-elasticsearch-curator" package

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

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

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

Package: python3-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: python3-click, python3-elasticsearch (>= 1.0.0), python3:any (>= 3.3.2-2~), python3-pkg-resources
Suggests: python-elasticsearch-curator-doc
Filename: pool/universe/e/elasticsearch-curator/python3-elasticsearch-curator_3.4.1-1_all.deb
Size: 26386
MD5sum: 4e12753747c7e3e8759f6883df8a959e
SHA1: 8e232c3460a227ba7c60358b861fef83a8300ffc
SHA256: 0de4a2df11a1c49ef2dc33dd1a2fb3108511b0e3ceec3fe8aa23ed2fc43fd425
Description-en: Python 3 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 3 version of the library.
Description-md5: 9328509c402af1a020faa35d265d0fe1
Homepage: https://github.com/elasticsearch/curator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu