How to Install and Uninstall python-migrate-doc Package on Kali Linux

Last updated: September 20,2024

1. Install "python-migrate-doc" package

In this section, we are going to explain the necessary steps to install python-migrate-doc on Kali Linux

$ sudo apt update $ sudo apt install python-migrate-doc

2. Uninstall "python-migrate-doc" package

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

$ sudo apt remove python-migrate-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-migrate-doc package on Kali Linux

Package: python-migrate-doc
Source: migrate
Version: 0.13.0-4
Installed-Size: 946
Maintainer: Debian OpenStack
Architecture: all
Depends: libjs-sphinxdoc (>= 5.2)
Size: 102256
SHA256: f1d9dd188b4e8f67dd419bf39af961ebaadc4b81b4650c9cada5f48613d05c10
SHA1: 9b65fad64f33a31249ee976a9e9cc7c09772e466
MD5sum: dd946bd2865f4bf73f25692ab2d50112
Description: Database schema migration for SQLAlchemy - doc
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 contains the documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://opendev.org/x/sqlalchemy-migrate.git
Section: python
Priority: optional
Filename: pool/main/m/migrate/python-migrate-doc_0.13.0-4_all.deb