gocomplete on AUR (Arch User Repository)

Last updated: November 25,2024

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

$ yay -S gocomplete

* (Optional) Uninstall gocomplete on Arch using YAY

$ yay -Rns gocomplete

2. Manually Install "gocomplete" via AUR

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

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

b. Clone gocomplete's git locally

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

c. Go to ~/gocomplete folder and install it

$ cd ~/gocomplete $ makepkg -si

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

ID: 946889
Name: gocomplete
PackageBaseID: 142034
PackageBase: gocomplete
Version: 1.2.3-1
Description: bash completion for go command written in golang
URL: https://github.com/posener/complete
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: pangteypiyush
Submitter: pangteypiyush
FirstSubmitted: 1557825820
LastModified: 1628749073
URLPath: /cgit/aur.git/snapshot/gocomplete.tar.gz