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

Last updated: May 19,2024

1. Install "python2-fluidity-sm" package

This guide covers the steps necessary to install python2-fluidity-sm on openSUSE Leap

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

2. Uninstall "python2-fluidity-sm" package

Please follow the guidelines below to uninstall python2-fluidity-sm on openSUSE Leap:

$ sudo zypper remove python2-fluidity-sm

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

Information for package python2-fluidity-sm:
--------------------------------------------
Repository : Main Repository
Name : python2-fluidity-sm
Version : 0.2.0-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 29,3 KiB
Installed : No
Status : not installed
Source package : python-fluidity-sm-0.2.0-3.3.1.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.