rvm on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S rvm

* (Optional) Uninstall rvm on Arch using YAY

$ yay -Rns rvm

2. Manually Install "rvm" via AUR

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

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

b. Clone rvm's git locally

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

c. Go to ~/rvm folder and install it

$ cd ~/rvm $ makepkg -si

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

ID: 955324
Name: rvm
PackageBaseID: 126995
PackageBase: rvm
Version: 1.29.12-1
Description: RVM is a command-line tool which allows you to easily install, manage, and work with multiple ruby environments from interpreters to sets of gems.
URL: https://github.com/rvm/rvm/
NumVotes: 6
Popularity: 0
OutOfDate:
Maintainer: gmy
Submitter: hobbypunk
FirstSubmitted: 1509705245
LastModified: 1630505201
URLPath: /cgit/aur.git/snapshot/rvm.tar.gz