How to Install and Uninstall python312-fluidity-sm Package on openSuSE Tumbleweed
Last updated: November 22,2024
1. Install "python312-fluidity-sm" package
Here is a brief guide to show you how to install python312-fluidity-sm on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python312-fluidity-sm
Copied
2. Uninstall "python312-fluidity-sm" package
This guide covers the steps necessary to uninstall python312-fluidity-sm on openSuSE Tumbleweed:
$
sudo zypper remove
python312-fluidity-sm
Copied
3. Information about the python312-fluidity-sm package on openSuSE Tumbleweed
Information for package python312-fluidity-sm:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-fluidity-sm
Version : 0.2.0-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 30.2 KiB
Installed : No
Status : not installed
Source package : python-fluidity-sm-0.2.0-3.4.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.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-fluidity-sm
Version : 0.2.0-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 30.2 KiB
Installed : No
Status : not installed
Source package : python-fluidity-sm-0.2.0-3.4.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.