How to Install and Uninstall python311-trio Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "python311-trio" package
Here is a brief guide to show you how to install python311-trio on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-trio
Copied
2. Uninstall "python311-trio" package
This is a short guide on how to uninstall python311-trio on openSuSE Tumbleweed:
$
sudo zypper remove
python311-trio
Copied
3. Information about the python311-trio package on openSuSE Tumbleweed
Information for package python311-trio:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-trio
Version : 0.23.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 5.6 MiB
Installed : No
Status : not installed
Source package : python-trio-0.23.2-1.4.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.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-trio
Version : 0.23.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 5.6 MiB
Installed : No
Status : not installed
Source package : python-trio-0.23.2-1.4.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.