gotestsum on AUR (Arch User Repository)

Last updated: October 04,2024

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

$ yay -S gotestsum

* (Optional) Uninstall gotestsum on Arch using YAY

$ yay -Rns gotestsum

2. Manually Install "gotestsum" via AUR

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

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

b. Clone gotestsum's git locally

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

c. Go to ~/gotestsum folder and install it

$ cd ~/gotestsum $ makepkg -si

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

ID: 1359652
Name: gotestsum
PackageBaseID: 168036
PackageBase: gotestsum
Version: 1.11.0-1
Description: run go tests with formatted test output and a summar of the test run
URL: https://github.com/gotestyourself/gotestsum
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: dcreager
Submitter: dcreager
FirstSubmitted: 1623849591
LastModified: 1700923780
URLPath: /cgit/aur.git/snapshot/gotestsum.tar.gz