completion on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S completion

* (Optional) Uninstall completion on Arch using YAY

$ yay -Rns completion

2. Manually Install "completion" via AUR

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

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

b. Clone completion's git locally

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

c. Go to ~/completion folder and install it

$ cd ~/completion $ makepkg -si

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

ID: 296961
Name: completion
PackageBaseID: 86209
PackageBase: completion
Version: r273.1e5d4e3-1
Description: Editor and language agnostic completion backend
URL: https://github.com/quarnster/completion
NumVotes: 0
Popularity: 0
OutOfDate: 1705077354
Maintainer:
Submitter: jhass
FirstSubmitted: 1412205609
LastModified: 1461576754
URLPath: /cgit/aur.git/snapshot/completion.tar.gz