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

Last updated: December 29,2024

1. Install "python312-hypercorn" package

This guide covers the steps necessary to install python312-hypercorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-hypercorn

2. Uninstall "python312-hypercorn" package

Please follow the steps below to uninstall python312-hypercorn on openSuSE Tumbleweed:

$ sudo zypper remove python312-hypercorn

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

Information for package python312-hypercorn:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-hypercorn
Version : 0.16.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 470.7 KiB
Installed : No
Status : not installed
Source package : python-hypercorn-0.16.0-1.1.src
Upstream URL : https://github.com/pgjones/hypercorn/
Summary : A ASGI Server based on Hyper libraries and inspired by Gunicorn
Description :
Hypercorn is an `ASGI and WSGI web server based on the sans-io hyper, h11, h2,
and wsproto libraries and inspired by Gunicorn. Hypercorn supports HTTP/1,
HTTP/2, WebSockets (over HTTP/1 and HTTP/2), ASGI, and WSGI specifications.
Hypercorn can utilise asyncio, uvloop, or trio worker types.