How to Install and Uninstall python3-hpack.noarch Package on Rocky Linux 9

Last updated: October 09,2024

1. Install "python3-hpack.noarch" package

Please follow the guidance below to install python3-hpack.noarch on Rocky Linux 9

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

2. Uninstall "python3-hpack.noarch" package

Please follow the guidelines below to uninstall python3-hpack.noarch on Rocky Linux 9:

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

3. Information about the python3-hpack.noarch package on Rocky Linux 9

Last metadata expiration check: 2:23:47 ago on Fri Feb 16 06:49:52 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.