zookeeper on AUR (Arch User Repository)

Last updated: May 20,2024

1. Install "zookeeper" 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 zookeeper on Arch using YAY

$ yay -S zookeeper

* (Optional) Uninstall zookeeper on Arch using YAY

$ yay -Rns zookeeper

2. Manually Install "zookeeper" via AUR

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

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

b. Clone zookeeper's git locally

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

c. Go to ~/zookeeper folder and install it

$ cd ~/zookeeper $ makepkg -si

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

ID: 1331477
Name: zookeeper
PackageBaseID: 192624
PackageBase: zookeeper
Version: 3.9.1-1
Description: Open-source server which enables highly reliable distributed coordination
URL: https://zookeeper.apache.org/
NumVotes: 2
Popularity: 0.032451
OutOfDate:
Maintainer: tonyseek
Submitter: tonyseek
FirstSubmitted: 1681353344
LastModified: 1696925601
URLPath: /cgit/aur.git/snapshot/zookeeper.tar.gz