How to Install and Uninstall python3-hpack.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "python3-hpack.noarch" package

Here is a brief guide to show you how to install python3-hpack.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-hpack.noarch

2. Uninstall "python3-hpack.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-hpack.noarch on Fedora 36:

$ sudo dnf remove python3-hpack.noarch $ sudo dnf autoremove

3. Information about the python3-hpack.noarch package on Fedora 36

Last metadata expiration check: 3:44:13 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-hpack
Version : 4.0.0
Release : 5.fc36
Architecture : noarch
Size : 67 k
Source : python-hpack-4.0.0-5.fc36.src.rpm
Repository : fedora
Summary : Pure-Python HPACK header compression
URL : http://hyper.rtfd.org
License : MIT
Description :
: HTTP/2 Header Encoding for Python 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.