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

Last updated: April 19,2024

1. Install "python39-sqlalchemy-migrate" package

Please follow the guidance below to install python39-sqlalchemy-migrate on openSuSE Tumbleweed

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

2. Uninstall "python39-sqlalchemy-migrate" package

In this section, we are going to explain the necessary steps to uninstall python39-sqlalchemy-migrate on openSuSE Tumbleweed:

$ sudo zypper remove python39-sqlalchemy-migrate

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

Information for package python39-sqlalchemy-migrate:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sqlalchemy-migrate
Version : 0.13.0-6.2
Arch : noarch
Vendor : openSUSE
Installed Size : 636.2 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.