kubeless on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S kubeless

* (Optional) Uninstall kubeless on Arch using YAY

$ yay -Rns kubeless

2. Manually Install "kubeless" via AUR

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

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

b. Clone kubeless's git locally

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

c. Go to ~/kubeless folder and install it

$ cd ~/kubeless $ makepkg -si

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

ID: 638981
Name: kubeless
PackageBaseID: 137794
PackageBase: kubeless
Version: 1.0.4-1
Description: A Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing.
URL: https://github.com/kubeless/kubeless
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: stefanc_diff
Submitter: stefanc_diff
FirstSubmitted: 1543966305
LastModified: 1566316620
URLPath: /cgit/aur.git/snapshot/kubeless.tar.gz