chruby on AUR (Arch User Repository)

Last updated: May 21,2024

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

$ yay -S chruby

* (Optional) Uninstall chruby on Arch using YAY

$ yay -Rns chruby

2. Manually Install "chruby" via AUR

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

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

b. Clone chruby's git locally

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

c. Go to ~/chruby folder and install it

$ cd ~/chruby $ makepkg -si

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

ID: 362188
Name: chruby
PackageBaseID: 66020
PackageBase: chruby
Version: 0.3.9-3
Description: Changes the current ruby. Supports both zsh and bash.
URL: https://github.com/postmodern/chruby
NumVotes: 33
Popularity: 0
OutOfDate:
Maintainer: jasonwryan
Submitter: max_meyer
FirstSubmitted: 1357326246
LastModified: 1480792229
URLPath: /cgit/aur.git/snapshot/chruby.tar.gz