etcd on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S etcd

* (Optional) Uninstall etcd on Arch using YAY

$ yay -Rns etcd

2. Manually Install "etcd" via AUR

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

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

b. Clone etcd's git locally

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

c. Go to ~/etcd folder and install it

$ cd ~/etcd $ makepkg -si

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

ID: 1411127
Name: etcd
PackageBaseID: 73967
PackageBase: etcd
Version: 3.5.12-2
Description: A highly-available key value store for shared configuration and service discovery.
URL: https://github.com/etcd-io/etcd
NumVotes: 43
Popularity: 0.119477
OutOfDate:
Maintainer: andrewSC
Submitter: xeross
FirstSubmitted: 1380718453
LastModified: 1708211570
URLPath: /cgit/aur.git/snapshot/etcd.tar.gz