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

Last updated: May 15,2024

1. Install "python3-django-debug-toolbar" package

Learn how to install python3-django-debug-toolbar on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-django-debug-toolbar

2. Uninstall "python3-django-debug-toolbar" package

This guide let you learn how to uninstall python3-django-debug-toolbar on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-django-debug-toolbar $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-debug-toolbar
Priority: optional
Section: universe/python
Installed-Size: 706
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-debug-toolbar
Version: 1:1.4-1
Depends: python3-sqlparse, python3-django, python3:any (>= 3.3.2-2~)
Recommends: python3-pygments
Suggests: libjs-jquery, python-django-debug-toolbar-doc
Filename: pool/universe/p/python-django-debug-toolbar/python3-django-debug-toolbar_1.4-1_all.deb
Size: 89618
MD5sum: 020f5ba532d6fdfadc93e7f5cec242a7
SHA1: f3761603616f70a72e5ee0bcaf34d7e1cc49abc0
SHA256: 171a6639430a96beff3257f1002fdd0aa5e8fcfd336c93927593bebddf053342
Description-en: Embedded debugging toolbar for Django projects (Python 3 version)
The Django Debug Toolbar is a plug-in Django application that displays a set
of panels which conveys information about the current request at the top of the
rendered page. It can show:
.
* Total time taken to process request
* Request variables, including GET, POST, cookie, and session information.
* All SQL queries performed during response creation and processing,
including timing and 'EXPLAIN' output for each query in conjunction with
the total time spent performing SQL queries. If python-pygments is
installed, the SQL syntax is highlighted.
* Current Django version
* HTTP headers
* Total requests, time, hits and misses of the cache.
* Which templates were rendered the context provided to each template.
.
This package contains the Python 3 version.
Description-md5: 8db7c179ca37bbd04ae75e2dac97140d
Homepage: https://github.com/django-debug-toolbar/django-debug-toolbar
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu