got on AUR (Arch User Repository)

Last updated: May 20,2024

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

$ yay -S got

* (Optional) Uninstall got on Arch using YAY

$ yay -Rns got

2. Manually Install "got" via AUR

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

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

b. Clone got's git locally

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

c. Go to ~/got folder and install it

$ cd ~/got $ makepkg -si

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

ID: 1279727
Name: got
PackageBaseID: 156606
PackageBase: got
Version: 0.7.0-1
Description: Simple golang package and CLI tool to download large files faster than cURL and Wget!
URL: https://github.com/melbahja/got
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
Submitter: mpldr
FirstSubmitted: 1597069034
LastModified: 1687903985
URLPath: /cgit/aur.git/snapshot/got.tar.gz