curator on AUR (Arch User Repository)

Last updated: May 19,2024

1. Install "curator" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install curator on Arch using YAY

$ yay -S curator

* (Optional) Uninstall curator on Arch using YAY

$ yay -Rns curator

2. Manually Install "curator" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone curator's git locally

$ git clone https://aur.archlinux.org/curator.git ~/curator

c. Go to ~/curator folder and install it

$ cd ~/curator $ makepkg -si

3. Information about the curator package on Arch User Repository (AUR)

ID: 1416903
Name: curator
PackageBaseID: 203056
PackageBase: curator
Version: 5.7.6-10
Description: Curator: Tending your Elasticsearch indices
URL: https://github.com/elastic/curator
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: anthraxx
Submitter: anthraxx
FirstSubmitted: 1709074803
LastModified: 1709074803
URLPath: /cgit/aur.git/snapshot/curator.tar.gz

5. The same packages on other Linux Distributions