go-checksum on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S go-checksum

* (Optional) Uninstall go-checksum on Arch using YAY

$ yay -Rns go-checksum

2. Manually Install "go-checksum" via AUR

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

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

b. Clone go-checksum's git locally

$ git clone https://aur.archlinux.org/go-checksum.git ~/go-checksum

c. Go to ~/go-checksum folder and install it

$ cd ~/go-checksum $ makepkg -si

3. Information about the go-checksum package on Arch User Repository (AUR)

ID: 962246
Name: go-checksum
PackageBaseID: 171142
PackageBase: go-checksum
Version: 1.0.0-1
Description: Simple tool to calc Golang module checksum of go.mod and module dir
URL: https://github.com/vikyd/go-checksum
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: aditya
Submitter: aditya
FirstSubmitted: 1631895631
LastModified: 1631895631
URLPath: /cgit/aur.git/snapshot/go-checksum.tar.gz