kind on AUR (Arch User Repository)
Last updated: November 22,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
Copied
b. Install kind on Arch using YAY
$
yay -S
kind
Copied
* (Optional) Uninstall kind on Arch using YAY
$
yay -Rns
kind
Copied
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
Copied
b. Clone kind's git locally
$
git clone https://aur.archlinux.org/kind.git
~/kind
Copied
c. Go to ~/kind folder and install it
$
cd
~/kind
Copied
$
makepkg -si
Copied
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
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