args on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S args

* (Optional) Uninstall args on Arch using YAY

$ yay -Rns args

2. Manually Install "args" via AUR

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

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

b. Clone args's git locally

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

c. Go to ~/args folder and install it

$ cd ~/args $ makepkg -si

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

ID: 1275266
Name: args
PackageBaseID: 194861
PackageBase: args
Version: 6.4.6-1
Description: Simple header-only C++ argument parser library
URL: https://github.com/Taywee/args
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: FabioLolix
Submitter: FabioLolix
FirstSubmitted: 1687125907
LastModified: 1687125907
URLPath: /cgit/aur.git/snapshot/args.tar.gz