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

Last updated: May 19,2024

1. Install "python36-trio" package

Please follow the instructions below to install python36-trio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-trio

2. Uninstall "python36-trio" package

Please follow the step by step instructions below to uninstall python36-trio on openSuSE Tumbleweed:

$ sudo zypper remove python36-trio

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

Information for package python36-trio:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-trio
Version : 0.17.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 2,0 MiB
Installed : No
Status : not installed
Source package : python-trio-0.17.0-2.5.src
Summary : Python async/await-native I/O library
Description :
The Trio project produces an async/await-native I/O library for
Python. Like all async libraries, its main purpose is to help write
programs that do multiple things at the same time with parallelized
I/O, such as a web spider that wants to fetch lots of pages in
parallel, a web server that needs to juggle lots of downloads and
websocket connections at the same time, a process supervisor
monitoring multiple subprocesses. Compared to other libraries, Trio
has an obsessive focus on usability and correctness.