ruby2.5 on AUR (Arch User Repository)

Last updated: July 05,2024

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

$ yay -S ruby2.5

* (Optional) Uninstall ruby2.5 on Arch using YAY

$ yay -Rns ruby2.5

2. Manually Install "ruby2.5" via AUR

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

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

b. Clone ruby2.5's git locally

$ git clone https://aur.archlinux.org/ruby2.5.git ~/ruby2.5

c. Go to ~/ruby2.5 folder and install it

$ cd ~/ruby2.5 $ makepkg -si

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

ID: 888431
Name: ruby2.5
PackageBaseID: 147942
PackageBase: ruby2.5
Version: 2.5.9-1
Description: An object-oriented language for quick and easy programming
URL: https://www.ruby-lang.org/en/
NumVotes: 2
Popularity: 1.4E-5
OutOfDate:
Maintainer:
FirstSubmitted: 1578421916
LastModified: 1617701591
URLPath: /cgit/aur.git/snapshot/ruby2.5.tar.gz