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

Last updated: July 03,2024

1. Install "python36-Flask-Migrate" package

Here is a brief guide to show you how to install python36-Flask-Migrate on openSuSE Tumbleweed

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

2. Uninstall "python36-Flask-Migrate" package

This is a short guide on how to uninstall python36-Flask-Migrate on openSuSE Tumbleweed:

$ sudo zypper remove python36-Flask-Migrate

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

Information for package python36-Flask-Migrate:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-Flask-Migrate
Version : 3.0.1-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 70,9 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.