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

Last updated: May 19,2024

1. Install "python-django-south" package

This tutorial shows how to install python-django-south on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-south

2. Uninstall "python-django-south" package

This guide covers the steps necessary to uninstall python-django-south on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-south $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-south
Priority: optional
Section: universe/python
Installed-Size: 602
Maintainer: Ubuntu Developers
Original-Maintainer: David Watson
Architecture: all
Version: 1.0-0.1
Depends: python (>= 2.7), python (<< 2.8), python-django (>= 1.2)
Breaks: python-django-markupfield (<< 1.0.1)
Filename: pool/universe/p/python-django-south/python-django-south_1.0-0.1_all.deb
Size: 84270
MD5sum: a7fc748c0d7d512b59f5aecbe147bc17
SHA1: 1b5e48ca41ba49a74e6c8ca3579c56fe9ede1183
SHA256: 65718385e998b14f2c090522cb8250512a05f241f991b3664192c9dd7f6b7204
Description-en: Intelligent schema migrations for django apps
An intelligent database migrations library for the Django web framework.
It is database-independent and DVCS-friendly, as well as a whole host of
other features.
.
* Intelligent; it knows if you've missed out a migration or two
* Database independent, so there's no hassle if you need to move databases.
* Easy; it can write migrations for you, and it takes about a minute to
convert your app over to use South.
* Designed for a pluggable Django world; you can declare dependencies
between apps so they all migrate together correctly, and you can
still use syncdb for your non-migrated apps without it interfering.
Description-md5: 2f2e3e36d0209deb2bf452266bea1969
Homepage: http://south.aeracode.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu