argparse on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S argparse

* (Optional) Uninstall argparse on Arch using YAY

$ yay -Rns argparse

2. Manually Install "argparse" via AUR

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

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

b. Clone argparse's git locally

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

c. Go to ~/argparse folder and install it

$ cd ~/argparse $ makepkg -si

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

ID: 1348675
Name: argparse
PackageBaseID: 146447
PackageBase: argparse
Version: 3.0-1
Description: Argument Parser for Modern C++
URL: https://github.com/p-ranav/argparse
NumVotes: 3
Popularity: 0.157303
OutOfDate:
Maintainer: JstKddng
Submitter: bwrsandman
FirstSubmitted: 1573074133
LastModified: 1699297399
URLPath: /cgit/aur.git/snapshot/argparse.tar.gz

5. The same packages on other Linux Distributions