How to Install and Uninstall python310-hpack Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python310-hpack" package

Please follow the instructions below to install python310-hpack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-hpack

2. Uninstall "python310-hpack" package

This tutorial shows how to uninstall python310-hpack on openSuSE Tumbleweed:

$ sudo zypper remove python310-hpack

3. Information about the python310-hpack package on openSuSE Tumbleweed

Information for package python310-hpack:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-hpack
Version : 4.0.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 616.4 KiB
Installed : No
Status : not installed
Source package : python-hpack-4.0.0-2.6.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.