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

Last updated: May 03,2024

1. Install "python3-sqlalchemy-migrate" package

This guide covers the steps necessary to install python3-sqlalchemy-migrate on openSUSE Leap

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

2. Uninstall "python3-sqlalchemy-migrate" package

Please follow the step by step instructions below to uninstall python3-sqlalchemy-migrate on openSUSE Leap:

$ sudo zypper remove python3-sqlalchemy-migrate

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

Information for package python3-sqlalchemy-migrate:
---------------------------------------------------
Repository : Main Repository
Name : python3-sqlalchemy-migrate
Version : 0.13.0-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 895.5 KiB
Installed : No
Status : not installed
Source package : python-sqlalchemy-migrate-0.13.0-bp155.2.14.src
Upstream URL : http://pypi.python.org/pypi/sqlalchemy-migrate
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.