rke on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S rke

* (Optional) Uninstall rke on Arch using YAY

$ yay -Rns rke

2. Manually Install "rke" via AUR

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

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

b. Clone rke's git locally

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

c. Go to ~/rke folder and install it

$ cd ~/rke $ makepkg -si

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

ID: 1106034
Name: rke
PackageBaseID: 137659
PackageBase: rke
Version: 1.3.12-1
Description: An extremely simple, lightning fast Kubernetes installer that works everywhere.
URL: https://github.com/rancher/rke
NumVotes: 6
Popularity: 0
OutOfDate: 1662372272
Maintainer: ttpcodes
Submitter: ttpcodes
FirstSubmitted: 1543377688
LastModified: 1656622883
URLPath: /cgit/aur.git/snapshot/rke.tar.gz

5. The same packages on other Linux Distributions