rbenv on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S rbenv

* (Optional) Uninstall rbenv on Arch using YAY

$ yay -Rns rbenv

2. Manually Install "rbenv" via AUR

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

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

b. Clone rbenv's git locally

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

c. Go to ~/rbenv folder and install it

$ cd ~/rbenv $ makepkg -si

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

ID: 1014162
Name: rbenv
PackageBaseID: 51956
PackageBase: rbenv
Version: 1.2.0-1
Description: Simple Ruby version manager
URL: https://github.com/rbenv/rbenv
NumVotes: 133
Popularity: 0.251298
OutOfDate:
Maintainer: cdown
Submitter: mirlord
FirstSubmitted: 1314619026
LastModified: 1641390402
URLPath: /cgit/aur.git/snapshot/rbenv.tar.gz