python-argdispatch on AUR (Arch User Repository)

Last updated: November 27,2024

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

$ yay -S python-argdispatch

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

$ yay -Rns python-argdispatch

2. Manually Install "python-argdispatch" via AUR

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

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

b. Clone python-argdispatch's git locally

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

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

$ cd ~/python-argdispatch $ makepkg -si

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

ID: 1387894
Name: python-argdispatch
PackageBaseID: 201677
PackageBase: python-argdispatch
Version: 1.3.1-2
Description: Drop-in replacement for python package argparse, dispatching subcommand calls to functions, modules or binaries.
URL: https://framagit.org/spalax/argdispatch
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
Submitter: micwoj92
FirstSubmitted: 1705550938
LastModified: 1705551182
URLPath: /cgit/aur.git/snapshot/python-argdispatch.tar.gz