How to Install and Uninstall python-hyperframe-doc.noarch Package on Fedora 39

Last updated: November 27,2024

1. Install "python-hyperframe-doc.noarch" package

Please follow the instructions below to install python-hyperframe-doc.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python-hyperframe-doc.noarch

2. Uninstall "python-hyperframe-doc.noarch" package

This guide covers the steps necessary to uninstall python-hyperframe-doc.noarch on Fedora 39:

$ sudo dnf remove python-hyperframe-doc.noarch $ sudo dnf autoremove

3. Information about the python-hyperframe-doc.noarch package on Fedora 39

Last metadata expiration check: 5:04:43 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python-hyperframe-doc
Version : 6.0.1
Release : 13.fc39
Architecture : noarch
Size : 55 k
Source : python-hyperframe-6.0.1-13.fc39.src.rpm
Repository : fedora
Summary : Documentation for python-hyperframe
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.
:
: This is the documentation package for python-hyperframe.