aurbs-git on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S aurbs-git

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

$ yay -Rns aurbs-git

2. Manually Install "aurbs-git" via AUR

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

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

b. Clone aurbs-git's git locally

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

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

$ cd ~/aurbs-git $ makepkg -si

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