hound on AUR (Arch User Repository)

Last updated: May 08,2024

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

$ yay -S hound

* (Optional) Uninstall hound on Arch using YAY

$ yay -Rns hound

2. Manually Install "hound" via AUR

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

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

b. Clone hound's git locally

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

c. Go to ~/hound folder and install it

$ cd ~/hound $ makepkg -si

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

ID: 905197
Name: hound
PackageBaseID: 89880
PackageBase: hound
Version: 0.4.0-1
Description: Extremely fast source code search engine
URL: https://github.com/etsy/Hound
NumVotes: 5
Popularity: 0.004726
OutOfDate:
Maintainer: Bebbum
FirstSubmitted: 1422463833
LastModified: 1620697073
URLPath: /cgit/aur.git/snapshot/hound.tar.gz

5. The same packages on other Linux Distributions