How to Install and Uninstall python3-sniffio.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 26,2024
1. Install "python3-sniffio.noarch" package
Please follow the guidelines below to install python3-sniffio.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-sniffio.noarch
Copied
2. Uninstall "python3-sniffio.noarch" package
Learn how to uninstall python3-sniffio.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-sniffio.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-sniffio.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:35:36 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-sniffio
Version : 1.2.0
Release : 6.el9
Architecture : noarch
Size : 21 k
Source : python-sniffio-1.2.0-6.el9.src.rpm
Repository : epel
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.
Available Packages
Name : python3-sniffio
Version : 1.2.0
Release : 6.el9
Architecture : noarch
Size : 21 k
Source : python-sniffio-1.2.0-6.el9.src.rpm
Repository : epel
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.