How to Install and Uninstall python3-flask-migrate Package on Kali Linux

Last updated: May 22,2024

1. Install "python3-flask-migrate" package

This tutorial shows how to install python3-flask-migrate on Kali Linux

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

2. Uninstall "python3-flask-migrate" package

Please follow the guidance below to uninstall python3-flask-migrate on Kali Linux:

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

3. Information about the python3-flask-migrate package on Kali Linux

Package: python3-flask-migrate
Source: flask-migrate
Version: 4.0.5-1
Installed-Size: 97
Maintainer: Debian Python Team
Architecture: all
Depends: alembic, python3-alembic, python3-flask (>= 0.9), python3-flask-sqlalchemy, python3:any
Size: 20720
SHA256: 2e088b132a236d82ef73033c896b91f5b827d9bc50daa9bbbadff73937627947
SHA1: da66862a58fe8583e6519fef3539007d6a7d1994
MD5sum: 89946e29a57e2777fac6d158fb873d38
Description: SQLAlchemy migrations for Flask using Alembic and Python 3
Flask-Migrate is an extension that handles SQLAlchemy database migrations for
Flask applications using Alembic. The database operations are provided as
command-line arguments under the flask db command.
Description-md5:
Homepage: https://github.com/miguelgrinberg/Flask-Migrate
Section: python
Priority: optional
Filename: pool/main/f/flask-migrate/python3-flask-migrate_4.0.5-1_all.deb