How to Install and Uninstall python312-django-reversion Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python312-django-reversion" package

Please follow the step by step instructions below to install python312-django-reversion on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-django-reversion

2. Uninstall "python312-django-reversion" package

This is a short guide on how to uninstall python312-django-reversion on openSuSE Tumbleweed:

$ sudo zypper remove python312-django-reversion

3. Information about the python312-django-reversion package on openSuSE Tumbleweed

Information for package python312-django-reversion:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-django-reversion
Version : 5.0.12-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 312.3 KiB
Installed : No
Status : not installed
Source package : python-django-reversion-5.0.12-1.1.src
Upstream URL : https://github.com/etianen/django-reversion
Summary : A Django extension that provides version control for model instances
Description :
Django-reversion is an extension to the Django web framework that provides
version control for model instances.
- Roll back to any point in a model instance's history.
- Recover deleted model instances.
- Simple admin integration.