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

Last updated: October 06,2024

1. Install "python3-trollius.noarch" package

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

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

2. Uninstall "python3-trollius.noarch" package

This guide covers the steps necessary to uninstall python3-trollius.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:49:56 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-trollius
Version : 2.1
Release : 18.fc34
Architecture : noarch
Size : 202 k
Source : python-trollius-2.1-18.fc34.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.