autojump on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S autojump

* (Optional) Uninstall autojump on Arch using YAY

$ yay -Rns autojump

2. Manually Install "autojump" via AUR

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

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

b. Clone autojump's git locally

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

c. Go to ~/autojump folder and install it

$ cd ~/autojump $ makepkg -si

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

ID: 1076209
Name: autojump
PackageBaseID: 146828
PackageBase: autojump
Version: 22.5.3-9
Description: A faster way to navigate your filesystem from the command line
URL: https://github.com/wting/autojump
NumVotes: 38
Popularity: 0.474581
OutOfDate:
Maintainer: graysky
Submitter: graysky
FirstSubmitted: 1574367756
LastModified: 1651774611
URLPath: /cgit/aur.git/snapshot/autojump.tar.gz