python-tatsu on AUR (Arch User Repository)

Last updated: June 30,2024

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

$ yay -S python-tatsu

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

$ yay -Rns python-tatsu

2. Manually Install "python-tatsu" via AUR

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

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

b. Clone python-tatsu's git locally

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

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

$ cd ~/python-tatsu $ makepkg -si

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

ID: 1023692
Name: python-tatsu
PackageBaseID: 172080
PackageBase: python-tatsu
Version: 5.7.3-1
Description: TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python.
URL: https://github.com/neogeny/TatSu
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: djmattyg007
Submitter: djmattyg007
FirstSubmitted: 1634361653
LastModified: 1642930657
URLPath: /cgit/aur.git/snapshot/python-tatsu.tar.gz