go1.19 on AUR (Arch User Repository)

Last updated: June 04,2024

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

$ yay -S go1.19

* (Optional) Uninstall go1.19 on Arch using YAY

$ yay -Rns go1.19

2. Manually Install "go1.19" via AUR

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

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

b. Clone go1.19's git locally

$ git clone https://aur.archlinux.org/go1.19.git ~/go1.19

c. Go to ~/go1.19 folder and install it

$ cd ~/go1.19 $ makepkg -si

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

ID: 1209141
Name: go1.19
PackageBaseID: 190276
PackageBase: go1.19
Version: 1.19.5-2
Description: Core compiler tools for the Go programming language v1.19
URL: https://golang.org/
NumVotes: 1
Popularity: 0.000394
OutOfDate:
Maintainer: arth
Submitter: arth
FirstSubmitted: 1676023698
LastModified: 1676023698
URLPath: /cgit/aur.git/snapshot/go1.19.tar.gz