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

Last updated: May 18,2024

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

This guide let you learn how to install python-hyperframe-doc.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall python-hyperframe-doc.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:23:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python-hyperframe-doc
Version : 6.0.1
Release : 8.fc36
Architecture : noarch
Size : 155 k
Source : python-hyperframe-6.0.1-8.fc36.src.rpm
Repository : updates
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.