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

Last updated: July 06,2024

1. Install "python3-django-crum" package

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

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

2. Uninstall "python3-django-crum" package

Please follow the guidance below to uninstall python3-django-crum on Kali Linux:

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

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

Package: python3-django-crum
Source: django-crum
Version: 0.7.9-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 29
Depends: python3-django, python3:any
Suggests: python-django-crum-doc
Homepage: https://github.com/ninemoreminutes/django-crum/
Priority: optional
Section: python
Filename: pool/main/d/django-crum/python3-django-crum_0.7.9-0kali1_all.deb
Size: 5480
SHA256: b923a0a3656dd41fa02cb74104845a223e6539571ca7d025acdbdff3272491a6
SHA1: 5c862bb32f2775bdd96089c2084c62dc55d89e14
MD5sum: 0a20abdd7d2ba8868dc52b8d0fabe97b
Description: captures the current request and user in thread local storage (Python 3)
This package contains Django-CRUM: Current Request User Middleware. It
captures the current request and user in thread local storage.
.
It enables apps to check permissions, capture audit trails or otherwise access
the current request and user without requiring the request object to be passed
directly. It also offers a context manager to allow for temporarily
impersonating another user.
.
It provides a signal to extend the built-in function for getting the current
user, which could be helpful when using custom authentication methods or user
models.
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions