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

Last updated: May 19,2024

1. Install "python38-transitions" package

This is a short guide on how to install python38-transitions on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-transitions

2. Uninstall "python38-transitions" package

This is a short guide on how to uninstall python38-transitions on openSuSE Tumbleweed:

$ sudo zypper remove python38-transitions

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

Information for package python38-transitions:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-transitions
Version : 0.8.10-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 784,6 KiB
Installed : No
Status : not installed
Source package : python-transitions-0.8.10-1.2.src
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.