How to Install and Uninstall python3-hyperframe.noarch Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "python3-hyperframe.noarch" package

This guide let you learn how to install python3-hyperframe.noarch on AlmaLinux 9

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

2. Uninstall "python3-hyperframe.noarch" package

Please follow the guidelines below to uninstall python3-hyperframe.noarch on AlmaLinux 9:

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

3. Information about the python3-hyperframe.noarch package on AlmaLinux 9

Last metadata expiration check: 2:11:31 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-hyperframe
Version : 6.0.1
Release : 5.el9
Architecture : noarch
Size : 29 k
Source : python-hyperframe-6.0.1-5.el9.src.rpm
Repository : epel
Summary : HTTP/2 framing layer for Python
URL : https://github.com/python-hyper/hyperframe/
License : MIT
Description : Pure-Python HTTP/2 framing This library contains the HTTP/2
: framing code used in the hyper project. It provides a pure-Python codebase
: that is capable of decoding a binary stream into HTTP/2 frames. This library is
: used directly by hyper and a number of other projects to provide HTTP/2 frame
: decoding logic.