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

Last updated: May 18,2024

1. Install "python2-hyper" package

Please follow the steps below to install python2-hyper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-hyper

2. Uninstall "python2-hyper" package

Here is a brief guide to show you how to uninstall python2-hyper on openSUSE Leap:

$ sudo zypper remove python2-hyper

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

Information for package python2-hyper:
--------------------------------------
Repository : Main Repository
Name : python2-hyper
Version : 0.7.0+git88.18b629b-bp153.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 694,3 KiB
Installed : No
Status : not installed
Source package : python-hyper-0.7.0+git88.18b629b-bp153.1.17.src
Summary : HTTP/2 Client for Python
Description :
hyper supports the final draft of the HTTP/2 specification: additionally,
it provides support for drafts 14, 15, and 16 of the HTTP/2 specification.
It also supports the final draft of the HPACK specification.
hyper is intended to be a drop-in replacement for http.client, with a
similar API. However, hyper intentionally does not name its classes the
same way http.client does. This is because most servers do not support
HTTP/2 at this time: I don't want you accidentally using hyper when you
wanted http.client.