kubelogin on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S kubelogin

* (Optional) Uninstall kubelogin on Arch using YAY

$ yay -Rns kubelogin

2. Manually Install "kubelogin" via AUR

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

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

b. Clone kubelogin's git locally

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

c. Go to ~/kubelogin folder and install it

$ cd ~/kubelogin $ makepkg -si

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

ID: 1300612
Name: kubelogin
PackageBaseID: 141144
PackageBase: kubelogin
Version: 1.28.0-1
Description: Kubectl plugin for Kubernetes OpenID Connect authentication (oidc-login)
URL: https://github.com/int128/kubelogin
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: auroq
Submitter: auroq
FirstSubmitted: 1554999854
LastModified: 1691449591
URLPath: /cgit/aur.git/snapshot/kubelogin.tar.gz

5. The same packages on other Linux Distributions