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

Last updated: May 03,2024

1. Install "python36-alembic" package

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

$ sudo zypper refresh $ sudo zypper install python36-alembic

2. Uninstall "python36-alembic" package

This guide let you learn how to uninstall python36-alembic on openSuSE Tumbleweed:

$ sudo zypper remove python36-alembic

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

Information for package python36-alembic:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.