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

Last updated: May 18,2024

1. Install "python3-flask-sqlalchemy" package

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

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

2. Uninstall "python3-flask-sqlalchemy" package

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

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

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

Package: python3-flask-sqlalchemy
Priority: optional
Section: universe/python
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: flask-sqlalchemy
Version: 1.0-3
Depends: python3-flask (>= 0.10), python3-pkg-resources, python3-sqlalchemy (>= 1.0~), python3-sqlalchemy (<< 1.1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/f/flask-sqlalchemy/python3-flask-sqlalchemy_1.0-3_all.deb
Size: 12498
MD5sum: 3a0cbe7ea49cd2eec7a3f19a13087778
SHA1: 69a8deb14f63efee6ebb08b0287cb9fc8a8dda48
SHA256: 83d52580e33430e67e2ef05475b3a0303d8ae854d66b79c9b74797553f42cccf
Description-en: adds SQLAlchemy support to your Flask application
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
intentions.
.
This python3 package adds SQLAlchemy support to Flask.
Description-md5: 336874059f0570f5f18ecbfb8dccd155
Homepage: https://pypi.python.org/pypi/Flask-SQLAlchemy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu