rgrep on AUR (Arch User Repository)

Last updated: November 01,2024

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

$ yay -S rgrep

* (Optional) Uninstall rgrep on Arch using YAY

$ yay -Rns rgrep

2. Manually Install "rgrep" via AUR

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

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

b. Clone rgrep's git locally

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

c. Go to ~/rgrep folder and install it

$ cd ~/rgrep $ makepkg -si

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

ID: 1259760
Name: rgrep
PackageBaseID: 147364
PackageBase: jed-snapshot
Version: 0.99.20.180-1
Description: Recursive grep
URL: http://www.jedsoft.org/snapshots/
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: aksr
Submitter: haawda
FirstSubmitted: 1576175139
LastModified: 1684402983
URLPath: /cgit/aur.git/snapshot/rgrep.tar.gz