navi on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S navi

* (Optional) Uninstall navi on Arch using YAY

$ yay -Rns navi

2. Manually Install "navi" via AUR

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

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

b. Clone navi's git locally

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

c. Go to ~/navi folder and install it

$ cd ~/navi $ makepkg -si

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

ID: 1087180
Name: navi
PackageBaseID: 145276
PackageBase: navi
Version: 2.20.1-1
Description: An interactive cheatsheet tool for the command-line
URL: https://github.com/denisidoro/navi
NumVotes: 15
Popularity: 0.343676
OutOfDate:
Maintainer: wallace11
FirstSubmitted: 1569284282
LastModified: 1653912038
URLPath: /cgit/aur.git/snapshot/navi.tar.gz

5. The same packages on other Linux Distributions