bsearch on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S bsearch

* (Optional) Uninstall bsearch on Arch using YAY

$ yay -Rns bsearch

2. Manually Install "bsearch" via AUR

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

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

b. Clone bsearch's git locally

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

c. Go to ~/bsearch folder and install it

$ cd ~/bsearch $ makepkg -si

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

ID: 502871
Name: bsearch
PackageBaseID: 131476
PackageBase: bsearch
Version: 1.0.2-2
Description: Utility for binary searching a sorted file for lines that start with the search key
URL: https://github.com/jamesridgway/bsearch
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: Thermi
FirstSubmitted: 1523287138
LastModified: 1523703873
URLPath: /cgit/aur.git/snapshot/bsearch.tar.gz