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

Last updated: May 18,2024

1. Install "elasticsearch-curator" package

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

$ sudo apt update $ sudo apt install elasticsearch-curator

2. Uninstall "elasticsearch-curator" package

This guide covers the steps necessary to uninstall elasticsearch-curator on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: elasticsearch-curator
Priority: optional
Section: universe/python
Installed-Size: 29
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 3.4.1-1
Depends: python:any (>= 2.6~), python-elasticsearch-curator (= 3.4.1-1), python-pkg-resources
Filename: pool/universe/e/elasticsearch-curator/elasticsearch-curator_3.4.1-1_all.deb
Size: 5088
MD5sum: 2c4a3156b43c336a7c3c37498e643a87
SHA1: 4b05d3b7de404d001fbf1fd42e92d9d07b1fab57
SHA256: dfc33a835303dbd0a50526502486309a921ea307b837cca7bd8a36e720497610
Description-en: command-line tool 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 curator and es_repo_mgr command-line tools.
Description-md5: 8f4eb6bcc7895f6fbecdcad6a55b96a3
Homepage: https://github.com/elasticsearch/curator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu