Install mruby
Installing mruby package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mruby
mruby package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mruby |
version | 1.2.0+20160315+git4f20d58a-1 |
description | lightweight implementation of the Ruby language |
subsection | ruby |
maintainer | Nobuhiro Iwamatsu |
Uninstall mruby
To remove just mruby package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mruby
Uninstall mruby and it’s dependent packages
To remove the mruby package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mruby
Purging mruby
If you also want to delete configuration and/or data files of mruby from Debian Sid then this will work:
sudo apt-get purge mruby
To delete configuration and/or data files of mruby and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mruby