python2-singledispatch on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S python2-singledispatch

* (Optional) Uninstall python2-singledispatch on Arch using YAY

$ yay -Rns python2-singledispatch

2. Manually Install "python2-singledispatch" via AUR

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

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

b. Clone python2-singledispatch's git locally

$ git clone https://aur.archlinux.org/python2-singledispatch.git ~/python2-singledispatch

c. Go to ~/python2-singledispatch folder and install it

$ cd ~/python2-singledispatch $ makepkg -si

3. Information about the python2-singledispatch package on Arch User Repository (AUR)

ID: 1395035
Name: python2-singledispatch
PackageBaseID: 201998
PackageBase: python2-singledispatch
Version: 3.7.0-3
Description: Backport of functools.singledispatch from Python 3.4
URL: https://pypi.org/project/singledispatch/3.7.0/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: truocolo
Submitter: truocolo
FirstSubmitted: 1706544860
LastModified: 1706544959
URLPath: /cgit/aur.git/snapshot/python2-singledispatch.tar.gz