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

Last updated: May 17,2024

1. Install "python39-transitions" package

Here is a brief guide to show you how to install python39-transitions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-transitions

2. Uninstall "python39-transitions" package

This guide let you learn how to uninstall python39-transitions on openSuSE Tumbleweed:

$ sudo zypper remove python39-transitions

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

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