How to Install and Uninstall python39-sniffio Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python39-sniffio" package

This guide covers the steps necessary to install python39-sniffio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sniffio

2. Uninstall "python39-sniffio" package

Please follow the guidance below to uninstall python39-sniffio on openSuSE Tumbleweed:

$ sudo zypper remove python39-sniffio

3. Information about the python39-sniffio package on openSuSE Tumbleweed

Information for package python39-sniffio:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sniffio
Version : 1.3.0-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 44.4 KiB
Installed : No
Status : not installed
Source package : python-sniffio-1.3.0-4.4.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.