How to Install and Uninstall python3-alembic Package on Kali Linux

Last updated: January 09,2025

1. Install "python3-alembic" package

In this section, we are going to explain the necessary steps to install python3-alembic on Kali Linux

$ sudo apt update $ sudo apt install python3-alembic

2. Uninstall "python3-alembic" package

Please follow the steps below to uninstall python3-alembic on Kali Linux:

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

3. Information about the python3-alembic package on Kali Linux

Package: python3-alembic
Source: alembic
Version: 1.13.1-3
Installed-Size: 1021
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-importlib-metadata | python3-supported-min (>= 3.9), python3-importlib-resources | python3-supported-min (>= 3.9), python3-mako, python3-sqlalchemy (>= 1.3.0), python3-typing-extensions, python3:any
Size: 146512
SHA256: 3ea599b0a82cc6e63a9832ae4e0a95eff8f8ce099a52e96ed12e76d237504d62
SHA1: e6a9fe2580cd43fc373916c5656b2a962b7e9152
MD5sum: 33a1da1373b62fd1bb2c88d2f0a998d7
Description: lightweight database migration tool for SQLAlchemy - Python module
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.
Description-md5:
Homepage: https://github.com/sqlalchemy/alembic
Section: python
Priority: optional
Filename: pool/main/a/alembic/python3-alembic_1.13.1-3_all.deb