kubeaudit on AUR (Arch User Repository)

Last updated: July 06,2024

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

$ yay -S kubeaudit

* (Optional) Uninstall kubeaudit on Arch using YAY

$ yay -Rns kubeaudit

2. Manually Install "kubeaudit" via AUR

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

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

b. Clone kubeaudit's git locally

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

c. Go to ~/kubeaudit folder and install it

$ cd ~/kubeaudit $ makepkg -si

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

ID: 1245852
Name: kubeaudit
PackageBaseID: 156629
PackageBase: kubeaudit
Version: 0.22.0-1
Description: kubeaudit is a command line tool and a Go package to audit Kubernetes clusters for various different security concerns.
URL: https://github.com/Shopify/kubeaudit
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: olivierlm
Submitter: olivierlm
FirstSubmitted: 1597143468
LastModified: 1682351261
URLPath: /cgit/aur.git/snapshot/kubeaudit.tar.gz

5. The same packages on other Linux Distributions