k0sctl on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S k0sctl

* (Optional) Uninstall k0sctl on Arch using YAY

$ yay -Rns k0sctl

2. Manually Install "k0sctl" via AUR

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

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

b. Clone k0sctl's git locally

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

c. Go to ~/k0sctl folder and install it

$ cd ~/k0sctl $ makepkg -si

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

ID: 1384634
Name: k0sctl
PackageBaseID: 201288
PackageBase: k0sctl
Version: 0.17.4-1
Description: A bootstrapping and management tool for k0s clusters.
URL: https://github.com/k0sproject/k0sctl
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: pschichtel
Submitter: pschichtel
FirstSubmitted: 1704558489
LastModified: 1705071408
URLPath: /cgit/aur.git/snapshot/k0sctl.tar.gz

5. The same packages on other Linux Distributions