lalrpop on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S lalrpop

* (Optional) Uninstall lalrpop on Arch using YAY

$ yay -Rns lalrpop

2. Manually Install "lalrpop" via AUR

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

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

b. Clone lalrpop's git locally

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

c. Go to ~/lalrpop folder and install it

$ cd ~/lalrpop $ makepkg -si

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

ID: 1154660
Name: lalrpop
PackageBaseID: 178407
PackageBase: lalrpop
Version: 0.19.8-1
Description: LR(1) parser generator for Rust
URL: https://github.com/lalrpop/lalrpop
NumVotes: 1
Popularity: 1.0E-6
OutOfDate: 1702594657
Maintainer: piggynl
Submitter: piggynl
FirstSubmitted: 1651221573
LastModified: 1666192182
URLPath: /cgit/aur.git/snapshot/lalrpop.tar.gz