How to Install and Uninstall python3-fluidity-sm Package on openSUSE Leap

Last updated: November 07,2024

1. Install "python3-fluidity-sm" package

Please follow the instructions below to install python3-fluidity-sm on openSUSE Leap

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

2. Uninstall "python3-fluidity-sm" package

Please follow the step by step instructions below to uninstall python3-fluidity-sm on openSUSE Leap:

$ sudo zypper remove python3-fluidity-sm

3. Information about the python3-fluidity-sm package on openSUSE Leap

Information for package python3-fluidity-sm:
--------------------------------------------
Repository : Main Repository
Name : python3-fluidity-sm
Version : 0.2.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 34.9 KiB
Installed : No
Status : not installed
Source package : python-fluidity-sm-0.2.0-3.3.1.src
Upstream URL : https://github.com/nsi-iff/fluidity
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.