vgrep on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S vgrep

* (Optional) Uninstall vgrep on Arch using YAY

$ yay -Rns vgrep

2. Manually Install "vgrep" via AUR

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

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

b. Clone vgrep's git locally

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

c. Go to ~/vgrep folder and install it

$ cd ~/vgrep $ makepkg -si

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

ID: 1336110
Name: vgrep
PackageBaseID: 92043
PackageBase: vgrep
Version: 2.7.0-1
Description: pager for grep, git-grep, ripgrep and similar, allows for opening the indexed file locations in a user-specified editor
URL: https://github.com/vrothberg/vgrep
NumVotes: 7
Popularity: 0.000685
OutOfDate:
Maintainer: BrainDamage
Submitter: darnir
FirstSubmitted: 1428518829
LastModified: 1697639873
URLPath: /cgit/aur.git/snapshot/vgrep.tar.gz