How to Install and Uninstall python36-fluidity-sm Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python36-fluidity-sm" package

Please follow the guidance below to install python36-fluidity-sm on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-fluidity-sm

2. Uninstall "python36-fluidity-sm" package

Please follow the steps below to uninstall python36-fluidity-sm on openSuSE Tumbleweed:

$ sudo zypper remove python36-fluidity-sm

3. Information about the python36-fluidity-sm package on openSuSE Tumbleweed

Information for package python36-fluidity-sm:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-fluidity-sm
Version : 0.2.0-1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 33,9 KiB
Installed : No
Status : not installed
Source package : python-fluidity-sm-0.2.0-1.12.src
Summary : State machine implementation for Python objects
Description :
State machine implementation for Python objects.
A Fluidity state machine must have one initial state and at least two states.
A state may have enter and exit callbacks, for running some code on state enter
and exit, respectively. These params can be method names (as strings),
callables, or lists of method names or callables.