gotags on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S gotags

* (Optional) Uninstall gotags on Arch using YAY

$ yay -Rns gotags

2. Manually Install "gotags" via AUR

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

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

b. Clone gotags's git locally

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

c. Go to ~/gotags folder and install it

$ cd ~/gotags $ makepkg -si

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

ID: 890455
Name: gotags
PackageBaseID: 161148
PackageBase: gotags
Version: 1.4.1-3
Description: ctags-compatible tag generator for Go
URL: https://github.com/jstemmer/gotags
NumVotes: 1
Popularity: 0.001114
OutOfDate:
Maintainer: peeweep
Submitter: peeweep
FirstSubmitted: 1608604531
LastModified: 1618071568
URLPath: /cgit/aur.git/snapshot/gotags.tar.gz