How To Install python3-priority on Fedora 36

In this tutorial we learn how to install python3-priority in Fedora 36. python3-priority is A pure-Python implementation of the HTTP/2 priority tree

Introduction

In this tutorial we learn how to install python3-priority on Fedora 36.

What is python3-priority

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.

We can use yum or dnf to install python3-priority on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-priority.

Install python3-priority on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-priority using dnf by running the following command:

sudo dnf -y install python3-priority

Install python3-priority on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-priority using yum by running the following command:

sudo yum -y install python3-priority

How To Uninstall python3-priority on Fedora 36

To uninstall only the python3-priority package we can use the following command:

sudo dnf remove python3-priority

python3-priority Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/priority
/usr/lib/python3.10/site-packages/priority-2.0.0.dist-info
/usr/lib/python3.10/site-packages/priority-2.0.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/priority-2.0.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/priority-2.0.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/priority-2.0.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/priority-2.0.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/priority/__init__.py
/usr/lib/python3.10/site-packages/priority/__pycache__
/usr/lib/python3.10/site-packages/priority/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/priority/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/priority/__pycache__/priority.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/priority/__pycache__/priority.cpython-310.pyc
/usr/lib/python3.10/site-packages/priority/priority.py
/usr/lib/python3.10/site-packages/priority/py.typed
/usr/share/doc/python3-priority
/usr/share/doc/python3-priority/README.rst
/usr/share/doc/python3-priority/html
/usr/share/doc/python3-priority/html/_sources
/usr/share/doc/python3-priority/html/_sources/api.rst.txt
/usr/share/doc/python3-priority/html/_sources/authors.rst.txt
/usr/share/doc/python3-priority/html/_sources/index.rst.txt
/usr/share/doc/python3-priority/html/_sources/installation.rst.txt
/usr/share/doc/python3-priority/html/_sources/license.rst.txt
/usr/share/doc/python3-priority/html/_sources/security
/usr/share/doc/python3-priority/html/_sources/security/CVE-2016-6580.rst.txt
/usr/share/doc/python3-priority/html/_sources/security/index.rst.txt
/usr/share/doc/python3-priority/html/_sources/using-priority.rst.txt
/usr/share/doc/python3-priority/html/_static
/usr/share/doc/python3-priority/html/_static/basic.css
/usr/share/doc/python3-priority/html/_static/classic.css
/usr/share/doc/python3-priority/html/_static/default.css
/usr/share/doc/python3-priority/html/_static/doctools.js
/usr/share/doc/python3-priority/html/_static/documentation_options.js
/usr/share/doc/python3-priority/html/_static/file.png
/usr/share/doc/python3-priority/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-priority/html/_static/jquery.js
/usr/share/doc/python3-priority/html/_static/language_data.js
/usr/share/doc/python3-priority/html/_static/minus.png
/usr/share/doc/python3-priority/html/_static/plus.png
/usr/share/doc/python3-priority/html/_static/pygments.css
/usr/share/doc/python3-priority/html/_static/searchtools.js
/usr/share/doc/python3-priority/html/_static/sidebar.js
/usr/share/doc/python3-priority/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-priority/html/_static/underscore.js
/usr/share/doc/python3-priority/html/api.html
/usr/share/doc/python3-priority/html/authors.html
/usr/share/doc/python3-priority/html/genindex.html
/usr/share/doc/python3-priority/html/index.html
/usr/share/doc/python3-priority/html/installation.html
/usr/share/doc/python3-priority/html/license.html
/usr/share/doc/python3-priority/html/objects.inv
/usr/share/doc/python3-priority/html/search.html
/usr/share/doc/python3-priority/html/searchindex.js
/usr/share/doc/python3-priority/html/security
/usr/share/doc/python3-priority/html/security/CVE-2016-6580.html
/usr/share/doc/python3-priority/html/security/index.html
/usr/share/doc/python3-priority/html/using-priority.html
/usr/share/licenses/python3-priority
/usr/share/licenses/python3-priority/LICENSE

References

Summary

In this tutorial we learn how to install python3-priority on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).