ruby-1.9 on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S ruby-1.9

* (Optional) Uninstall ruby-1.9 on Arch using YAY

$ yay -Rns ruby-1.9

2. Manually Install "ruby-1.9" via AUR

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

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

b. Clone ruby-1.9's git locally

$ git clone https://aur.archlinux.org/ruby-1.9.git ~/ruby-1.9

c. Go to ~/ruby-1.9 folder and install it

$ cd ~/ruby-1.9 $ makepkg -si

3. Information about the ruby-1.9 package on Arch User Repository (AUR)

ID: 223462
Name: ruby-1.9
PackageBaseID: 97266
PackageBase: ruby-1.9
Version: 1.9.3_p551-1
Description: An object-oriented language for quick and easy programming
URL: http://www.ruby-lang.org/en/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1439308118
LastModified: 1440066501
URLPath: /cgit/aur.git/snapshot/ruby-1.9.tar.gz