python-multipledispatch on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S python-multipledispatch

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

$ yay -Rns python-multipledispatch

2. Manually Install "python-multipledispatch" via AUR

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

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

b. Clone python-multipledispatch's git locally

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

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

$ cd ~/python-multipledispatch $ makepkg -si

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

ID: 1279698
Name: python-multipledispatch
PackageBaseID: 115220
PackageBase: python-multipledispatch
Version: 1.0.0-1
Description: Multiple dispatch implementation in Python
URL: https://github.com/mrocklin/multipledispatch
NumVotes: 6
Popularity: 0.012092
OutOfDate:
Maintainer: mschu
Submitter: gdonval
FirstSubmitted: 1472918184
LastModified: 1687899508
URLPath: /cgit/aur.git/snapshot/python-multipledispatch.tar.gz