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

Last updated: July 03,2024

1. Install "python310-h2" package

This guide covers the steps necessary to install python310-h2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-h2

2. Uninstall "python310-h2" package

Please follow the instructions below to uninstall python310-h2 on openSuSE Tumbleweed:

$ sudo zypper remove python310-h2

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

Information for package python310-h2:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-h2
Version : 4.1.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 503.7 KiB
Installed : No
Status : not installed
Source package : python-h2-4.1.0-3.6.src
Upstream URL : https://github.com/python-hyper/hyper-h2
Summary : HTTP/2 State-Machine based protocol implementation
Description :
Pure-Python implementation of a HTTP/2 protocol stack.
It's written from the ground up to be embeddable in whatever program
you choose to use, ensuring that you can speak HTTP/2 regardless of
your programming paradigm.