hindsight on AUR (Arch User Repository)

Last updated: May 03,2024

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

$ yay -S hindsight

* (Optional) Uninstall hindsight on Arch using YAY

$ yay -Rns hindsight

2. Manually Install "hindsight" via AUR

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

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

b. Clone hindsight's git locally

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

c. Go to ~/hindsight folder and install it

$ cd ~/hindsight $ makepkg -si

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

ID: 532013
Name: hindsight
PackageBaseID: 123541
PackageBase: hindsight
Version: 0.15.0-1
Description: Hindsight - light weight data processing skeleton
URL:
NumVotes: 0
Popularity: 0
OutOfDate: 1654436158
Maintainer: nerzhul
Submitter: nerzhul
FirstSubmitted: 1498110724
LastModified: 1533469315
URLPath: /cgit/aur.git/snapshot/hindsight.tar.gz

5. The same packages on other Linux Distributions