How to Install and Uninstall python36-sqlalchemy-migrate Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python36-sqlalchemy-migrate" package

This tutorial shows how to install python36-sqlalchemy-migrate on openSuSE Tumbleweed

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

2. Uninstall "python36-sqlalchemy-migrate" package

This is a short guide on how to uninstall python36-sqlalchemy-migrate on openSuSE Tumbleweed:

$ sudo zypper remove python36-sqlalchemy-migrate

3. Information about the python36-sqlalchemy-migrate package on openSuSE Tumbleweed

Information for package python36-sqlalchemy-migrate:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-sqlalchemy-migrate
Version : 0.13.0-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 887,3 KiB
Installed : No
Status : not installed
Source package : python-sqlalchemy-migrate-0.13.0-3.2.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.