How to Install and Uninstall alembic Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 30,2024

1. Install "alembic" package

This guide let you learn how to install alembic on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install alembic

2. Uninstall "alembic" package

Please follow the guidance below to uninstall alembic on Ubuntu 21.10 (Impish Indri):

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

3. Information about the alembic package on Ubuntu 21.10 (Impish Indri)

Package: alembic
Architecture: all
Version: 1.6.5-0ubuntu1
Priority: optional
Section: python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2158
Depends: python3-alembic (= 1.6.5-0ubuntu1), python3:any, libjs-sphinxdoc (>= 2.4.3-5~)
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.6.5-0ubuntu1_all.deb
Size: 261408
MD5sum: 253b7c0a5b3b0cda67a1ba14e844590e
SHA1: ab5f03e3e05f599f35c75a9ec0fa023094a3ba97
SHA256: 9f0edb400fd50498c1f0735f55609c7535cb29089aac2786d002c4fde3f8e4a5
SHA512: 417394f9e0adc89439504b878310ef198e0b48ff4621a13d6ae90ac397db5ab977acc40e11f232f84260c1cf2d50b6acfd6780a052e74dbac5de7039c1236257
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