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

Last updated: May 18,2024

1. Install "python3-hpack" package

In this section, we are going to explain the necessary steps to install python3-hpack on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-hpack

2. Uninstall "python3-hpack" package

In this section, we are going to explain the necessary steps to uninstall python3-hpack on openSUSE Leap:

$ sudo zypper remove python3-hpack

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

Information for package python3-hpack:
--------------------------------------
Repository : Main Repository
Name : python3-hpack
Version : 3.0.0-3.2.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 322.9 KiB
Installed : No
Status : not installed
Source package : python-hpack-3.0.0-3.2.1.src
Upstream URL : https://github.com/python-hyper/hpack
Summary : Pure-Python HPACK header compression
Description :
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in
Python programs that implement HTTP/2. It also contains a compatibility layer that
automatically enables the use of nghttp2 if it’s available.