capistrano on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S capistrano

* (Optional) Uninstall capistrano on Arch using YAY

$ yay -Rns capistrano

2. Manually Install "capistrano" via AUR

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

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

b. Clone capistrano's git locally

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

c. Go to ~/capistrano folder and install it

$ cd ~/capistrano $ makepkg -si

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

ID: 1242347
Name: capistrano
PackageBaseID: 115166
PackageBase: capistrano
Version: 3.17.2-1
Description: A remote server automation and deployment tool written in Ruby
URL: https://capistranorb.com
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: supermario
Submitter: supermario
FirstSubmitted: 1472689167
LastModified: 1681648013
URLPath: /cgit/aur.git/snapshot/capistrano.tar.gz