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

Last updated: July 03,2024

1. Install "python36-transitions" package

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

$ sudo zypper refresh $ sudo zypper install python36-transitions

2. Uninstall "python36-transitions" package

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

$ sudo zypper remove python36-transitions

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

Information for package python36-transitions:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-transitions
Version : 0.8.10-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 783,7 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.