kind on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S kind

* (Optional) Uninstall kind on Arch using YAY

$ yay -Rns kind

2. Manually Install "kind" via AUR

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

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

b. Clone kind's git locally

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

c. Go to ~/kind folder and install it

$ cd ~/kind $ makepkg -si

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

ID: 1409322
Name: kind
PackageBaseID: 150525
PackageBase: kind
Version: 0.22.0-1
Description: Kubernetes IN Docker - local clusters for testing Kubernetes
URL: https://kind.sigs.k8s.io/
NumVotes: 7
Popularity: 0.371723
OutOfDate:
Maintainer: matthias.lisin
Submitter: matthias.lisin
FirstSubmitted: 1584760915
LastModified: 1707953996
URLPath: /cgit/aur.git/snapshot/kind.tar.gz