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

Last updated: October 05,2024

1. Install "python38-alembic" package

Please follow the guidelines below to install python38-alembic on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-alembic

2. Uninstall "python38-alembic" package

Please follow the guidance below to uninstall python38-alembic on openSuSE Tumbleweed:

$ sudo zypper remove python38-alembic

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

Information for package python38-alembic:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-alembic
Version : 1.7.5-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2,0 MiB
Installed : No
Status : not installed
Source package : python-alembic-1.7.5-1.1.src
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.