auto-auto-complete on AUR (Arch User Repository)

Last updated: July 08,2024

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

$ yay -S auto-auto-complete

* (Optional) Uninstall auto-auto-complete on Arch using YAY

$ yay -Rns auto-auto-complete

2. Manually Install "auto-auto-complete" via AUR

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

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

b. Clone auto-auto-complete's git locally

$ git clone https://aur.archlinux.org/auto-auto-complete.git ~/auto-auto-complete

c. Go to ~/auto-auto-complete folder and install it

$ cd ~/auto-auto-complete $ makepkg -si

3. Information about the auto-auto-complete package on Arch User Repository (AUR)

ID: 252562
Name: auto-auto-complete
PackageBaseID: 72346
PackageBase: auto-auto-complete
Version: 7.2-1
Description: Autogenerate shell auto-completion scripts
URL: https://github.com/maandree/auto-auto-complete
NumVotes: 57
Popularity: 0
OutOfDate:
Maintainer: maandree
Submitter: maandree
FirstSubmitted: 1375572294
LastModified: 1449049102
URLPath: /cgit/aur.git/snapshot/auto-auto-complete.tar.gz