How to Install and Uninstall alembic Package on Kali Linux

Last updated: May 11,2024

1. Install "alembic" package

Please follow the guidance below to install alembic on Kali Linux

$ sudo apt update $ sudo apt install alembic

2. Uninstall "alembic" package

Here is a brief guide to show you how to uninstall alembic on Kali Linux:

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

3. Information about the alembic package on Kali Linux

Package: alembic
Version: 1.13.1-3
Installed-Size: 2856
Maintainer: Debian Python Team
Architecture: all
Depends: python3-alembic (= 1.13.1-3), python3:any, libjs-sphinxdoc (>= 7.2.2)
Size: 479912
SHA256: 1d6df50f688cbedea75182366e367d992a6a8b0cd5860eb1c043f84034ced7ac
SHA1: c070798284f89ef12843230a42a0e4ade84e0a24
MD5sum: 7177a24caa6b1ed88dd94ce09ce4508e
Description: 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:
Homepage: https://github.com/sqlalchemy/alembic
Section: python
Priority: optional
Filename: pool/main/a/alembic/alembic_1.13.1-3_all.deb