octant on AUR (Arch User Repository)

Last updated: March 10,2025

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

$ yay -S octant

* (Optional) Uninstall octant on Arch using YAY

$ yay -Rns octant

2. Manually Install "octant" via AUR

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

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

b. Clone octant's git locally

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

c. Go to ~/octant folder and install it

$ cd ~/octant $ makepkg -si

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

ID: 802265
Name: octant
PackageBaseID: 144155
PackageBase: octant
Version: 0.16.1-1
Description: A tool for developers to understand how applications run on a Kubernetes cluster
URL: https://github.com/vmware-tanzu/octant
NumVotes: 1
Popularity: 0
OutOfDate: 1616145077
Maintainer:
Submitter: dbirks
FirstSubmitted: 1565235381
LastModified: 1602180736
URLPath: /cgit/aur.git/snapshot/octant.tar.gz

5. The same packages on other Linux Distributions