How to Install and Uninstall alembic Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 29,2024

1. Install "alembic" package

This tutorial shows how to install alembic on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install alembic

2. Uninstall "alembic" package

Please follow the steps below to uninstall alembic on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the alembic package on Ubuntu 20.10 (Groovy Gorilla)

Package: alembic
Architecture: all
Version: 1.4.2-1ubuntu1
Priority: optional
Section: python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1966
Depends: python3-alembic (= 1.4.2-1ubuntu1), python3:any, libjs-sphinxdoc (>= 1.0)
Breaks: python-alembic (<< 0.8.8-3), python3-alembic (<< 0.8.8-3)
Replaces: python-alembic (<< 0.8.8-3), python3-alembic (<< 0.8.8-3)
Filename: pool/main/a/alembic/alembic_1.4.2-1ubuntu1_all.deb
Size: 257028
MD5sum: 3495f67af53a919bd0735513881f777b
SHA1: 2ef4403806979c513691540a8a2f392f85cdcf0c
SHA256: 394554fe55c211d75b82ddc9f43cf026e270ebe0ebcc1af90dcdbc545fdecb49
SHA512: e9f789eb002aa0ef3f9729bbd29ade5c4e1c1b81728d48439b6601a6d01989b960bdfe7ae0d92f1fb5c277d0ddcce956939775888d02079f4fa1315ab3babbc5
Homepage: https://bitbucket.org/zzzeek/alembic
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 python3-alembic package which contains all the actual code
(in Python 3) for Alembic to actually work.
Description-md5: cd0efbf0f89bffe2d4dc35fa935c7c7e