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

Last updated: July 07,2024

1. Install "python3-falcon" package

Please follow the step by step instructions below to install python3-falcon on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-falcon

2. Uninstall "python3-falcon" package

This is a short guide on how to uninstall python3-falcon on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-falcon
Architecture: amd64
Version: 2.0.0-2build1
Priority: optional
Section: universe/python
Source: python-falcon
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3610
Depends: python3-jsonschema, python3-mimeparse (>= 1.5.2), python3-msgpack, python3-six, python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14)
Filename: pool/universe/p/python-falcon/python3-falcon_2.0.0-2build1_amd64.deb
Size: 720084
MD5sum: ec3d2ffff509da932c78368b303b9ad7
SHA1: 9afc12afdf9bc17db09438effc4af3a3508863cd
SHA256: 2b9f958624c72674cf9bcca350f361e83acc6255dcaa37ae4bf33a05ac8706ba
SHA512: 34a1c5ab3ca42b209cd5c37217bbcffda2a97a57bbce3152e5ccc9e4d524b2f73089d94fa661f9003bd9c9ff83d43397b695fd139e48176276f21e20cccbdfd6
Homepage: http://falconframework.org
Description-en: supersonic micro-framework for building cloud APIs - Python 3.x
Falcon is a high-performance Python framework for building cloud APIs. It
encourages the REST architectural style, and tries to do as little as possible
while remaining highly effective.
.
Unlike other Python web frameworks, Falcon won't bottleneck your API's
performance under highly concurrent workloads. Many frameworks max out at
serving simple "hello world" requests at a few thousand req/sec, while Falcon
can easily serve many more on the same hardware.
.
Falcon isn't very opinionated. In other words, the framework leaves a lot of
decisions and implementation details to you.
.
Features:
* Intuitive routing via URI templates and resource classes
* Easy access to headers and bodies through request and response classes
* Idiomatic HTTP error responses via a handy exception base class
* DRY request processing using global, resource, and method hooks
* Snappy unit testing through WSGI helpers and mocks
* 20% speed boost when Cython is available
* Python 2.6, Python 2.7, PyPy and Python 3.3 support
.
This package provides the Python 3.x module.
Description-md5: 85f1d9e9c94098afac75d2fb7d4cdc55