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

Last updated: May 15,2024

1. Install "python3-migrate" package

Learn how to install python3-migrate on Kali Linux

$ sudo apt update $ sudo apt install python3-migrate

2. Uninstall "python3-migrate" package

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

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

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

Package: python3-migrate
Source: migrate
Version: 0.13.0-4
Installed-Size: 424
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-decorator, python3-pbr, python3-six (>= 1.7.0), python3-sqlalchemy (>= 0.9.6), python3-sqlparse, python3-tempita, python3:any
Suggests: python-migrate-doc
Size: 73612
SHA256: 8dc35b16567f063d28a72d6d753cf644af130a29c50e96b0606c3b70cacb3135
SHA1: fa9f8e6669589649ef63033b1e2b4f27bed66513
MD5sum: ec35dfa2a8cd71d5858d51726807eeac
Description: Database schema migration for SQLAlchemy - Python 3.x
Inspired by Ruby on Rails' migrations, migrate provides a way to deal
with database schema changes in SQLAlchemy projects.
.
SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
and a versioning API for database schemas as well as a script utilizing
these APIs. The database change sets are managed in a file based
repository allowing upgrades and downgrades of database schema versions.
The change sets may consist of Python code facilitating the changeset API
or SQL scripts.
.
SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
databases. The support for Oracle is not as well tested as the support for
the other database systems.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://opendev.org/x/sqlalchemy-migrate.git
Section: python
Priority: optional
Filename: pool/main/m/migrate/python3-migrate_0.13.0-4_all.deb