How to Install and Uninstall python3-trollius.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "python3-trollius.noarch" package

Please follow the step by step instructions below to install python3-trollius.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-trollius.noarch

2. Uninstall "python3-trollius.noarch" package

Here is a brief guide to show you how to uninstall python3-trollius.noarch on Fedora 35:

$ sudo dnf remove python3-trollius.noarch $ sudo dnf autoremove

3. Information about the python3-trollius.noarch package on Fedora 35

Last metadata expiration check: 2:09:15 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-trollius
Version : 2.1
Release : 20.fc35
Architecture : noarch
Size : 204 k
Source : python-trollius-2.1-20.fc35.src.rpm
Repository : fedora
Summary : A port of the Tulip asyncio module
URL : https://github.com/haypo/trollius
License : ASL 2.0
Description :
: Trollius provides infrastructure for writing single-threaded
: concurrent code using coroutines, multiplexing I/O access over sockets
: and other resources, running network clients and servers, and other
: related primitives.
:
: Trollius is a portage of the asyncio project (PEP 3156) on Python
: 2. Trollius works on Python 2.6-3.5. It has been tested on Windows,
: Linux, Mac OS X, FreeBSD and OpenIndiana.