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

Last updated: May 16,2024

1. Install "python-flask-restful" package

Please follow the steps below to install python-flask-restful on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-flask-restful

2. Uninstall "python-flask-restful" package

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

$ sudo apt remove python-flask-restful $ sudo apt autoclean && sudo apt autoremove

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

Package: python-flask-restful
Priority: optional
Section: universe/python
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: flask-restful
Version: 0.3.4-1
Depends: python-aniso8601, python-flask (>= 0.8), python-six (>= 1.3.0), python-tz, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/f/flask-restful/python-flask-restful_0.3.4-1_all.deb
Size: 21428
MD5sum: ec36fe2ed57e7c3722f8d2a0584ee5a4
SHA1: a6fc23336d57f4f53af3cc7e741e05b89c9d2c75
SHA256: 94c958539dbc1650f7ded8190db52867e98423fe873c38f16d319a5e634dab44
Description-en: REST API framework for Flask applications (Python Module)
Flask-RESTful is an extension for Flask that adds support for quickly building
REST APIs. It is a lightweight abstraction that works with your existing
ORM/libraries. Flask-RESTful encourages best practices with minimal setup.
If you are familiar with Flask, Flask-RESTful should be easy to pick up.
.
This package provides the module for Python 2.
Description-md5: 648a5099610afb001df287538e8c32e5
Homepage: https://github.com/twilio/flask-restful
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu