How to Install and Uninstall ruby3.3-rubygem-micromachine Package on openSuSE Tumbleweed

Last updated: June 14,2024

1. Install "ruby3.3-rubygem-micromachine" package

Please follow the guidance below to install ruby3.3-rubygem-micromachine on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.3-rubygem-micromachine

2. Uninstall "ruby3.3-rubygem-micromachine" package

Here is a brief guide to show you how to uninstall ruby3.3-rubygem-micromachine on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.3-rubygem-micromachine

3. Information about the ruby3.3-rubygem-micromachine package on openSuSE Tumbleweed

Information for package ruby3.3-rubygem-micromachine:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.3-rubygem-micromachine
Version : 3.0.0-1.21
Arch : x86_64
Vendor : openSUSE
Installed Size : 22.9 KiB
Installed : No
Status : not installed
Source package : rubygem-micromachine-3.0.0-1.21.src
Upstream URL : http://github.com/soveran/micromachine
Summary : Minimal Finite State Machine
Description :
There are many finite state machine implementations for Ruby, and they all
provide a nice DSL for declaring events, exceptions, callbacks, and all kinds
of niceties in general.
But if all you want is a finite state machine, look no further: this has less
than 50 lines of code and provides everything a finite state machine must
have, and nothing more.