How to Install and Uninstall python3-alembic Package on openSUSE Leap

Last updated: April 29,2024

1. Install "python3-alembic" package

In this section, we are going to explain the necessary steps to install python3-alembic on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-alembic

2. Uninstall "python3-alembic" package

This guide covers the steps necessary to uninstall python3-alembic on openSUSE Leap:

$ sudo zypper remove python3-alembic

3. Information about the python3-alembic package on openSUSE Leap

Information for package python3-alembic:
----------------------------------------
Repository : Main Repository
Name : python3-alembic
Version : 1.0.3-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-alembic-1.0.3-1.24.src
Upstream URL : http://bitbucket.org/zzzeek/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.