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

Last updated: May 19,2024

1. Install "python3-django-reversion" package

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

$ sudo apt update $ sudo apt install python3-django-reversion

2. Uninstall "python3-django-reversion" package

This guide let you learn how to uninstall python3-django-reversion on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-reversion $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-reversion
Priority: optional
Section: universe/python
Installed-Size: 306
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-reversion
Version: 1.10.0-1
Depends: python3-django, python3:any (>= 3.3.2-2~)
Suggests: python-django-reversion-doc
Filename: pool/universe/d/django-reversion/python3-django-reversion_1.10.0-1_all.deb
Size: 37122
MD5sum: 9272bbd3c01ef096a44ef4c703e24e83
SHA1: 3d8d4753c11b9e9aee198b93f69c7526e4d7e27e
SHA256: a4e2e0913b5472625605cd5e0830c2164a3360f0d38b1f38d160c183a9600414
Description-en: Provides comprehensive version control facilities for Django (Python3 version)
Reversion is an extension to the Django web framework that provides
comprehensive version control facilities.
.
Features:
* Roll back to any point in a model's history - an unlimited undo facility!
* Recover deleted models - never lose data again!
* Admin integration for maximum usability.
* Group related changes into revisions that can be rolled back in a single
transaction.
* Automatically save a new version whenever your model changes using Django's
flexible signalling framework.
* Automate your revision management with easy-to-use middleware.
.
This package contains the Python 3 version of the library.
Description-md5: b95c837f068963c5c2f3aa61fe538032
Homepage: https://github.com/etianen/django-reversion
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu