How to Install and Uninstall python3-curio.noarch Package on Rocky Linux 9
Last updated: November 13,2024
1. Install "python3-curio.noarch" package
Learn how to install python3-curio.noarch on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-curio.noarch
Copied
2. Uninstall "python3-curio.noarch" package
This is a short guide on how to uninstall python3-curio.noarch on Rocky Linux 9:
$
sudo dnf remove
python3-curio.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-curio.noarch package on Rocky Linux 9
Last metadata expiration check: 0:40:43 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-curio
Version : 1.5
Release : 5.el9
Architecture : noarch
Size : 116 k
Source : python-curio-1.5-5.el9.src.rpm
Repository : epel
Summary : Building blocks for performing concurrent I/O
URL : https://github.com/dabeaz/curio
License : BSD
Description : Curio is a library of building blocks for performing concurrent I/O and common
: system programming tasks such as launching subprocesses, working with files,
: and farming work out to thread and process pools. It uses Python coroutines
: and the explicit async/await syntax introduced in Python 3.5. Its programming
: model is based on cooperative multitasking and existing programming
: abstractions such as threads, sockets, files, subprocesses, locks, and queues.
: You'll find it to be small, fast, and fun. Curio has no third-party
: dependencies and does not use the standard asyncio module. Most users will
: probably find it to be a bit too-low level--it's probably best to think of it
: as a library for building libraries. Although you might not use it directly,
: many of its ideas have influenced other libraries with similar functionality.
Available Packages
Name : python3-curio
Version : 1.5
Release : 5.el9
Architecture : noarch
Size : 116 k
Source : python-curio-1.5-5.el9.src.rpm
Repository : epel
Summary : Building blocks for performing concurrent I/O
URL : https://github.com/dabeaz/curio
License : BSD
Description : Curio is a library of building blocks for performing concurrent I/O and common
: system programming tasks such as launching subprocesses, working with files,
: and farming work out to thread and process pools. It uses Python coroutines
: and the explicit async/await syntax introduced in Python 3.5. Its programming
: model is based on cooperative multitasking and existing programming
: abstractions such as threads, sockets, files, subprocesses, locks, and queues.
: You'll find it to be small, fast, and fun. Curio has no third-party
: dependencies and does not use the standard asyncio module. Most users will
: probably find it to be a bit too-low level--it's probably best to think of it
: as a library for building libraries. Although you might not use it directly,
: many of its ideas have influenced other libraries with similar functionality.