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

Last updated: June 23,2024

1. Install "python310-sniffio" package

This tutorial shows how to install python310-sniffio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-sniffio

2. Uninstall "python310-sniffio" package

Please follow the steps below to uninstall python310-sniffio on openSuSE Tumbleweed:

$ sudo zypper remove python310-sniffio

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

Information for package python310-sniffio:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-sniffio
Version : 1.3.0-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 44.5 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.