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

Last updated: May 21,2024

1. Install "python3-hypercorn" package

This tutorial shows how to install python3-hypercorn on Kali Linux

$ sudo apt update $ sudo apt install python3-hypercorn

2. Uninstall "python3-hypercorn" package

Please follow the steps below to uninstall python3-hypercorn on Kali Linux:

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

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

Package: python3-hypercorn
Source: hypercorn
Version: 0.14.4-1
Installed-Size: 237
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions, python3-h11 (>= 0.11.0), python3-h2 (>= 3.1.0), python3-priority, python3-tomli | python3 (>> 3.11), python3-wsproto (>= 0.14.0), python3:any
Suggests: python3-trio (>= 0.11.0), python3-uvloop
Size: 47816
SHA256: a5b21dc6e89ce9771a919fb3c693a73f7a1b836ea5f2f9fd385ee18ca156b40b
SHA1: 3941994de61b1cf0fbb25c8f3cd98c71a10e049f
MD5sum: 87c6fbc3595be49128a5fdc9d45ab2b7
Description: ASGI Server based on Hyper (Python3 version)
Hypercorn is an ASGI 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/2, and ASGI/3
specifications. Hypercorn can utilise asyncio, uvloop, or trio worker
types.
.
Hypercorn can optionally serve the current draft of the HTTP/3
specification using the aioquic library.
.
Hypercorn was initially part of Quart before being separated out into
a standalone ASGI server. Hypercorn forked from version 0.5.0 of Quart.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/pgjones/hypercorn
Section: python
Priority: optional
Filename: pool/main/h/hypercorn/python3-hypercorn_0.14.4-1_all.deb