How to Install and Uninstall python36-hyper Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-hyper" package

This is a short guide on how to install python36-hyper on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-hyper

2. Uninstall "python36-hyper" package

Please follow the steps below to uninstall python36-hyper on openSuSE Tumbleweed:

$ sudo zypper remove python36-hyper

3. Information about the python36-hyper package on openSuSE Tumbleweed

Information for package python36-hyper:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-hyper
Version : 0.7.0+git88.18b629b-9.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 733,1 KiB
Installed : No
Status : not installed
Source package : python-hyper-0.7.0+git88.18b629b-9.1.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.