got on AUR (Arch User Repository)
Last updated: November 08,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
Copied
b. Install got on Arch using YAY
$
yay -S
got
Copied
* (Optional) Uninstall got on Arch using YAY
$
yay -Rns
got
Copied
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
Copied
b. Clone got's git locally
$
git clone https://aur.archlinux.org/got.git
~/got
Copied
c. Go to ~/got folder and install it
$
cd
~/got
Copied
$
makepkg -si
Copied
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
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