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

Last updated: November 24,2024

1. Install "python3-crochet.noarch" package

In this section, we are going to explain the necessary steps to install python3-crochet.noarch on Fedora 34

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

2. Uninstall "python3-crochet.noarch" package

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

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

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

Last metadata expiration check: 1:12:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-crochet
Version : 1.10.0
Release : 8.fc34
Architecture : noarch
Size : 57 k
Source : python-crochet-1.10.0-8.fc34.src.rpm
Repository : fedora
Summary : Documentation for python-crochet
URL : https://github.com/itamarst/crochet
License : MIT
Description : Crochet is an MIT-licensed library that makes it easier to use
: Twisted from regular blocking code. Some use cases include easily using Twisted
: from a blocking framework like Django or Flask, write a library that provides a
: blocking API, but uses Twisted for its implementation, port blocking code to
: Twisted more easily, by keeping a backwards compatibility layer, or allow
: normal Twisted programs that use threads to interact with Twisted more cleanly
: from their threaded parts