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

Last updated: October 05,2024

1. Install "python311-hypercorn" package

In this section, we are going to explain the necessary steps to install python311-hypercorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-hypercorn

2. Uninstall "python311-hypercorn" package

Please follow the step by step instructions below to uninstall python311-hypercorn on openSuSE Tumbleweed:

$ sudo zypper remove python311-hypercorn

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

Information for package python311-hypercorn:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-hypercorn
Version : 0.16.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 495.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.