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

Last updated: June 10,2024

1. Install "python39-h2" package

This tutorial shows how to install python39-h2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-h2

2. Uninstall "python39-h2" package

Please follow the guidelines below to uninstall python39-h2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-h2

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

Information for package python39-h2:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-h2
Version : 4.1.0-3.6
Arch : noarch
Vendor : openSUSE
Installed Size : 504.0 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.