How to Install and Uninstall python3-django-reversion.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "python3-django-reversion.noarch" package

This tutorial shows how to install python3-django-reversion.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-django-reversion.noarch

2. Uninstall "python3-django-reversion.noarch" package

Please follow the steps below to uninstall python3-django-reversion.noarch on Fedora 39:

$ sudo dnf remove python3-django-reversion.noarch $ sudo dnf autoremove

3. Information about the python3-django-reversion.noarch package on Fedora 39

Last metadata expiration check: 5:08:41 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-django-reversion
Version : 4.0.0
Release : 7.fc39
Architecture : noarch
Size : 92 k
Source : python-django-reversion-4.0.0-7.fc39.src.rpm
Repository : fedora
Summary : Version control extension for the Django web framework
URL : http://github.com/etianen/django-reversion
License : BSD
Description : 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.
:
: Reversion can be easily added to your existing Django project with a minimum
: of code changes.