How to Install and Uninstall python3-priority Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-priority" package

Please follow the instructions below to install python3-priority on Kali Linux

$ sudo apt update $ sudo apt install python3-priority

2. Uninstall "python3-priority" package

Learn how to uninstall python3-priority on Kali Linux:

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

3. Information about the python3-priority package on Kali Linux

Package: python3-priority
Source: python-priority
Version: 2.0.0-1
Installed-Size: 47
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 13320
SHA256: 5cf32c6a65aa7ac062224fea9c65d92ebe5e6a2364b4dc98ad5fb313efa68269
SHA1: 8b5aa75ad5d56542c0fe93e5faec1d7da8a2919f
MD5sum: deabb3b3ea1b2c3b53b982e2a4fb7270
Description: 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:
Homepage: https://python-hyper.org/priority/
Section: python
Priority: optional
Filename: pool/main/p/python-priority/python3-priority_2.0.0-1_all.deb