Package Details: rvm 1.29.12-1

Git Clone URL: https://aur.archlinux.org/rvm.git (read-only, click to copy)
Package Base: rvm
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.
Upstream URL: https://github.com/rvm/rvm/
Licenses: Apache License
Submitter: hobbypunk
Maintainer: gmy
Last Packager: gmy
Votes: 6
Popularity: 0.000000
First Submitted: 2017-11-03 10:34 (UTC)
Last Updated: 2021-09-01 14:06 (UTC)

Latest Comments

1 2 3 Next › Last »

Rapti commented on 2023-03-31 13:03 (UTC)

If you're having trouble installing a ruby version lower than 3, install openssl-1.1 with pacman and try again with PKG_CONFIG_PATH=/usr/lib/openssl-1.1/pkgconfig rvm install <version>.

sixtyfive commented on 2023-02-21 10:37 (UTC) (edited on 2023-02-21 10:37 (UTC) by sixtyfive)

Sooo, one comment says this wasn't maintained anymore. But the version is the same as provided by RVM's PPA for Ubuntu. Also, development is active on GitHub. So I'm guessing that this package, just like RVM itself, is very much maintained just fine.

As for not having an rvm command available after installation:

. /etc/profile.d/rvm.sh

politas commented on 2022-11-27 11:19 (UTC)

I'm getting the same PGP signature could not be verified error.

==> ERROR: One or more PGP signatures could not be verified!
Finished with result: exit-code
Main processes terminated with: code=exited/status=1

Win8Error commented on 2022-03-07 18:56 (UTC)

Build failed because the pgp validation failed ...

==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
==> Starting build()...
Turning on ignore dotfiles mode.
Downloading https://github.com/rvm/rvm/archive/1.29.12.tar.gz
Downloading https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc
gpg: Warning: using insecure memory!
gpg: directory '/build/.gnupg' created
gpg: keybox '/build/.gnupg/pubring.kbx' created
gpg: Signature made Fri 15 Jan 2021 07:46:22 PM CET
gpg:                using RSA key 7D2BAF1CF37B13E2069D6956105BD0E739499BDB
gpg: Can't check signature: No public key
GPG signature verification failed for '/build/rvm/src/rvm/archives/rvm-1.29.12.tgz' - 'https://github.com/rvm/rvm/releases/download/1.29.12/1.29.12.tar.gz.asc'! Try to install GPG v2 and then fetch the public key:

    sudo gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB

or if it fails:

    command curl -sSL https://rvm.io/mpapis.asc | sudo gpg2 --import -
    command curl -sSL https://rvm.io/pkuczynski.asc | sudo gpg2 --import -

In case of further problems with validation please refer to https://rvm.io/rvm/security

==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/.archbuild/extra-x86_64/yuki/build

Mange commented on 2021-10-12 05:50 (UTC)

How come this no longer provides ruby? I can't upgrade it because it breaks everything that needs ruby.

artofakume commented on 2021-07-03 18:31 (UTC)

@bug-reaper did you add [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" to your ~/.bashrc or ~/.bash_profile?

bug-reaper commented on 2021-06-15 06:33 (UTC)

After installing:

bash: rvm: command not found