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

Last updated: October 06,2024

1. Install "python39-priority" package

Please follow the steps below to install python39-priority on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-priority

2. Uninstall "python39-priority" package

In this section, we are going to explain the necessary steps to uninstall python39-priority on openSuSE Tumbleweed:

$ sudo zypper remove python39-priority

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

Information for package python39-priority:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-priority
Version : 2.0.0-2.6
Arch : noarch
Vendor : openSUSE
Installed Size : 59.0 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.