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

Last updated: July 07,2024

1. Install "python311-django-tables2" package

Learn how to install python311-django-tables2 on openSuSE Tumbleweed

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

2. Uninstall "python311-django-tables2" package

In this section, we are going to explain the necessary steps to uninstall python311-django-tables2 on openSuSE Tumbleweed:

$ sudo zypper remove python311-django-tables2

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

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