kube on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S kube

* (Optional) Uninstall kube on Arch using YAY

$ yay -Rns kube

2. Manually Install "kube" via AUR

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

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

b. Clone kube's git locally

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

c. Go to ~/kube folder and install it

$ cd ~/kube $ makepkg -si

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

ID: 1271414
Name: kube
PackageBaseID: 194550
PackageBase: kube
Version: 0.9.0-2
Description: A modern groupware client based on QtQuick and Sink
URL: https://kube.kde.org/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: arojas
FirstSubmitted: 1686466808
LastModified: 1686466808
URLPath: /cgit/aur.git/snapshot/kube.tar.gz

5. The same packages on other Linux Distributions