libgo on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S libgo

* (Optional) Uninstall libgo on Arch using YAY

$ yay -Rns libgo

2. Manually Install "libgo" via AUR

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

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

b. Clone libgo's git locally

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

c. Go to ~/libgo folder and install it

$ cd ~/libgo $ makepkg -si

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

ID: 348438
Name: libgo
PackageBaseID: 116358
PackageBase: libgo
Version: 2.6-2
Description: Go-style concurrency in C++11
URL: https://github.com/yyzybb537/libgo
NumVotes: 1
Popularity: 0
OutOfDate: 1706096573
Maintainer: xgdgsc
Submitter: xgdgsc
FirstSubmitted: 1477021782
LastModified: 1477064477
URLPath: /cgit/aur.git/snapshot/libgo.tar.gz