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

Last updated: October 07,2024

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

Please follow the steps below to install python-priority-doc.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 1:31:48 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python-priority-doc
Version : 2.0.0
Release : 8.fc36
Architecture : noarch
Size : 169 k
Source : python-priority-2.0.0-8.fc36.src.rpm
Repository : updates
Summary : Documentation for python-priority
URL : http://python-hyper.org/priority/
License : MIT
Description :
: A HTTP/2 Priority Implementation Priority is a pure-Python
: implementation of the priority logic for HTTP/2, set out in RFC 7540 Section
: 5.3 (Stream Priority)_. This logic allows for clients to express a preference
: for how the server allocates its (limited) resources to the many outstanding
: HTTP requests that may be running over a single HTTP/2 connection.
:
: This is the documentation package for python-priority.