chgrep on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S chgrep

* (Optional) Uninstall chgrep on Arch using YAY

$ yay -Rns chgrep

2. Manually Install "chgrep" via AUR

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

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

b. Clone chgrep's git locally

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

c. Go to ~/chgrep folder and install it

$ cd ~/chgrep $ makepkg -si

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

ID: 898008
Name: chgrep
PackageBaseID: 4065
PackageBase: chgrep
Version: 1.2.5-1
Description: Fast pattern replacement utility, grep style
URL: https://github.com/jose1711/chgrep
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: jose1711
Submitter: tomk
FirstSubmitted: 1144055833
LastModified: 1619421157
URLPath: /cgit/aur.git/snapshot/chgrep.tar.gz