dev-horo-git on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S dev-horo-git

* (Optional) Uninstall dev-horo-git on Arch using YAY

$ yay -Rns dev-horo-git

2. Manually Install "dev-horo-git" via AUR

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

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

b. Clone dev-horo-git's git locally

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

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

$ cd ~/dev-horo-git $ makepkg -si

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