ruby2.6 on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S ruby2.6

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

$ yay -Rns ruby2.6

2. Manually Install "ruby2.6" via AUR

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

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

b. Clone ruby2.6's git locally

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

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

$ cd ~/ruby2.6 $ makepkg -si

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

ID: 1083621
Name: ruby2.6
PackageBaseID: 173494
PackageBase: ruby2.6
Version: 2.6.10-1
Description: An object-oriented language for quick and easy programming (version 2.6)
URL: http://www.ruby-lang.org/en/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer:
FirstSubmitted: 1638121590
LastModified: 1653227963
URLPath: /cgit/aur.git/snapshot/ruby2.6.tar.gz