How to Install and Uninstall python39-alembic Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-alembic" package

This guide let you learn how to install python39-alembic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-alembic

2. Uninstall "python39-alembic" package

Learn how to uninstall python39-alembic on openSuSE Tumbleweed:

$ sudo zypper remove python39-alembic

3. Information about the python39-alembic package on openSuSE Tumbleweed

Information for package python39-alembic:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-alembic
Version : 1.13.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-alembic-1.13.1-1.2.src
Upstream URL : https://github.com/sqlalchemy/alembic
Summary : A database migration tool for SQLAlchemy
Description :
Alembic is a new database migrations tool, written by the author
of SQLAlchemy . A migrations tool
offers the following functionality:
* Can emit ALTER statements to a database in order to change
the structure of tables and other constructs
* Provides a system whereby "migration scripts" may be constructed;
each script indicates a particular series of steps that can "upgrade" a
target database to a new version, and optionally a series of steps that can
"downgrade" similarly, doing the same steps in reverse.
* Allows the scripts to execute in some sequential manner.