kubesec on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S kubesec

* (Optional) Uninstall kubesec on Arch using YAY

$ yay -Rns kubesec

2. Manually Install "kubesec" via AUR

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

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

b. Clone kubesec's git locally

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

c. Go to ~/kubesec folder and install it

$ cd ~/kubesec $ makepkg -si

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

ID: 638943
Name: kubesec
PackageBaseID: 132083
PackageBase: kubesec
Version: 0.9.2-1
Description: Secure Secret management for Kubernetes.
URL: https://github.com/shyiko/kubesec
NumVotes: 0
Popularity: 0
OutOfDate: 1653940135
Maintainer:
FirstSubmitted: 1525400586
LastModified: 1566313704
URLPath: /cgit/aur.git/snapshot/kubesec.tar.gz

5. The same packages on other Linux Distributions