getoptions on AUR (Arch User Repository)

Last updated: September 21,2024

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

$ yay -S getoptions

* (Optional) Uninstall getoptions on Arch using YAY

$ yay -Rns getoptions

2. Manually Install "getoptions" via AUR

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

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

b. Clone getoptions's git locally

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

c. Go to ~/getoptions folder and install it

$ cd ~/getoptions $ makepkg -si

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

ID: 901236
Name: getoptions
PackageBaseID: 166340
PackageBase: getoptions
Version: 3.3.0-2
Description: An elegant option/argument parser for shell scripts
URL: https://github.com/ko1nksm/getoptions
NumVotes: 1
Popularity: 0.001895
OutOfDate:
Maintainer: hayao
Submitter: hayao
FirstSubmitted: 1620015569
LastModified: 1620017348
URLPath: /cgit/aur.git/snapshot/getoptions.tar.gz