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

Last updated: October 06,2024

1. Install "python3-trollius.noarch" package

Learn how to install python3-trollius.noarch on Fedora 36

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

2. Uninstall "python3-trollius.noarch" package

Please follow the guidelines below to uninstall python3-trollius.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:50:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-trollius
Version : 2.1
Release : 21.fc36
Architecture : noarch
Size : 204 k
Source : python-trollius-2.1-21.fc36.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.