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

Last updated: October 08,2024

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

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

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

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

This guide covers the steps necessary to uninstall python3-django-reversion.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:50:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-django-reversion
Version : 2.0.13
Release : 12.fc34
Architecture : noarch
Size : 71 k
Source : python-django-reversion-2.0.13-12.fc34.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.