gvm on AUR (Arch User Repository)

Last updated: December 26,2024

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

$ yay -S gvm

* (Optional) Uninstall gvm on Arch using YAY

$ yay -Rns gvm

2. Manually Install "gvm" via AUR

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

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

b. Clone gvm's git locally

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

c. Go to ~/gvm folder and install it

$ cd ~/gvm $ makepkg -si

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

ID: 548116
Name: gvm
PackageBaseID: 136358
PackageBase: gvm
Version: r617.6ecd46d-1
Description: Go Version Manager
URL: https://github.com/moovweb/gvm
NumVotes: 0
Popularity: 0
OutOfDate: 1634593445
Maintainer:
FirstSubmitted: 1538299481
LastModified: 1538299481
URLPath: /cgit/aur.git/snapshot/gvm.tar.gz