gitoxide on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S gitoxide

* (Optional) Uninstall gitoxide on Arch using YAY

$ yay -Rns gitoxide

2. Manually Install "gitoxide" via AUR

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

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

b. Clone gitoxide's git locally

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

c. Go to ~/gitoxide folder and install it

$ cd ~/gitoxide $ makepkg -si

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

ID: 1128501
Name: gitoxide
PackageBaseID: 178396
PackageBase: gitoxide
Version: 0.14.0-1
Description: A command-line application for interacting with git repositories
URL: https://github.com/Byron/gitoxide
NumVotes: 2
Popularity: 1.030704
OutOfDate:
Maintainer: KokaKiwi
FirstSubmitted: 1651167981
LastModified: 1661031399
URLPath: /cgit/aur.git/snapshot/gitoxide.tar.gz

5. The same packages on other Linux Distributions