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

Last updated: May 20,2024

1. Install "python39-hpack" package

Please follow the step by step instructions below to install python39-hpack on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-hpack

2. Uninstall "python39-hpack" package

This guide covers the steps necessary to uninstall python39-hpack on openSuSE Tumbleweed:

$ sudo zypper remove python39-hpack

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

Information for package python39-hpack:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-hpack
Version : 4.0.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 318.1 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.