concourse-fly on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S concourse-fly

* (Optional) Uninstall concourse-fly on Arch using YAY

$ yay -Rns concourse-fly

2. Manually Install "concourse-fly" via AUR

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

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

b. Clone concourse-fly's git locally

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

c. Go to ~/concourse-fly folder and install it

$ cd ~/concourse-fly $ makepkg -si

3. Information about the concourse-fly package on Arch User Repository (AUR)