xgrep on AUR (Arch User Repository)

Last updated: May 02,2024

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

$ yay -S xgrep

* (Optional) Uninstall xgrep on Arch using YAY

$ yay -Rns xgrep

2. Manually Install "xgrep" via AUR

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

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

b. Clone xgrep's git locally

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

c. Go to ~/xgrep folder and install it

$ cd ~/xgrep $ makepkg -si

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

ID: 586038
Name: xgrep
PackageBaseID: 139610
PackageBase: xgrep
Version: 0.08-1
Description: grep-like utility for XML files
URL: http://wohlberg.net/public/software/xml/xgrep/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: evert
Submitter: evert
FirstSubmitted: 1550089683
LastModified: 1550089683
URLPath: /cgit/aur.git/snapshot/xgrep.tar.gz