Ruby RVM apt-get update error

前端 未结 17 2397
醉酒成梦
醉酒成梦 2020-12-02 12:03

I get following error when trying to install anything with RVM:

Searching for binary rubies, this might take some time.
Found remote file https://rvm.io/bina         


        
17条回答
  •  鱼传尺愫
    2020-12-02 12:55

    In my case rvm missed some linux packages, which couldnt be installed without sudo. There were no apt-get install errors at all.

    When running rvm install ruby x.x.x with sudo, rvm installed packages required to build ruby and it worked.

提交回复
热议问题