How to Install and Uninstall python3-django-tables2.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-django-tables2.noarch" package

Please follow the step by step instructions below to install python3-django-tables2.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-django-tables2.noarch

2. Uninstall "python3-django-tables2.noarch" package

Please follow the instructions below to uninstall python3-django-tables2.noarch on Fedora 34:

$ sudo dnf remove python3-django-tables2.noarch $ sudo dnf autoremove

3. Information about the python3-django-tables2.noarch package on Fedora 34

Last metadata expiration check: 5:24:00 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-django-tables2
Version : 2.3.4
Release : 2.fc34
Architecture : noarch
Size : 122 k
Source : python-django-tables2-2.3.4-2.fc34.src.rpm
Repository : fedora
Summary : Table framework for Django
URL : https://github.com/jieter/django-tables2
License : BSD
Description : django-tables2 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.