bgrep on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S bgrep

* (Optional) Uninstall bgrep on Arch using YAY

$ yay -Rns bgrep

2. Manually Install "bgrep" via AUR

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

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

b. Clone bgrep's git locally

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

c. Go to ~/bgrep folder and install it

$ cd ~/bgrep $ makepkg -si

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

ID: 664843
Name: bgrep
PackageBaseID: 69652
PackageBase: bgrep
Version: 1.0-1
Description: Binary grep
URL: https://github.com/rsharo/bgrep
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: bunder
Submitter: bunder
FirstSubmitted: 1367653556
LastModified: 1573317017
URLPath: /cgit/aur.git/snapshot/bgrep.tar.gz