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

Last updated: November 24,2024

1. Install "python39-django-reversion" package

Please follow the guidance below to install python39-django-reversion on openSuSE Tumbleweed

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

2. Uninstall "python39-django-reversion" package

This guide let you learn how to uninstall python39-django-reversion on openSuSE Tumbleweed:

$ sudo zypper remove python39-django-reversion

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

Information for package python39-django-reversion:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-django-reversion
Version : 5.0.12-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 282.5 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.