g on AUR (Arch User Repository)
Last updated: November 25,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
Copied
b. Install g on Arch using YAY
$
yay -S
g
Copied
* (Optional) Uninstall g on Arch using YAY
$
yay -Rns
g
Copied
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
Copied
b. Clone g's git locally
$
git clone https://aur.archlinux.org/g.git
~/g
Copied
c. Go to ~/g folder and install it
$
cd
~/g
Copied
$
makepkg -si
Copied
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
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