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

Last updated: May 14,2024

1. Install "python-django-reversion-doc" package

Here is a brief guide to show you how to install python-django-reversion-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-reversion-doc" package

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

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

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

Package: python-django-reversion-doc
Priority: optional
Section: universe/doc
Installed-Size: 230
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-reversion
Version: 1.10.0-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/d/django-reversion/python-django-reversion-doc_1.10.0-1_all.deb
Size: 35010
MD5sum: 55cc007cfac3aa91e74d7bc8e0560ee8
SHA1: 405b7ecb17c057a107d3622e96f95d8c3824c545
SHA256: 539d7f70bafb59e013f3f6e52414ac748d3ab53bd6e12ba96fbeaa8f0dc3ae03
Description-en: Provides comprehensive version control facilities for Django (Documentation)
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 documentation.
Description-md5: 47ed876f733fa71e6a914af8521bdce9
Homepage: https://github.com/etianen/django-reversion
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu