How to Install and Uninstall mruby Package on Kali Linux

Last updated: May 15,2024

1. Install "mruby" package

Please follow the step by step instructions below to install mruby on Kali Linux

$ sudo apt update $ sudo apt install mruby

2. Uninstall "mruby" package

Please follow the step by step instructions below to uninstall mruby on Kali Linux:

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

3. Information about the mruby package on Kali Linux

Package: mruby
Version: 3.2.0-2
Installed-Size: 5273
Maintainer: Nobuhiro Iwamatsu
Architecture: amd64
Depends: libc6 (>= 2.35)
Size: 707816
SHA256: ab45456c425e0ff48cf0e8f9d874b75c876762915195f64248422e43c0deeaf7
SHA1: dfeb7e1b83a3dc204d08d85d745bb6cf9fdc0084
MD5sum: 5311e9bda5a8b84622849a36a666c26a
Description: 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:
Homepage: https://mruby.org/
Section: ruby
Priority: optional
Filename: pool/main/m/mruby/mruby_3.2.0-2_amd64.deb