krew on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S krew

* (Optional) Uninstall krew on Arch using YAY

$ yay -Rns krew

2. Manually Install "krew" via AUR

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

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

b. Clone krew's git locally

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

c. Go to ~/krew folder and install it

$ cd ~/krew $ makepkg -si

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

ID: 1394505
Name: krew
PackageBaseID: 164270
PackageBase: krew
Version: 0.4.4-2
Description: Find and install kubectl plugins
URL: https://github.com/kubernetes-sigs/krew
NumVotes: 2
Popularity: 0.005211
OutOfDate:
Maintainer: carsme
Submitter: 0x76
FirstSubmitted: 1615575843
LastModified: 1706481511
URLPath: /cgit/aur.git/snapshot/krew.tar.gz