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

Last updated: May 08,2024

1. Install "python39-django-tables2" package

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

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

2. Uninstall "python39-django-tables2" package

Please follow the step by step instructions below to uninstall python39-django-tables2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-django-tables2

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

Information for package python39-django-tables2:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-django-tables2
Version : 2.7.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 413.3 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.