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

Last updated: December 24,2024

1. Install "python38-Flask-Migrate" package

Please follow the instructions below to install python38-Flask-Migrate on openSuSE Tumbleweed

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

2. Uninstall "python38-Flask-Migrate" package

This tutorial shows how to uninstall python38-Flask-Migrate on openSuSE Tumbleweed:

$ sudo zypper remove python38-Flask-Migrate

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

Information for package python38-Flask-Migrate:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Flask-Migrate
Version : 3.0.1-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 71,2 KiB
Installed : No
Status : not installed
Source package : python-Flask-Migrate-3.0.1-1.3.src
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.