How to Install and Uninstall alembic Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 28,2024

1. Install "alembic" package

Please follow the guidance below to install alembic on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install alembic

2. Uninstall "alembic" package

Please follow the step by step instructions below to uninstall alembic on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the alembic package on Ubuntu 21.04 (Hirsute Hippo)

Package: alembic
Architecture: all
Version: 1.4.3-1ubuntu1
Priority: optional
Section: python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2006
Depends: python3-alembic (= 1.4.3-1ubuntu1), 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.4.3-1ubuntu1_all.deb
Size: 254940
MD5sum: 43d2481fe8bec78bee76c27e023ca191
SHA1: 3e3013d39bd71793250ab2bc41be88918ba3c7b7
SHA256: f33bcdaa5ba9b64494c2432a90a1e29f72e62870f79ea41de5eec96b03bdc9bb
SHA512: 5424f24d19a009e51aed56b8acb436897bb4dc9292c5a2f8365489439f99c1da4f4ec2e31e186a92c0d46a9c32f8431ebfba8d2c4e4f7147be5db62288b41720
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