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

Last updated: May 18,2024

1. Install "python3-flask-restful" package

Here is a brief guide to show you how to install python3-flask-restful on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-flask-restful" package

In this section, we are going to explain the necessary steps to uninstall python3-flask-restful on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-aniso8601, python3-flask (>= 0.8), python3-six (>= 1.3.0), python3-tz, python3:any (>= 3.3.2-2~)
Filename: pool/universe/f/flask-restful/python3-flask-restful_0.3.4-1_all.deb
Size: 21500
MD5sum: 1afad7b3eb90227003061f70de99517a
SHA1: 231bd46e73e0c75a450633837e7833933c50222e
SHA256: 8fcf8424dda0182d5276b76c57d38ef5e37d1276a198aeb79a49c70229d4a904
Description-en: REST API framework for Flask applications (Python3 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 3.
Description-md5: 80c2dabec0bcc312915aab78aec32e30
Homepage: https://github.com/twilio/flask-restful
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu