argh on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S argh

* (Optional) Uninstall argh on Arch using YAY

$ yay -Rns argh

2. Manually Install "argh" via AUR

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

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

b. Clone argh's git locally

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

c. Go to ~/argh folder and install it

$ cd ~/argh $ makepkg -si

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

ID: 1099103
Name: argh
PackageBaseID: 183255
PackageBase: argh
Version: 1.3.2-1
Description: Minimalist argument handler
URL: https://github.com/adishavit/argh
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: FabioLolix
Submitter: FabioLolix
FirstSubmitted: 1655322416
LastModified: 1655322416
URLPath: /cgit/aur.git/snapshot/argh.tar.gz