git-grab on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S git-grab

* (Optional) Uninstall git-grab on Arch using YAY

$ yay -Rns git-grab

2. Manually Install "git-grab" via AUR

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

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

b. Clone git-grab's git locally

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

c. Go to ~/git-grab folder and install it

$ cd ~/git-grab $ makepkg -si

3. Information about the git-grab package on Arch User Repository (AUR)

ID: 1058322
Name: git-grab
PackageBaseID: 177395
PackageBase: git-grab
Version: 0.1.2-1
Description: A tool to clone git repositories to a standard location organised by domain and path
URL: https://github.com/wezm/git-grab
NumVotes: 1
Popularity: 0.151724
OutOfDate:
Maintainer: grawlinson
FirstSubmitted: 1648535973
LastModified: 1648535973
URLPath: /cgit/aur.git/snapshot/git-grab.tar.gz

5. The same packages on other Linux Distributions