Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 6192  / 2 Years ago, thu, september 8, 2022, 11:29:01

I want to install RVM:



ubuntu@ext:~$ rvm
The program 'rvm' is currently not installed. You can install it by typing:
sudo apt-get install ruby-rvm
ubuntu@ext:~$ sudo apt-get install ruby-rvm
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ruby-rvm


How can I do it?


More From » 13.04

 Answers
0

To install RVM stable with ruby, run the following command:



curl -L https://get.rvm.io | bash -s stable --ruby


Note: There is a backslash before curl. This prevents misbehaving if you have aliased it with configuration in your ~/.curlrc file.



Source


[#29222] Saturday, September 10, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
utonmbo

Total Points: 134
Total Questions: 104
Total Answers: 118

Location: Argentina
Member since Mon, Jan 3, 2022
2 Years ago
;