【发布时间】:2016-02-04 05:59:51
【问题描述】:
我想安装 rvm,但出现此错误。如何消除此错误?
root@jaskaran:/# ruby -v
The program 'ruby' can be found in the following packages:
* ruby1.8
* ruby1.9.1
Try: apt-get install <selected package>
//--------------------------------------------------------------
here@jaskaran:/$ rvm install 2.1.0
Searching for binary rubies, this might take some time.
No binary rubies available for: ubuntu/12.10/i386/ruby-2.1.0.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for ubuntu.
Installing requirements for ubuntu.
Updating system................
Error running 'requirements_debian_update_system ruby-2.1.0',
showing last 15 lines of /home/zapbuild/.rvm/log/1396242152_ruby-2.1.0/update_system.log
++ case "${TERM:-dumb}" in
++ case "$1" in
++ [[ -t 2 ]]
++ return 1
++ printf %b 'There has been error while updating '\''apt-get'\'', please give it some time and try again later.
For 404 errors check your sources configured in:
/etc/apt/sources.list
/etc/apt/sources.list.d/*.list
\n'
There has been error while updating 'apt-get', please give it some time and try again later.
For 404 errors check your sources configured in:
/etc/apt/sources.list
/etc/apt/sources.list.d/*.list
++ return 100
Requirements installation failed with status: 100.
谢谢
【问题讨论】:
-
你是如何安装 rvm 的
-
Ubntu 12.04,这就是为什么 := ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you
-
安装 rvm 的步骤现在已经大大减少了。那个博客写于 2010 年
-
你有没有参考博客做这个
-
最后更新时间:2014 年 1 月 3 日星期五 --- ryanbigg.com/2010/12/ubuntu-ruby-rvm-rails-and-you
标签: ruby-on-rails ruby ubuntu