k3s on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S k3s

* (Optional) Uninstall k3s on Arch using YAY

$ yay -Rns k3s

2. Manually Install "k3s" via AUR

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

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

b. Clone k3s's git locally

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

c. Go to ~/k3s folder and install it

$ cd ~/k3s $ makepkg -si

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

ID: 1408854
Name: k3s
PackageBaseID: 202480
PackageBase: k3s
Version: 1.29.1+k3s2-1
Description: Lightweight Kubernetes
URL: https://k3s.io
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: intelfx
Submitter: intelfx
FirstSubmitted: 1707871878
LastModified: 1707872300
URLPath: /cgit/aur.git/snapshot/k3s.tar.gz

5. The same packages on other Linux Distributions