How to Install and Uninstall python3-django-extensions Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-django-extensions" package

This guide covers the steps necessary to install python3-django-extensions on Kali Linux

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

2. Uninstall "python3-django-extensions" package

In this section, we are going to explain the necessary steps to uninstall python3-django-extensions on Kali Linux:

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

3. Information about the python3-django-extensions package on Kali Linux

Package: python3-django-extensions
Source: python-django-extensions
Version: 3.2.3-1
Installed-Size: 799
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Recommends: libjs-jquery
Suggests: python-django-extensions-doc, python3-boto, python3-pygraphviz, python3-werkzeug
Size: 146584
SHA256: 557048b820cdeedc2c0841fdf8ad9993db8afbcc0ff9ff4e26b2466503388677
SHA1: 33df3be2f9a8aeee4e542819b32cdc16577e122b
MD5sum: efdb92eab14db0aaad7d33c6f4b59576
Description: Useful extensions for Django projects (Python 3 version)
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
.
* runserver_plus - a "runserver" that uses the interactive Werkzeug debugger
* runprofileserver - starts runserver with profiling tools enabled
* shell_plus - similar to the built-in "shell" but autoloads all models
* graph_models - creates a GraphViz dot file of your model arrangement
* describe_form - generate template form definitions for a model
* export_emails - export the addresses of your users in many formats
* print_user_for_session - print the user information from a session key
* create_jobs/runjob/runjobs - manage scheduled maintenance jobs
* (plus many more)
.
python-django-extensions also includes a number of custom fields and abstract
models, including ones that manage created and updated times automatically.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/django-extensions/django-extensions
Section: python
Priority: optional
Filename: pool/main/p/python-django-extensions/python3-django-extensions_3.2.3-1_all.deb