go-mod-upgrade on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S go-mod-upgrade

* (Optional) Uninstall go-mod-upgrade on Arch using YAY

$ yay -Rns go-mod-upgrade

2. Manually Install "go-mod-upgrade" via AUR

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

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

b. Clone go-mod-upgrade's git locally

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

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

$ cd ~/go-mod-upgrade $ makepkg -si

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

ID: 1229323
Name: go-mod-upgrade
PackageBaseID: 191750
PackageBase: go-mod-upgrade
Version: 0.9.1-1
Description: Update outdated Go dependencies interactively
URL: https://github.com/oligot/go-mod-upgrade
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: KokaKiwi
Submitter: KokaKiwi
FirstSubmitted: 1679312412
LastModified: 1679312412
URLPath: /cgit/aur.git/snapshot/go-mod-upgrade.tar.gz

5. The same packages on other Linux Distributions