mruby software package provides lightweight implementation of the Ruby language, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install mruby
mruby is installed in your system.
Make ensure the mruby package were installed using the commands given below,
$ sudo dpkg-query -l | grep mruby *
You will get with mruby package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Ruby |
| Package | mruby |
| Version | 0.0.0~20131214+git882afdea-1 |
| Description | lightweight implementation of the Ruby language |
| Sub Section | Ruby |