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

Last updated: May 17,2024

1. Install "python-django-tables2" package

Please follow the step by step instructions below to install python-django-tables2 on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-tables2" package

This guide let you learn how to uninstall python-django-tables2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-tables2
Priority: optional
Section: universe/python
Installed-Size: 219
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-tables
Version: 1.0.7-1
Replaces: django-tables (<< 0.13.0-2)
Depends: python-django (>= 1.4.5), python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-django-tables2-doc
Breaks: django-tables (<< 0.13.0-2)
Filename: pool/universe/d/django-tables/python-django-tables2_1.0.7-1_all.deb
Size: 37844
MD5sum: 376ba5d3304affa157fecdfa09db1b54
SHA1: 08d37e5d001ecdcbb2acd2b7ab515adbaa6f914c
SHA256: 67227857eeb381311fffedd798cee38eaa269d9b79db9a9b3b312b009095bf0b
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