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

Last updated: May 15,2024

1. Install "python3-falcon" package

Please follow the guidelines below to install python3-falcon on Kali Linux

$ sudo apt update $ sudo apt install python3-falcon

2. Uninstall "python3-falcon" package

This guide covers the steps necessary to uninstall python3-falcon on Kali Linux:

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

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

Package: python3-falcon
Source: python-falcon (3.1.1-2)
Version: 3.1.1-2+b1
Installed-Size: 10022
Maintainer: Debian OpenStack
Architecture: amd64
Depends: python3-cbor2, python3-jsonschema, python3-mimeparse (>= 1.5.2), python3-msgpack, python3-rapidjson, python3-six, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 1912696
SHA256: bb6dc328bec282b1efc580ab6e0538eda0a10197f53d94871d5faabb8fcc7a5b
SHA1: 10e7b54c3c345ee097339927ce67bdf1b9f5329e
MD5sum: 5b9b7ccfadbe1782a07d52371c6ca74d
Description: 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:
Homepage: http://falconframework.org
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-falcon/python3-falcon_3.1.1-2+b1_amd64.deb