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

Last updated: June 08,2024

1. Install "python310-sqlalchemy-migrate" package

This guide let you learn how to install python310-sqlalchemy-migrate on openSuSE Tumbleweed

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

2. Uninstall "python310-sqlalchemy-migrate" package

Please follow the steps below to uninstall python310-sqlalchemy-migrate on openSuSE Tumbleweed:

$ sudo zypper remove python310-sqlalchemy-migrate

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

Information for package python310-sqlalchemy-migrate:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-sqlalchemy-migrate
Version : 0.13.0-6.2
Arch : noarch
Vendor : openSUSE
Installed Size : 634.9 KiB
Installed : No
Status : not installed
Source package : python-sqlalchemy-migrate-0.13.0-6.2.src
Upstream URL : https://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.