hlbsp on AUR (Arch User Repository)

Last updated: June 18,2024

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

$ yay -S hlbsp

* (Optional) Uninstall hlbsp on Arch using YAY

$ yay -Rns hlbsp

2. Manually Install "hlbsp" via AUR

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

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

b. Clone hlbsp's git locally

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

c. Go to ~/hlbsp folder and install it

$ cd ~/hlbsp $ makepkg -si

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