How do I install ruby 2.0.0 correctly on Ubuntu 12.04?

前端 未结 8 841
庸人自扰
庸人自扰 2020-12-12 10:54

I have successfully installed rvm, but when I run the following commands

sudo apt-get update

Or:

rvm install 2         


        
8条回答
  •  臣服心动
    2020-12-12 11:23

    You have some ppa sources enabled that aren't available for your version of Ubuntu. Comment those out in your /etc/apt/sources.list , run sudo apt-get update , and you'll be fine.

提交回复
热议问题