goenv on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S goenv

* (Optional) Uninstall goenv on Arch using YAY

$ yay -Rns goenv

2. Manually Install "goenv" via AUR

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

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

b. Clone goenv's git locally

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

c. Go to ~/goenv folder and install it

$ cd ~/goenv $ makepkg -si

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

ID: 847630
Name: goenv
PackageBaseID: 162099
PackageBase: goenv
Version: 2.0.0beta11-1
Description: Like pyenv and rbenv, but for Go.
URL: https://github.com/syndbg/goenv
NumVotes: 0
Popularity: 0
OutOfDate: 1690577676
Maintainer: pjvds
Submitter: pjvds
FirstSubmitted: 1610714149
LastModified: 1610714149
URLPath: /cgit/aur.git/snapshot/goenv.tar.gz