git-toolbelt on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S git-toolbelt

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

$ yay -Rns git-toolbelt

2. Manually Install "git-toolbelt" via AUR

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

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

b. Clone git-toolbelt's git locally

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

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

$ cd ~/git-toolbelt $ makepkg -si

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

ID: 1292447
Name: git-toolbelt
PackageBaseID: 146431
PackageBase: git-toolbelt
Version: 1.9.0-1
Description: A suite of useful Git commands that aid with scripting or every day command line usage
URL: https://github.com/nvie/git-toolbelt
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: joern_h
Submitter: radmen
FirstSubmitted: 1573053601
LastModified: 1689949381
URLPath: /cgit/aur.git/snapshot/git-toolbelt.tar.gz