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

Last updated: July 06,2024

1. Install "python3-alembic" package

In this section, we are going to explain the necessary steps to install python3-alembic on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-alembic

2. Uninstall "python3-alembic" package

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

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

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

Package: python3-alembic
Priority: optional
Section: python
Installed-Size: 563
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: alembic
Version: 0.8.2-3ubuntu1
Depends: python3-mako, python3-sqlalchemy (>= 1.0~), python3-sqlalchemy (<< 1.1), python3:any (>= 3.3.2-2~)
Recommends: python3-pkg-resources
Suggests: python3-editor
Filename: pool/main/a/alembic/python3-alembic_0.8.2-3ubuntu1_all.deb
Size: 97954
MD5sum: a43bccf367988a93987625b3cbe1778b
SHA1: f0d3e8a0d730b7103272bba0b20e73bae160d00f
SHA256: b5e21cc6ecd996c4646cc42101b48e03f0d09096252ef51cbe2783db7b3ca33c
Description-en: lightweight database migration tool for SQLAlchemy - Python 3.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 3.x module.
Description-md5: 909b85844c60535726742af4ac3f57f0
Homepage: http://www.bitbucket.org/zzzeek/alembic
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m