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

Last updated: July 06,2024

1. Install "python3-hyper" package

This tutorial shows how to install python3-hyper on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-hyper

2. Uninstall "python3-hyper" package

Please follow the steps below to uninstall python3-hyper on openSUSE Leap:

$ sudo zypper remove python3-hyper

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

Information for package python3-hyper:
--------------------------------------
Repository : Main Repository
Name : python3-hyper
Version : 0.7.0+git88.18b629b-bp155.3.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 735.9 KiB
Installed : No
Status : not installed
Source package : python-hyper-0.7.0+git88.18b629b-bp155.3.12.src
Upstream URL : https://github.com/Lukasa/hyper
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.