regex-cli on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S regex-cli

* (Optional) Uninstall regex-cli on Arch using YAY

$ yay -Rns regex-cli

2. Manually Install "regex-cli" via AUR

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

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

b. Clone regex-cli's git locally

$ git clone https://aur.archlinux.org/regex-cli.git ~/regex-cli

c. Go to ~/regex-cli folder and install it

$ cd ~/regex-cli $ makepkg -si

3. Information about the regex-cli package on Arch User Repository (AUR)

ID: 1358990
Name: regex-cli
PackageBaseID: 195557
PackageBase: regex-cli
Version: 0.2.0-1
Description: A command line tool for debugging, ad hoc benchmarking and generating regular expressions for Rust's regex crate
URL: https://github.com/rust-lang/regex
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: CosmicHorror
Submitter: CosmicHorror
FirstSubmitted: 1689043032
LastModified: 1700786599
URLPath: /cgit/aur.git/snapshot/regex-cli.tar.gz