How to Install and Uninstall uvicorn Package on Kali Linux

Last updated: September 20,2024

1. Install "uvicorn" package

Here is a brief guide to show you how to install uvicorn on Kali Linux

$ sudo apt update $ sudo apt install uvicorn

2. Uninstall "uvicorn" package

In this section, we are going to explain the necessary steps to uninstall uvicorn on Kali Linux:

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

3. Information about the uvicorn package on Kali Linux

Package: uvicorn
Source: python-uvicorn
Version: 0.27.0-1
Installed-Size: 24
Maintainer: Debian Python Team
Architecture: all
Depends: python3-uvicorn (= 0.27.0-1), python3:any
Suggests: python-uvicorn-doc
Size: 13804
SHA256: e54336be4c5ec1b9745133fe3f5634889b1861a129ceeb17fe02971fe616d173
SHA1: 4fc3c413c9da507f19e353be4e097cec4ae315fa
MD5sum: fa317ee39bc0c209ff1b00106b34eaf0
Description: ASGI server implementation, using uvloop and httptools
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 CLI script.
Description-md5:
Homepage: https://github.com/encode/uvicorn/
Section: httpd
Priority: optional
Filename: pool/main/p/python-uvicorn/uvicorn_0.27.0-1_all.deb