How to Install and Uninstall python3-migrate Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "python3-migrate" package

Please follow the step by step instructions below to install python3-migrate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-migrate

2. Uninstall "python3-migrate" package

Please follow the steps below to uninstall python3-migrate on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-migrate package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-migrate
Priority: optional
Section: universe/python
Installed-Size: 427
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: migrate
Version: 0.10.0-3ubuntu2
Depends: python3-decorator, python3-pbr (>= 1.8), python3-six (>= 1.7.0), python3-sqlalchemy (>= 1.0~), python3-sqlparse, python3-tempita, python3-sqlalchemy (<< 1.1), python3:any (>= 3.3.2-2~)
Filename: pool/universe/m/migrate/python3-migrate_0.10.0-3ubuntu2_all.deb
Size: 69024
MD5sum: 936a6b13de8f576d3c2aec0794572260
SHA1: 1af70e8e6f2b0bd4258608c202a5cb2de2d6d9cb
SHA256: 028e0ee64941eca5e1103019992e0c8496d94e43b6036a63d64ad2eea1dae88d
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
Homepage: https://github.com/stackforge/sqlalchemy-migrate
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu