Search Criteria
Package Details: rvm 1.29.12-1
Package Actions
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) |
Dependencies (7)
- gdbm (gdbm-gitAUR)
- gmp (gmp-hgAUR)
- libffi (libffi-gitAUR)
- libyaml (libyaml-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
Latest Comments
1 2 3 Next › Last »
mbx commented on 2024-10-17 13:36 (UTC) (edited on 2024-10-17 14:19 (UTC) by mbx)
I'm new to AUR and I install this stuff with
paru
. This is not a single-user install and I don't know if this can be changed, because it will cause problems if you have torvm get master
to forcefully update to the latest, which was necessary for me to avoid some errors during compilation when doingrvm install
.The
rvm get master
command fails all galore with permission errors, so I had to make things dirty to get this through:Dear maintainer, your package does not allow upgrading to head if there are critical issues. A user would expect
rvm get master
to work out of the box.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 withPKG_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:politas commented on 2022-11-27 11:19 (UTC)
I'm getting the same PGP signature could not be verified error.
Win8Error commented on 2022-03-07 18:56 (UTC)
Build failed because the pgp validation failed ...
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 needsruby
.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:
1 2 3 Next › Last »