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

Last updated: November 08,2024

1. Install "python311-Flask-Migrate" package

Please follow the steps below to install python311-Flask-Migrate on openSuSE Tumbleweed

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

2. Uninstall "python311-Flask-Migrate" package

This guide let you learn how to uninstall python311-Flask-Migrate on openSuSE Tumbleweed:

$ sudo zypper remove python311-Flask-Migrate

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

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