Can I install gems with apt-get on Ubuntu?

前端 未结 7 614
感情败类
感情败类 2021-02-02 07:27

I am new to Ruby and just diving in. The Ruby tutorial says I should get the packaging system from here: http://rubyforge.org/frs/?group_id=126

I am on Ubuntu Linux. The

7条回答
  •  一整个雨季
    2021-02-02 07:36

    Ubuntu now have rubygems as a package

    For Ubuntu 12:

    sudo apt-get install rubygems
    

    For Ubuntu 14.04:

    sudo apt-get install rubygems-integration
    

提交回复
热议问题