How to Install and Uninstall python2-alembic Package on openSUSE Leap
Last updated: November 26,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-alembic" package
In this section, we are going to explain the necessary steps to install python2-alembic on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-alembic
Copied
2. Uninstall "python2-alembic" package
Please follow the instructions below to uninstall python2-alembic on openSUSE Leap:
$
sudo zypper remove
python2-alembic
Copied
3. Information about the python2-alembic package on openSUSE Leap
Information for package python2-alembic:
----------------------------------------
Repository : Main Repository
Name : python2-alembic
Version : 1.0.3-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,3 MiB
Installed : No
Status : not installed
Source package : python-alembic-1.0.3-1.24.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.
----------------------------------------
Repository : Main Repository
Name : python2-alembic
Version : 1.0.3-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,3 MiB
Installed : No
Status : not installed
Source package : python-alembic-1.0.3-1.24.src
Summary : A database migration tool for SQLAlchemy
Description :
Alembic is a new database migrations tool, written by the author
of SQLAlchemy
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.