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

Last updated: July 03,2024

1. Install "python2-Flask-Migrate" package

Please follow the step by step instructions below to install python2-Flask-Migrate on openSUSE Leap

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

2. Uninstall "python2-Flask-Migrate" package

In this section, we are going to explain the necessary steps to uninstall python2-Flask-Migrate on openSUSE Leap:

$ sudo zypper remove python2-Flask-Migrate

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

Information for package python2-Flask-Migrate:
----------------------------------------------
Repository : Main Repository
Name : python2-Flask-Migrate
Version : 2.4.0-1.15
Arch : noarch
Vendor : SUSE LLC
Installed Size : 73,7 KiB
Installed : No
Status : not installed
Source package : python-Flask-Migrate-2.4.0-1.15.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.