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

Last updated: July 07,2024

1. Install "python311-transitions" package

Please follow the step by step instructions below to install python311-transitions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-transitions

2. Uninstall "python311-transitions" package

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

$ sudo zypper remove python311-transitions

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

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