How to Install and Uninstall python3-django-tables2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python3-django-tables2" package

This is a short guide on how to install python3-django-tables2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-tables2

2. Uninstall "python3-django-tables2" package

This tutorial shows how to uninstall python3-django-tables2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-tables2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-tables2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-django-tables2
Priority: optional
Section: universe/python
Installed-Size: 216
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-tables
Version: 1.0.7-1
Depends: python3-django (>= 1.4.5), python3-six, python3:any (>= 3.3.2-2~)
Suggests: python-django-tables2-doc
Filename: pool/universe/d/django-tables/python3-django-tables2_1.0.7-1_all.deb
Size: 37656
MD5sum: cdf4783df1d955c511c60012243e5f46
SHA1: c04fa0f372a502a254190ae8a423b234ff080bdc
SHA256: 660213bad569d24c7f19bc8f238c53f6f1c1994b6e403937c4eb7d686cdf95da
Description-en: Table/data-grid framework for Django
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.
Description-md5: 802908fb2519fc39af482a7ad0f43b73
Homepage: https://github.com/bradleyayers/django-tables2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu