How to Install and Uninstall python3-django-reversion Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-django-reversion" package

Here is a brief guide to show you how to install python3-django-reversion on Kali Linux

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

2. Uninstall "python3-django-reversion" package

Please follow the guidelines below to uninstall python3-django-reversion on Kali Linux:

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

3. Information about the python3-django-reversion package on Kali Linux

Package: python3-django-reversion
Source: django-reversion
Version: 5.0.12-1
Installed-Size: 274
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-reversion-doc
Size: 44072
SHA256: ca6e888c8536dfa41b360bb8d0b79e9c13191d94b2818cdc1127f1e8573c940c
SHA1: 2409a1d0d069c9081e6efea3683c2357024c72a2
MD5sum: fd0cf18428a77e9e621223ee5c953804
Description: 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:
Homepage: https://github.com/etianen/django-reversion
Section: python
Priority: optional
Filename: pool/main/d/django-reversion/python3-django-reversion_5.0.12-1_all.deb