How to Install and Uninstall python-falcon Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 03,2024

1. Install "python-falcon" package

Please follow the guidance below to install python-falcon on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-falcon

2. Uninstall "python-falcon" package

This guide let you learn how to uninstall python-falcon on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-falcon package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-falcon
Priority: optional
Section: universe/python
Installed-Size: 1789
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: amd64
Version: 0.3.0-5
Depends: python-mimeparse, python-six (>= 1.4.0), python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Filename: pool/universe/p/python-falcon/python-falcon_0.3.0-5_amd64.deb
Size: 389378
MD5sum: c0ba3dee9a23deb2558cfe87147f7278
SHA1: a75d9caf2731aa51da95c72ba5157ae3210ba683
SHA256: b4a33b90568a7a3c3c08ca1026c7ea704247ea1ed82798a85d7b832838c671b3
Description-en: supersonic micro-framework for building cloud APIs - Python 2.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 2.x module.
Description-md5: 2422cd07efa827bb33f2d99e27eaf62b
Homepage: http://falconframework.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu