g on AUR (Arch User Repository)

Last updated: June 28,2024

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

$ yay -S g

* (Optional) Uninstall g on Arch using YAY

$ yay -Rns g

2. Manually Install "g" via AUR

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

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

b. Clone g's git locally

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

c. Go to ~/g folder and install it

$ cd ~/g $ makepkg -si

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

ID: 252740
Name: g
PackageBaseID: 104085
PackageBase: g
Version: 0.5.4-1
Description: Stress-free wrapper around grep, using f.
URL: https://github.com/knu/g
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: djmattyg007
Submitter: djmattyg007
FirstSubmitted: 1449102606
LastModified: 1449102668
URLPath: /cgit/aur.git/snapshot/g.tar.gz