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

Last updated: May 16,2024

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

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

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

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

Please follow the guidelines below to uninstall ruby3.0-rubygem-micromachine on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-micromachine

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

Information for package ruby3.0-rubygem-micromachine:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-rubygem-micromachine
Version : 3.0.0-1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 23,1 KiB
Installed : No
Status : not installed
Source package : rubygem-micromachine-3.0.0-1.9.src
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.