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

Last updated: May 20,2024

1. Install "python3-quart" package

Please follow the guidance below to install python3-quart on Kali Linux

$ sudo apt update $ sudo apt install python3-quart

2. Uninstall "python3-quart" package

Please follow the guidelines below to uninstall python3-quart on Kali Linux:

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

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

Package: python3-quart
Source: quart
Version: 0.18.3-2
Installed-Size: 421
Maintainer: Debian Python Team
Architecture: all
Depends: python3-aiofiles, python3-blinker, python3-click, python3-hypercorn (>= 0.11.2~), python3-importlib-metadata | python3 (>> 3.10), python3-itsdangerous, python3-jinja2, python3-markupsafe, python3-typing-extensions | python3 (>> 3.8), python3-werkzeug (>= 2.2.0~), python3:any
Size: 80532
SHA256: 6edb5cb1c66bc1dfaaca42c4e5829189f7b4500031cdf4f82d3c5826f0f1d03c
SHA1: ead4f83d289b35d77098f7dce5866795d7020de3
MD5sum: e9a7ef9fcdf94523a9e66f6e68f1c8f7
Description: Python ASGI web microframework with the same API as Flask
Quart is a Python ASGI web microframework. It is intended to provide the
easiest way to use asyncio functionality in a web context, especially
with existing Flask apps. This is possible as the Quart API is a superset
of the Flask API.
.
Quart aims to be a complete web microframework, as it supports HTTP/1.1,
HTTP/2 and websockets. Quart is very extendable and has a number of
known extensions and works with many of the Flask extensions.
.
Quart supports the full ASGI 3.0 specification as well as the websocket
response and HTTP/2 server push extensions. For those of you familiar
with Flask, Quart extends the Flask API by adding support for:
.
* HTTP/1.1 request streaming
* Websockets
* HTTP/2 server push
Description-md5:
Homepage: https://github.com/pallets/quart
Section: python
Priority: optional
Filename: pool/main/q/quart/python3-quart_0.18.3-2_all.deb