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

Last updated: May 12,2024

1. Install "alembic" package

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

$ sudo apt update $ sudo apt install alembic

2. Uninstall "alembic" package

Please follow the step by step instructions below to uninstall alembic on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: alembic
Priority: optional
Section: python
Installed-Size: 1536
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.8.2-3ubuntu1
Depends: python-alembic | python3-alembic, libjs-sphinxdoc (>= 1.0)
Filename: pool/main/a/alembic/alembic_0.8.2-3ubuntu1_all.deb
Size: 223974
MD5sum: d71d3547d9dd383f256459b08e6301c8
SHA1: 524aa6901e3d9c7c170f6b2729e5f2e37706d5fb
SHA256: e2835242026c0750adce485fd43a048354ea57e6483767800ce5d8fa8c202041
Description-en: lightweight database migration tool for SQLAlchemy
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 provides /usr/bin/alembic script and documentation for Alembic,
and depends on the python-alembic package which contains all the actual code
(in Python 2) for Alembic to actually work.
Description-md5: 9064bef180e0a63eed793d56e9039cdd
Homepage: http://www.bitbucket.org/zzzeek/alembic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y