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

Last updated: May 15,2024

1. Install "python-migrate" package

In this section, we are going to explain the necessary steps to install python-migrate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-migrate

2. Uninstall "python-migrate" package

Learn how to uninstall python-migrate on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-migrate
Priority: optional
Section: python
Installed-Size: 430
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: migrate
Version: 0.10.0-3ubuntu2
Depends: python-decorator, python-pbr (>= 1.8), python-six (>= 1.7.0), python-sqlalchemy (>= 1.0~), python-sqlparse, python-tempita, python-sqlalchemy (<< 1.1), python2.7:any, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/m/migrate/python-migrate_0.10.0-3ubuntu2_all.deb
Size: 69248
MD5sum: fc94f127f3ec0c65f9e3dcfad8148d00
SHA1: 049744445a530f85b7bd569d4897d77b6ebfa660
SHA256: 166f9dd0515d134f36b59eb89e7487a5fc773c30bdf6dd47a2d7ef7b9c44e574
Description-en: Database schema migration for SQLAlchemy - Python 2.7
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 2.7 module.
Description-md5: a7697b075813e6478debd3de5c377767
Homepage: https://github.com/stackforge/sqlalchemy-migrate
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y