How to Install and Uninstall python312-priority Package on openSuSE Tumbleweed

Last updated: December 28,2024

1. Install "python312-priority" package

Please follow the step by step instructions below to install python312-priority on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-priority

2. Uninstall "python312-priority" package

Please follow the instructions below to uninstall python312-priority on openSuSE Tumbleweed:

$ sudo zypper remove python312-priority

3. Information about the python312-priority package on openSuSE Tumbleweed

Information for package python312-priority:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-priority
Version : 2.0.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 69.4 KiB
Installed : No
Status : not installed
Source package : python-priority-2.0.0-2.6.src
Upstream URL : https://github.com/python-hyper/priority/
Summary : A pure-Python implementation of the HTTP/2 priority tree
Description :
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.