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

Last updated: May 15,2024

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

This is a short guide on how to install python-django-debug-toolbar on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall python-django-debug-toolbar on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-debug-toolbar
Priority: optional
Section: universe/python
Installed-Size: 706
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1:1.4-1
Depends: python-sqlparse, python-django, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-pygments
Suggests: libjs-jquery, python-django-debug-toolbar-doc
Filename: pool/universe/p/python-django-debug-toolbar/python-django-debug-toolbar_1.4-1_all.deb
Size: 89496
MD5sum: 31d79a82812803346c12783bdab6253d
SHA1: 3312523715340f53cdb2ffb19fe8202ea2c1dde9
SHA256: be3a39b875405e7b9887b74a973218683d0d30deb450ac9e9972338fe10e174c
Description-en: Embedded debugging toolbar for Django projects
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.
Description-md5: f467eb135698205b13a41aae12f66487
Homepage: https://github.com/django-debug-toolbar/django-debug-toolbar
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu