lzgrep on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S lzgrep

* (Optional) Uninstall lzgrep on Arch using YAY

$ yay -Rns lzgrep

2. Manually Install "lzgrep" via AUR

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

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

b. Clone lzgrep's git locally

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

c. Go to ~/lzgrep folder and install it

$ cd ~/lzgrep $ makepkg -si

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

ID: 449194
Name: lzgrep
PackageBaseID: 126113
PackageBase: lzgrep
Version: 0.99-1
Description: LZgrep: A Direct (Ziv-Lempel) Compressed Text Search (Boyer-Moore String Matching) Tool
URL: https://www.dcc.uchile.cl/~gnavarro/software/index.html
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: aksr
Submitter: aksr
FirstSubmitted: 1507191926
LastModified: 1507191926
URLPath: /cgit/aur.git/snapshot/lzgrep.tar.gz