How to Install and Uninstall python311-trio Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python311-trio" package

Here is a brief guide to show you how to install python311-trio on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-trio

2. Uninstall "python311-trio" package

This guide let you learn how to uninstall python311-trio on openSUSE Leap:

$ sudo zypper remove python311-trio

3. Information about the python311-trio package on openSUSE Leap

Information for package python311-trio:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-trio
Version : 0.22.0-150400.9.5.8
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : python-trio-0.22.0-150400.9.5.8.src
Upstream URL : https://github.com/python-trio/trio
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.

5. The same packages on other Linux Distributions