How to Install and Uninstall mruby Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "mruby" package

Please follow the guidelines below to install mruby on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install mruby

2. Uninstall "mruby" package

Please follow the guidance below to uninstall mruby on openSuSE Tumbleweed:

$ sudo zypper remove mruby

3. Information about the mruby package on openSuSE Tumbleweed

Information for package mruby:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : mruby
Version : 3.1.0-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 86.0 KiB
Installed : No
Status : not installed
Source package : mruby-3.1.0-1.8.src
Upstream URL : https://github.com/mruby/mruby/
Summary : Lightweight Ruby
Description :
mruby is the lightweight implementation of the Ruby language complying to (part
of) the ISO standard.
mruby can be linked and embedded within your application.
We provide the interpreter program "mruby" and the interactive mruby shell
"mirb" as examples.
You can also compile Ruby programs into compiled byte code using the mruby
compiler "mrbc".
The "mrbc" is also able to generate compiled byte code in a C source file.