How to Install and Uninstall mruby Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: June 03,2024

1. Install "mruby" package

This is a short guide on how to install mruby on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mruby

2. Uninstall "mruby" package

Please follow the instructions below to uninstall mruby on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mruby $ sudo apt autoclean && sudo apt autoremove

3. Information about the mruby package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mruby
Priority: extra
Section: universe/ruby
Installed-Size: 1946
Maintainer: Ubuntu Developers
Original-Maintainer: Nobuhiro Iwamatsu
Architecture: amd64
Version: 1.2.0+20160315+git4f20d58a-1
Depends: libc6 (>= 2.16)
Filename: pool/universe/m/mruby/mruby_1.2.0+20160315+git4f20d58a-1_amd64.deb
Size: 282364
MD5sum: cb9d282125666fad4458f8f8d3eb1db4
SHA1: 3a939ae699095278d5936fc38d13f064adf0ead7
SHA256: 94acbdc987c5b1e8506977f50df426ac80ec6b694e72007006620ea00ac237a5
Description-en: lightweight implementation of the Ruby language
mruby is the lightweight implementation of the Ruby language complying to
the ISO standard.
This can be linked and embedded within your application.
.
This package contains the following tools:
* mirb: Embeddable interactive ruby shell
* mrbc: mruby compiler
* mruby: mruby interpreter
* mrdb: mruby debugger
* mruby-strip: mruby strip
Description-md5: e66dd0a59235cfa4fbf55773da168909
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu