Ruby RVM apt-get update error

前端 未结 17 2376
醉酒成梦
醉酒成梦 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 13:00

    I had the same issue. If none of the other answers work try this. I ran the following command to fix it:

    sudo apt-get -f install

    Then I remembered that I failed installing a package earlier that day. What this command did was resolve the dependencies on that package and allowed RVM to do its thing.

提交回复
热议问题