How to Install and Uninstall python3-quart Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "python3-quart" package

Here is a brief guide to show you how to install python3-quart on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-quart

2. Uninstall "python3-quart" package

Please follow the instructions below to uninstall python3-quart on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-quart package on Ubuntu 21.10 (Impish Indri)

Package: python3-quart
Architecture: all
Version: 0.14.1-1
Priority: optional
Section: universe/python
Source: quart
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 383
Depends: python3-aiofiles, python3-blinker, python3-click, python3-hypercorn (>= 0.7.0), python3-itsdangerous, python3-jinja2, python3-toml, python3-werkzeug (>= 1.0.0), python3:any (>= 3.7~)
Filename: pool/universe/q/quart/python3-quart_0.14.1-1_all.deb
Size: 60556
MD5sum: 7ec2b53eac897cc42f38b7363b0d58e9
SHA1: 6101a64e17b0dde9315894c7e6baf6e7055c8a28
SHA256: 4260fb890f579ee57516e7e65e950c6bdf7eee36ba8395511270c8412af6f428
SHA512: b7afa5e157b227303d03e5920e0e1aaf76591ccb5430d1d84878d8ae79741cb3a95e6dc57d0f0610a8be57b6406205545aa95dd5d15d53fe0f801aec1e637cc3
Homepage: https://gitlab.com/pgjones/quart
Description-en: 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: 7fd562742826b1746e40d6fafdc784c9