How to Install and Uninstall python3-sniffio Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-sniffio" package

Please follow the steps below to install python3-sniffio on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sniffio

2. Uninstall "python3-sniffio" package

Please follow the steps below to uninstall python3-sniffio on openSUSE Leap:

$ sudo zypper remove python3-sniffio

3. Information about the python3-sniffio package on openSUSE Leap

Information for package python3-sniffio:
----------------------------------------
Repository : Main Repository
Name : python3-sniffio
Version : 1.1.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 31.2 KiB
Installed : No
Status : not installed
Source package : python-sniffio-1.1.0-bp155.2.9.src
Upstream URL : https://github.com/python-trio/sniffio
Summary : Module to sniff which async library code runs under
Description :
This is a package for detecting which async library code is running
under. It supports multiple async I/O packages, like Trio, and
asyncio.