kops on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S kops

* (Optional) Uninstall kops on Arch using YAY

$ yay -Rns kops

2. Manually Install "kops" via AUR

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

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

b. Clone kops's git locally

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

c. Go to ~/kops folder and install it

$ cd ~/kops $ makepkg -si

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

ID: 1403550
Name: kops
PackageBaseID: 154966
PackageBase: kops
Version: 1.28.4-1
Description: Kubernetes Operations - Production Grade K8s Installation, Upgrades, and Management (build from src)
URL: https://github.com/kubernetes/kops
NumVotes: 6
Popularity: 0.039905
OutOfDate:
Maintainer: arth
Submitter: arth
FirstSubmitted: 1593510643
LastModified: 1706998119
URLPath: /cgit/aur.git/snapshot/kops.tar.gz