How to Install and Uninstall python3-trio.noarch Package on CentOS Stream 9
Last updated: November 26,2024
1. Install "python3-trio.noarch" package
Please follow the steps below to install python3-trio.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-trio.noarch
Copied
2. Uninstall "python3-trio.noarch" package
This guide let you learn how to uninstall python3-trio.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-trio.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-trio.noarch package on CentOS Stream 9
Last metadata expiration check: 2:00:41 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-trio
Version : 0.20.0
Release : 2.el9
Architecture : noarch
Size : 550 k
Source : python-trio-0.20.0-2.el9.src.rpm
Repository : epel
Summary : A friendly Python library for async concurrency and I/O
URL : https://github.com/python-trio/trio
License : MIT or ASL 2.0
Description : The Trio project's goal is to produce a production-quality, permissively
: licensed, async/await-native I/O library for Python. Like all async libraries,
: its main purpose is to help you write programs that do multiple things at the
: same time with parallelized I/O. 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... that sort of thing. Compared to other libraries, Trio
: attempts to distinguish itself with an obsessive focus on usability and
: correctness. Concurrency is complicated; we try to make it easy to get things
: right.
Available Packages
Name : python3-trio
Version : 0.20.0
Release : 2.el9
Architecture : noarch
Size : 550 k
Source : python-trio-0.20.0-2.el9.src.rpm
Repository : epel
Summary : A friendly Python library for async concurrency and I/O
URL : https://github.com/python-trio/trio
License : MIT or ASL 2.0
Description : The Trio project's goal is to produce a production-quality, permissively
: licensed, async/await-native I/O library for Python. Like all async libraries,
: its main purpose is to help you write programs that do multiple things at the
: same time with parallelized I/O. 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... that sort of thing. Compared to other libraries, Trio
: attempts to distinguish itself with an obsessive focus on usability and
: correctness. Concurrency is complicated; we try to make it easy to get things
: right.