python2-argparse on AUR (Arch User Repository)

Last updated: June 25,2024

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

$ yay -S python2-argparse

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

$ yay -Rns python2-argparse

2. Manually Install "python2-argparse" via AUR

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

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

b. Clone python2-argparse's git locally

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

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

$ cd ~/python2-argparse $ makepkg -si

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

ID: 624538
Name: python2-argparse
PackageBaseID: 143010
PackageBase: python2-argparse
Version: 1.4.0-1
Description: Python2 command-line parsing library.
URL: https://pypi.python.org/pypi/argparse
NumVotes: 2
Popularity: 8.0E-6
OutOfDate:
Maintainer: jamesan
FirstSubmitted: 1561439275
LastModified: 1561439275
URLPath: /cgit/aur.git/snapshot/python2-argparse.tar.gz