godef on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S godef

* (Optional) Uninstall godef on Arch using YAY

$ yay -Rns godef

2. Manually Install "godef" via AUR

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

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

b. Clone godef's git locally

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

c. Go to ~/godef folder and install it

$ cd ~/godef $ makepkg -si

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

ID: 844068
Name: godef
PackageBaseID: 160011
PackageBase: godef
Version: 1.1.2-2
Description: Print where symbols are defined in Go source code.
URL: https://github.com/rogpeppe/godef
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: arnottcr
Submitter: andreafeletto
FirstSubmitted: 1605703712
LastModified: 1610057778
URLPath: /cgit/aur.git/snapshot/godef.tar.gz