How to Install and Uninstall python3-migrate Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "python3-migrate" package

Please follow the guidance below to install python3-migrate on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-migrate

2. Uninstall "python3-migrate" package

In this section, we are going to explain the necessary steps to uninstall python3-migrate on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-migrate package on Ubuntu 21.10 (Impish Indri)

Package: python3-migrate
Architecture: all
Version: 0.13.0-0ubuntu1
Priority: optional
Section: python
Source: migrate
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 431
Depends: python3-decorator, python3-pbr (>= 1.8), python3-six (>= 1.7.0), python3-sqlalchemy (>= 0.9.6), python3-sqlparse, python3-tempita (>= 0.4), python3:any
Suggests: python-migrate-doc
Filename: pool/main/m/migrate/python3-migrate_0.13.0-0ubuntu1_all.deb
Size: 69820
MD5sum: c3d1bef4a8b60997e33853c9d8f8158b
SHA1: 44c60423624f595d5c5479cc09e2daf1dd5c116f
SHA256: a83581ad3eeff4fbd22de1e16c7d948d39449d4c6c37975ad030a3ac1c0c5d1b
SHA512: 5946a5635d130b77d9baf9d1c6dbd447518d568e69ab7e6fbcfc29e42f768930616ceb1a9f08e90b08638492fa958889a257550bfb7551a0accb45cb2815605b
Homepage: https://github.com/openstack/sqlalchemy-migrate
Description-en: 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: 2205e14de8084f98324f3c8e5cc8b7d1