python-codegen on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S python-codegen

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

$ yay -Rns python-codegen

2. Manually Install "python-codegen" via AUR

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

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

b. Clone python-codegen's git locally

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

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

$ cd ~/python-codegen $ makepkg -si

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

ID: 1191549
Name: python-codegen
PackageBaseID: 113896
PackageBase: python-codegen
Version: 1.0-5
Description: Extension to ast that allow ast -> python code generation.
URL: http://github.com/andreif/codegen
NumVotes: 10
Popularity: 0
OutOfDate:
Maintainer: FabioLolix
Submitter: ftonello
FirstSubmitted: 1469195937
LastModified: 1672794624
URLPath: /cgit/aur.git/snapshot/python-codegen.tar.gz