autogit on AUR (Arch User Repository)

Last updated: September 29,2024

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

$ yay -S autogit

* (Optional) Uninstall autogit on Arch using YAY

$ yay -Rns autogit

2. Manually Install "autogit" via AUR

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

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

b. Clone autogit's git locally

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

c. Go to ~/autogit folder and install it

$ cd ~/autogit $ makepkg -si

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

ID: 1253780
Name: autogit
PackageBaseID: 186226
PackageBase: autogit
Version: 1.8.4-1
Description: Auto build, update, install PKGBUILDS from Github, Gitlab and AUR via makepkg, devtools, chrootbuild
URL: https://github.com/puxplaying/autogit
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: puxplaying
Submitter: puxplaying
FirstSubmitted: 1664610664
LastModified: 1683402482
URLPath: /cgit/aur.git/snapshot/autogit.tar.gz

5. The same packages on other Linux Distributions