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

Last updated: May 19,2024

1. Install "python-django-reversion" package

Please follow the instructions below to install python-django-reversion on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-reversion" package

In this section, we are going to explain the necessary steps to uninstall python-django-reversion on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-reversion
Priority: optional
Section: universe/python
Installed-Size: 309
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-reversion
Version: 1.10.0-1
Depends: python-django (>= 1.7), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-django-reversion-doc
Filename: pool/universe/d/django-reversion/python-django-reversion_1.10.0-1_all.deb
Size: 38084
MD5sum: bb6b6039d895561a1e6a97e89e272dc7
SHA1: 4dd7a49cf8a854785b3948f6339fae9e83b424ab
SHA256: 2dec209b0615faa00360626f1385c60af8642725b5ad4a49bd77185adcc73e7b
Description-en: Provides comprehensive version control facilities for Django
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.
Description-md5: 4fd13d63626078856efdf57ffb39960d
Homepage: https://github.com/etianen/django-reversion
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu