python-autorepr on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S python-autorepr

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

$ yay -Rns python-autorepr

2. Manually Install "python-autorepr" via AUR

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

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

b. Clone python-autorepr's git locally

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

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

$ cd ~/python-autorepr $ makepkg -si

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

ID: 883379
Name: python-autorepr
PackageBaseID: 164905
PackageBase: python-autorepr
Version: 0.3.0-1
Description: Makes civilized __repr__, __str__, and __unicode__ methods
URL: https://github.com/wolever/autorepr
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: jaysonsantos
Submitter: jaysonsantos
FirstSubmitted: 1616754745
LastModified: 1616754745
URLPath: /cgit/aur.git/snapshot/python-autorepr.tar.gz