How to Install and Uninstall python-quart-doc Package on Kali Linux

Last updated: May 14,2024

1. Install "python-quart-doc" package

Here is a brief guide to show you how to install python-quart-doc on Kali Linux

$ sudo apt update $ sudo apt install python-quart-doc

2. Uninstall "python-quart-doc" package

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

$ sudo apt remove python-quart-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-quart-doc package on Kali Linux

Package: python-quart-doc
Source: quart
Version: 0.18.3-2
Installed-Size: 3483
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3), sphinx-rtd-theme-common (>= 1.1.1+dfsg)
Size: 521676
SHA256: 430ac9d65fbd150c0f1db75ba884604a03614e32f8cad1bf4028a4a779b56ec4
SHA1: bec6b1bcddb24c8f9a5bf19a5fc224e8530d386e
MD5sum: 8e9b550cf542a01a8700346f76754781
Description: Python ASGI web microframework with the same API as Flask (Documentation)
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
.
This package contains the documentation and examples.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/pallets/quart
Section: doc
Priority: optional
Filename: pool/main/q/quart/python-quart-doc_0.18.3-2_all.deb