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

Last updated: July 07,2024

1. Install "python312-django-tables2" package

This guide let you learn how to install python312-django-tables2 on openSuSE Tumbleweed

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

2. Uninstall "python312-django-tables2" package

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

$ sudo zypper remove python312-django-tables2

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

Information for package python312-django-tables2:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-django-tables2
Version : 2.7.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 459.8 KiB
Installed : No
Status : not installed
Source package : python-django-tables2-2.7.0-1.2.src
Upstream URL : https://github.com/jieter/django-tables2/
Summary : Table/data-grid framework for Django
Description :
Simplifies the task of turning sets of data into HTML tables. It has native
support for pagination and sorting. It does for HTML tables what django.forms
does for HTML forms.