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

Last updated: October 06,2024

1. Install "python3-hpack.noarch" package

Please follow the step by step instructions below to install python3-hpack.noarch on Oracle Linux 9

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

2. Uninstall "python3-hpack.noarch" package

This is a short guide on how to uninstall python3-hpack.noarch on Oracle Linux 9:

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

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

Last metadata expiration check: 2:47:32 ago on Thu Feb 15 07:50:05 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.