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

Last updated: May 08,2024

1. Install "python3-uvicorn" package

Please follow the instructions below to install python3-uvicorn on Kali Linux

$ sudo apt update $ sudo apt install python3-uvicorn

2. Uninstall "python3-uvicorn" package

This tutorial shows how to uninstall python3-uvicorn on Kali Linux:

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

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

Package: python3-uvicorn
Source: python-uvicorn
Version: 0.27.0-1
Installed-Size: 244
Maintainer: Debian Python Team
Architecture: all
Depends: python3-wsproto, python3-click, python3-h11, python3-typing-extensions | python3-supported-min (>= 3.11), python3-uvloop, python3:any
Suggests: python-uvicorn-doc
Enhances: python3-gunicorn
Size: 45688
SHA256: 8281e4566bf94e78cd398c6d4e194de87a9fd52ce1ee28c12ce9662be85d0816
SHA1: db808e6efb7f69c5c4151dfb4b0673c1d7d1f878
MD5sum: 2d6f039a890caa89b8cb777cb3e8d6a5
Description: ASGI server implementation, using uvloop and httptools (Python3 version)
Uvicorn is a fast ASGI server, built on uvloop and httptools. It currently
supports HTTP/1.1 and WebSockets.
.
Uvicorn is designed with particular attention to connection and resource
management, in order to provide a robust server implementation. It aims to
ensure graceful behavior to either server or client errors, and resilience to
poor client behavior or denial of service attacks.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/encode/uvicorn/
Section: python
Priority: optional
Filename: pool/main/p/python-uvicorn/python3-uvicorn_0.27.0-1_all.deb