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

Last updated: July 01,2024

1. Install "python310-transitions" package

This tutorial shows how to install python310-transitions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-transitions

2. Uninstall "python310-transitions" package

This tutorial shows how to uninstall python310-transitions on openSuSE Tumbleweed:

$ sudo zypper remove python310-transitions

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

Information for package python310-transitions:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-transitions
Version : 0.9.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 688.7 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.