mgrep on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S mgrep

* (Optional) Uninstall mgrep on Arch using YAY

$ yay -Rns mgrep

2. Manually Install "mgrep" via AUR

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

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

b. Clone mgrep's git locally

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

c. Go to ~/mgrep folder and install it

$ cd ~/mgrep $ makepkg -si

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

ID: 582480
Name: mgrep
PackageBaseID: 69756
PackageBase: mgrep
Version: 1.1.2-2
Description: A multiline grep.
URL: http://sourceforge.net/projects/multiline-grep/
NumVotes: 3
Popularity: 0
OutOfDate:
Maintainer: aksr
Submitter: hav3lock
FirstSubmitted: 1367978899
LastModified: 1549184398
URLPath: /cgit/aur.git/snapshot/mgrep.tar.gz