How to Install and Uninstall python312-transitions Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python312-transitions" package

This guide let you learn how to install python312-transitions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-transitions

2. Uninstall "python312-transitions" package

Please follow the guidance below to uninstall python312-transitions on openSuSE Tumbleweed:

$ sudo zypper remove python312-transitions

3. Information about the python312-transitions package on openSuSE Tumbleweed

Information for package python312-transitions:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-transitions
Version : 0.9.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 813.5 KiB
Installed : No
Status : not installed
Source package : python-transitions-0.9.0-1.2.src
Upstream URL : https://github.com/pytransitions/transitions
Summary : A lightweight, object-oriented Python state machine implementation
Description :
The transitions package makes it convenient and relatively easy to define and
implement FSMs (finite state machines) in python.