rvm on AUR (Arch User Repository)
Last updated: November 07,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
Copied
b. Install rvm on Arch using YAY
$
yay -S
rvm
Copied
* (Optional) Uninstall rvm on Arch using YAY
$
yay -Rns
rvm
Copied
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
Copied
b. Clone rvm's git locally
$
git clone https://aur.archlinux.org/rvm.git
~/rvm
Copied
c. Go to ~/rvm folder and install it
$
cd
~/rvm
Copied
$
makepkg -si
Copied
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
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