match on AUR (Arch User Repository)

Last updated: November 07,2024

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

$ yay -S match

* (Optional) Uninstall match on Arch using YAY

$ yay -Rns match

2. Manually Install "match" via AUR

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

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

b. Clone match's git locally

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

c. Go to ~/match folder and install it

$ cd ~/match $ makepkg -si

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

ID: 328479
Name: match
PackageBaseID: 114500
PackageBase: match
Version: 1.1-1
Description: A powerful tool for syntax analysis, the main idea of pattern matching comes from the SNOBOL4 language.
URL: http://www.dmitry-kazakov.de/match/match.htm
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: aksr
Submitter: aksr
FirstSubmitted: 1470809148
LastModified: 1470810114
URLPath: /cgit/aur.git/snapshot/match.tar.gz