How to Install and Uninstall python3-django-tables2.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 07,2024

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

This is a short guide on how to install python3-django-tables2.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

In this section, we are going to explain the necessary steps to uninstall python3-django-tables2.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-django-tables2.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:27:15 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-django-tables2
Version : 2.3.1
Release : 1.el8
Architecture : noarch
Size : 127 k
Source : python-django-tables2-2.3.1-1.el8.src.rpm
Repository : epel
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.