How to Install and Uninstall python3-priority Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-priority" package

This tutorial shows how to install python3-priority on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-priority

2. Uninstall "python3-priority" package

Please follow the guidance below to uninstall python3-priority on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-priority $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-priority package on Ubuntu 21.10 (Impish Indri)

Package: python3-priority
Architecture: all
Version: 1.3.0-3
Priority: optional
Section: universe/python
Source: python-priority
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 46
Depends: python3:any
Filename: pool/universe/p/python-priority/python3-priority_1.3.0-3_all.deb
Size: 11756
MD5sum: 54d107d2f7320853d587ae9bc4fc75be
SHA1: d6d5985db3237bb8140c048cba055b2d22c7bdb7
SHA256: dc065946d0c2967f99b65aabf4ed6e9754cde9e44c5b9e45028683c865b87e14
SHA512: f99a845c7ef72cd311762d930afe78d20c132e96889f8591978e5df59b596c73d3d15fa928b58e6436c2f8a3043a0b2a724f3b9191aa88fdfbb76a5c47cdca3c
Homepage: https://python-hyper.org/priority/
Description-en: pure-Python implementation of the HTTP/2 priority tree (Python 3)
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.
.
Specifically, this Python implementation uses a variant of the implementation
used in the H2O project. This original implementation is also the
inspiration for nghttp2's priority implementation, and generally produces a
very clean and even priority stream. The only notable changes from H2O's
implementation are small modifications to allow the priority implementation to
work cleanly as a separate implementation, rather than being embedded in a
HTTP/2 stack directly.
.
While priority information in HTTP/2 is only a suggestion, rather than an
enforceable constraint, where possible servers should respect the priority
requests of their clients.
.
This package is for Python 3.
Description-md5: 71b9d84e753e926e4c6b13fb7d16b1a9