How to Install and Uninstall python3-hpack.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

1. Install "python3-hpack.noarch" package

Please follow the guidance below to install python3-hpack.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-hpack.noarch" package

Please follow the step by step instructions below to uninstall python3-hpack.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-hpack.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:55:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-hpack
Version : 4.0.0
Release : 6.el9
Architecture : noarch
Size : 51 k
Source : python-hpack-4.0.0-6.el9.src.rpm
Repository : epel
Summary : Pure-Python HPACK header compression
URL : https://github.com/python-hyper/hpack
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.