python2-multipledispatch on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S python2-multipledispatch

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

$ yay -Rns python2-multipledispatch

2. Manually Install "python2-multipledispatch" via AUR

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

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

b. Clone python2-multipledispatch's git locally

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

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

$ cd ~/python2-multipledispatch $ makepkg -si

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

ID: 513259
Name: python2-multipledispatch
PackageBaseID: 111789
PackageBase: python2-multipledispatch
Version: 0.5.0-1
Description: A relatively sane approach to multiple dispatch in Python.
URL: https://pypi.python.org/pypi/multipledispatch
NumVotes: 2
Popularity: 0
OutOfDate: 1655928454
Maintainer: ekce
FirstSubmitted: 1464463260
LastModified: 1527154558
URLPath: /cgit/aur.git/snapshot/python2-multipledispatch.tar.gz

5. The same packages on other Linux Distributions