How to Install and Uninstall python3-toro Package on openSUSE Leap

Last updated: April 19,2024

1. Install "python3-toro" package

This guide covers the steps necessary to install python3-toro on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-toro

2. Uninstall "python3-toro" package

This is a short guide on how to uninstall python3-toro on openSUSE Leap:

$ sudo zypper remove python3-toro

3. Information about the python3-toro package on openSUSE Leap

Information for package python3-toro:
-------------------------------------
Repository : Main Repository
Name : python3-toro
Version : 1.0.1-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 104.1 KiB
Installed : No
Status : not installed
Source package : python-toro-1.0.1-bp155.2.11.src
Upstream URL : https://github.com/ajdavis/toro/
Summary : Synchronization primitives for Tornado coroutines
Description :
A set of locking and synchronizing primitives analogous to those in Python's
`threading module`_ or Gevent's `coros`_, for use with Tornado's `gen.engine`_.