How to Install and Uninstall python3-Flask-Migrate Package on openSUSE Leap

Last updated: May 02,2024

1. Install "python3-Flask-Migrate" package

Please follow the guidelines below to install python3-Flask-Migrate on openSUSE Leap

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

2. Uninstall "python3-Flask-Migrate" package

Please follow the instructions below to uninstall python3-Flask-Migrate on openSUSE Leap:

$ sudo zypper remove python3-Flask-Migrate

3. Information about the python3-Flask-Migrate package on openSUSE Leap

Information for package python3-Flask-Migrate:
----------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-Flask-Migrate
Version : 2.4.0-150400.14.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 89.9 KiB
Installed : No
Status : not installed
Source package : python3-Flask-Migrate-2.4.0-150400.14.69.src
Upstream URL : http://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.