ruby的在ubuntu上的安装

时间:2014-11-30 16:40:31   收藏:0   阅读:322

apt (Debian or Ubuntu)

Debian GNU/Linux and Ubuntu use the apt package manager. You can use it like this:

$ sudo apt-get install ruby-full

As of writing, the ruby-full package provides Ruby 1.9.3, which is an old stable release, on Debian and Ubuntu.

 

可能会遇到这样的情况:你只要更新一下 apt-get update ,在进行安装就可以了

bubuko.com,布布扣

 

安装完成后:

可以输入:ruby -v进行验证

原文:http://www.cnblogs.com/fatfatdachao/p/4133215.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!