getopts on AUR (Arch User Repository)
Last updated: November 23,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
Copied
b. Install getopts on Arch using YAY
$
yay -S
getopts
Copied
* (Optional) Uninstall getopts on Arch using YAY
$
yay -Rns
getopts
Copied
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
Copied
b. Clone getopts's git locally
$
git clone https://aur.archlinux.org/getopts.git
~/getopts
Copied
c. Go to ~/getopts folder and install it
$
cd
~/getopts
Copied
$
makepkg -si
Copied
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
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