python-parsimonious on AUR (Arch User Repository)

Last updated: June 07,2024

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

$ yay -S python-parsimonious

* (Optional) Uninstall python-parsimonious on Arch using YAY

$ yay -Rns python-parsimonious

2. Manually Install "python-parsimonious" via AUR

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

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

b. Clone python-parsimonious's git locally

$ git clone https://aur.archlinux.org/python-parsimonious.git ~/python-parsimonious

c. Go to ~/python-parsimonious folder and install it

$ cd ~/python-parsimonious $ makepkg -si

3. Information about the python-parsimonious package on Arch User Repository (AUR)

ID: 1135046
Name: python-parsimonious
PackageBaseID: 105779
PackageBase: python-parsimonious
Version: 0.10.0-1
Description: Fast parser based on parsing expression grammars (PEGs)
URL: https://github.com/erikrose/parsimonious
NumVotes: 10
Popularity: 0
OutOfDate:
Maintainer: acxz
Submitter: wsz
FirstSubmitted: 1452245142
LastModified: 1662309331
URLPath: /cgit/aur.git/snapshot/python-parsimonious.tar.gz