How to Install and Uninstall python-alembic Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "python-alembic" package

Here is a brief guide to show you how to install python-alembic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-alembic

2. Uninstall "python-alembic" package

Please follow the guidelines below to uninstall python-alembic on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-alembic $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-alembic package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-alembic
Priority: optional
Section: python
Installed-Size: 563
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: alembic
Version: 0.8.2-3ubuntu1
Replaces: alembic (<< 0.6.3+ds-2)
Depends: python-mako, python-sqlalchemy (>= 1.0~), python-sqlalchemy (<< 1.1), python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-pkg-resources
Suggests: python-editor
Breaks: alembic (<< 0.6.3+ds-2)
Filename: pool/main/a/alembic/python-alembic_0.8.2-3ubuntu1_all.deb
Size: 97910
MD5sum: b25d75bffcdf5bc65feb89ad15e5138c
SHA1: 6bb114fcc77c75108136a057a4d54a72281a0097
SHA256: 6be6dc56df396f47df95fdf17a6ab1fdbae1ae6a42ea595a47b4d650e238699e
Description-en: lightweight database migration tool for SQLAlchemy - Python 2.x
Alembic is a new database migration tool, written by the author
of SQLAlchemy. A migration 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 Python 2.x module.
Description-md5: a33b0ca356b37bed11113bd6dbc22724
Homepage: http://www.bitbucket.org/zzzeek/alembic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y