argparser-bash on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S argparser-bash

* (Optional) Uninstall argparser-bash on Arch using YAY

$ yay -Rns argparser-bash

2. Manually Install "argparser-bash" via AUR

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

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

b. Clone argparser-bash's git locally

$ git clone https://aur.archlinux.org/argparser-bash.git ~/argparser-bash

c. Go to ~/argparser-bash folder and install it

$ cd ~/argparser-bash $ makepkg -si

3. Information about the argparser-bash package on Arch User Repository (AUR)

ID: 315949
Name: argparser-bash
PackageBaseID: 112788
PackageBase: argparser-bash
Version: 5.1-1
Description: Command line argument parser library, like getopt, except better. Bash version.
URL: https://github.com/maandree/argparser
NumVotes: 5
Popularity: 0
OutOfDate:
Maintainer: maandree
Submitter: maandree
FirstSubmitted: 1466772696
LastModified: 1466772701
URLPath: /cgit/aur.git/snapshot/argparser-bash.tar.gz