getopts on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S getopts

* (Optional) Uninstall getopts on Arch using YAY

$ yay -Rns getopts

2. Manually Install "getopts" via AUR

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

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

b. Clone getopts's git locally

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

c. Go to ~/getopts folder and install it

$ cd ~/getopts $ makepkg -si

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

ID: 363434
Name: getopts
PackageBaseID: 117603
PackageBase: getopts
Version: 1.1.0-1
Description: getopts(1) for fish
URL: https://github.com/fisherman/getopts
NumVotes: 1
Popularity: 0
OutOfDate: 1706286227
Maintainer: cosarara97
Submitter: cosarara97
FirstSubmitted: 1481210781
LastModified: 1481210781
URLPath: /cgit/aur.git/snapshot/getopts.tar.gz