complgen on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S complgen

* (Optional) Uninstall complgen on Arch using YAY

$ yay -Rns complgen

2. Manually Install "complgen" via AUR

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

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

b. Clone complgen's git locally

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

c. Go to ~/complgen folder and install it

$ cd ~/complgen $ makepkg -si

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

ID: 1420040
Name: complgen
PackageBaseID: 203253
PackageBase: complgen
Version: 0.1.8-1
Description: Generate bash/fish/zsh completions from a single declarative grammar
URL: https://github.com/adaszko/complgen
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: tpkessler
Submitter: tpkessler
FirstSubmitted: 1709483935
LastModified: 1709483935
URLPath: /cgit/aur.git/snapshot/complgen.tar.gz