How to Install and Uninstall python310-Flask-Migrate Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python310-Flask-Migrate" package

Please follow the guidance below to install python310-Flask-Migrate on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-Flask-Migrate

2. Uninstall "python310-Flask-Migrate" package

Please follow the guidelines below to uninstall python310-Flask-Migrate on openSuSE Tumbleweed:

$ sudo zypper remove python310-Flask-Migrate

3. Information about the python310-Flask-Migrate package on openSuSE Tumbleweed

Information for package python310-Flask-Migrate:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-Flask-Migrate
Version : 4.0.5-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 81.1 KiB
Installed : No
Status : not installed
Source package : python-Flask-Migrate-4.0.5-3.1.src
Upstream URL : https://github.com/miguelgrinberg/flask-migrate/
Summary : SQLAlchemy database migrations for Flask applications using Alembic
Description :
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.