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

Last updated: July 03,2024

1. Install "python312-Flask-Migrate" package

This guide covers the steps necessary to install python312-Flask-Migrate on openSuSE Tumbleweed

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

2. Uninstall "python312-Flask-Migrate" package

Please follow the guidance below to uninstall python312-Flask-Migrate on openSuSE Tumbleweed:

$ sudo zypper remove python312-Flask-Migrate

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

Information for package python312-Flask-Migrate:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Flask-Migrate
Version : 4.0.5-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 102.6 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.