Can't install Ruby rvm on Ubuntu 16.04 due to gpg bug

后端 未结 6 2143
轻奢々
轻奢々 2021-01-31 05:21

I\'m trying to install Ruby on Ubuntu 16.04. However when I enter to following command to terminal:

$ \\curl -sSL https://get.rvm.io | bash -s stable --ruby
         


        
6条回答
  •  Happy的楠姐
    2021-01-31 05:54

    This appear a port issue, Try this:

    gpg --keyserver hkp://keys.gnupg.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
    

提交回复
热议问题