How to Install and Uninstall python3-priority.noarch Package on Fedora 35

Last updated: January 20,2025

1. Install "python3-priority.noarch" package

Please follow the instructions below to install python3-priority.noarch on Fedora 35

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

2. Uninstall "python3-priority.noarch" package

This is a short guide on how to uninstall python3-priority.noarch on Fedora 35:

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

3. Information about the python3-priority.noarch package on Fedora 35

Last metadata expiration check: 2:06:06 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-priority
Version : 2.0.0
Release : 4.fc35
Architecture : noarch
Size : 172 k
Source : python-priority-2.0.0-4.fc35.src.rpm
Repository : updates
Summary : A pure-Python implementation of the HTTP/2 priority tree
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.