ruby2.4 on AUR (Arch User Repository)

Last updated: September 20,2024

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

$ yay -S ruby2.4

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

$ yay -Rns ruby2.4

2. Manually Install "ruby2.4" via AUR

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

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

b. Clone ruby2.4's git locally

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

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

$ cd ~/ruby2.4 $ makepkg -si

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

ID: 714905
Name: ruby2.4
PackageBaseID: 136729
PackageBase: ruby2.4
Version: 2.4.10-1
Description: An object-oriented language for quick and easy programming
URL: http://www.ruby-lang.org/en/
NumVotes: 2
Popularity: 1.4E-5
OutOfDate:
Maintainer:
FirstSubmitted: 1539859761
LastModified: 1585733266
URLPath: /cgit/aur.git/snapshot/ruby2.4.tar.gz