How to Install and Uninstall python-alembic-doc Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python-alembic-doc" package

Here is a brief guide to show you how to install python-alembic-doc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-alembic-doc

2. Uninstall "python-alembic-doc" package

This guide let you learn how to uninstall python-alembic-doc on openSUSE Leap:

$ sudo zypper remove python-alembic-doc

3. Information about the python-alembic-doc package on openSUSE Leap

Information for package python-alembic-doc:
-------------------------------------------
Repository : Main Repository
Name : python-alembic-doc
Version : 1.0.3-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 2,4 MiB
Installed : No
Status : not installed
Source package : python-alembic-1.0.3-1.24.src
Summary : Documentation for python-alembic
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.
This package contains the documentation.