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

Last updated: July 06,2024

1. Install "python3-sniffio.noarch" package

Here is a brief guide to show you how to install python3-sniffio.noarch on Fedora 34

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

2. Uninstall "python3-sniffio.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-sniffio.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:50:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-sniffio
Version : 1.2.0
Release : 2.fc34
Architecture : noarch
Size : 22 k
Source : python-sniffio-1.2.0-2.fc34.src.rpm
Repository : fedora
Summary : Sniff out which async library your code is running under
URL : https://github.com/python-trio/sniffio
License : MIT or ASL 2.0
Description : You're writing a library. You've decided to be ambitious, and support multiple
: async I/O packages, like Trio, and asyncio, and ... You've written a bunch of
: clever code to handle all the differences. But... how do you know which piece
: of clever code to run? This is a tiny package whose only purpose is to let you
: detect which async library your code is running under.