How to Install and Uninstall python2-sqlalchemy-migrate Package on openSUSE Leap

Last updated: May 04,2024

1. Install "python2-sqlalchemy-migrate" package

Please follow the guidance below to install python2-sqlalchemy-migrate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-sqlalchemy-migrate

2. Uninstall "python2-sqlalchemy-migrate" package

This guide covers the steps necessary to uninstall python2-sqlalchemy-migrate on openSUSE Leap:

$ sudo zypper remove python2-sqlalchemy-migrate

3. Information about the python2-sqlalchemy-migrate package on openSUSE Leap

Information for package python2-sqlalchemy-migrate:
---------------------------------------------------
Repository : Main Repository
Name : python2-sqlalchemy-migrate
Version : 0.13.0-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 707,4 KiB
Installed : No
Status : not installed
Source package : python-sqlalchemy-migrate-0.13.0-bp153.1.19.src
Summary : Database schema migration for SQLAlchemy
Description :
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in SQLAlchemy projects.
Migrate extends SQLAlchemy to have database changeset handling. It provides a
database change repository mechanism which can be used from the command line as
well as from inside python code.