How to Install and Uninstall python3-priority.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: May 20,2024

1. Install "python3-priority.noarch" package

In this section, we are going to explain the necessary steps to install python3-priority.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-priority.noarch" package

Please follow the instructions below to uninstall python3-priority.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-priority.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:35:30 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-priority
Version : 1.3.0
Release : 5.el8
Architecture : noarch
Size : 22 k
Source : python-priority-1.3.0-5.el8.src.rpm
Repository : epel
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.