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

Last updated: July 08,2024

1. Install "python3-hpack.noarch" package

Learn how to install python3-hpack.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:20:26 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-hpack
Version : 4.0.0
Release : 2.fc34
Architecture : noarch
Size : 53 k
Source : python-hpack-4.0.0-2.fc34.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.