Can I install gems with apt-get on Ubuntu?

前端 未结 7 613
感情败类
感情败类 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:41

    If you install the full ruby application set with

    sudo apt-get install ruby-full

    You will get gems and much more by default. Tested on Ubuntu 16, it could also work on other version.

提交回复
热议问题