How to Install and Uninstall python2-h2 Package on openSUSE Leap

Last updated: July 01,2024

1. Install "python2-h2" package

This tutorial shows how to install python2-h2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-h2

2. Uninstall "python2-h2" package

Please follow the steps below to uninstall python2-h2 on openSUSE Leap:

$ sudo zypper remove python2-h2

3. Information about the python2-h2 package on openSUSE Leap

Information for package python2-h2:
-----------------------------------
Repository : Main Repository
Name : python2-h2
Version : 3.2.0-3.2.2
Arch : noarch
Vendor : SUSE LLC
Installed Size : 566,1 KiB
Installed : No
Status : not installed
Source package : python-h2-3.2.0-3.2.2.src
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.