Can I install gems with apt-get on Ubuntu?

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

    First, download *.tar file, unpack this file, then go to rubygems directory in your console, and type

    ruby setup.rb
    

    That's it :)

提交回复
热议问题