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

Last updated: April 29,2024

1. Install "python-flask-migrate" package

This tutorial shows how to install python-flask-migrate on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-flask-migrate" package

Please follow the guidance below to uninstall python-flask-migrate on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-flask-migrate
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: flask-migrate
Version: 1.7.0-1
Depends: alembic (>= 0.6), python-alembic, python-flask (>= 0.9), python-flask-script, python-flask-sqlalchemy, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/f/flask-migrate/python-flask-migrate_1.7.0-1_all.deb
Size: 9630
MD5sum: 6075778795a1ffe0e471e14ba7427e4d
SHA1: 162edcb81e36539abc6a08905d789d0477107629
SHA256: 98a525b2a40af5f0778dfb5c98f535cc9f481a239f933b28db92398ae240682c
Description-en: SQLAlchemy database migrations for Flask applications using Alembic
Flask-Migrate is an extension that handles SQLAlchemy database migrations for
Flask applications using Alembic. The database operations are provided as
command line arguments for Flask-Script.
.
This is the Python 2 package
Description-md5: 59e5c11fd03b2990acb3a2ddc04172aa
Homepage: https://pypi.python.org/pypi/Flask-Migrate
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu