Can't install Ruby on Rails with RVM on Ubuntu 13.04

后端 未结 9 802
独厮守ぢ
独厮守ぢ 2020-12-31 17:22

I am trying to install RVM on my Ubuntu machine.

I have used curl to get RVM, but some RVM commands (install, requirements) throw this apt-get error:



        
相关标签:
9条回答
  • 2020-12-31 17:54

    In my Case i fixed the error by:

    rvmsudo rvm install 1.9.3

    rvm --default 1.9.3

    rvmsudo rvm remove 1.9.3

    rvm install 1.9.3

    Source

    0 讨论(0)
  • 2020-12-31 17:57

    run

    sudo apt-get update
    
    sudo apt-get install build-essential
    

    and then try again.

    0 讨论(0)
  • 2020-12-31 17:57

    Hye Guys!!

    I got the solution. Actually error is because the information we need for installation is not available at sever define for software & update. I change it to from my local "Server from India" (In my case) to "Main Server".

    It's working perfectly for me now :)

    0 讨论(0)
提交回复
热议问题