python-autoslot on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S python-autoslot

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

$ yay -Rns python-autoslot

2. Manually Install "python-autoslot" via AUR

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

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

b. Clone python-autoslot's git locally

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

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

$ cd ~/python-autoslot $ makepkg -si

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

ID: 1313007
Name: python-autoslot
PackageBaseID: 194982
PackageBase: python-autoslot
Version: 2022.12.1-1
Description: Automatic __slots__ for your Python classes
URL: https://github.com/cjrh/autoslot
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: tarneo
Submitter: tarneo
FirstSubmitted: 1687437145
LastModified: 1693706766
URLPath: /cgit/aur.git/snapshot/python-autoslot.tar.gz