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

Last updated: May 10,2024

1. Install "python3-django-model-utils" package

Learn how to install python3-django-model-utils on Kali Linux

$ sudo apt update $ sudo apt install python3-django-model-utils

2. Uninstall "python3-django-model-utils" package

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

$ sudo apt remove python3-django-model-utils $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-django-model-utils
Source: django-model-utils
Version: 4.2.0-2
Installed-Size: 134
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3:any
Suggests: python-django-model-utils-doc
Size: 33896
SHA256: 91e648b20f2f70616cdb2a792d3ce5f45460ad843112c6a8ff1575fd876e313d
SHA1: 2e9736095acbe9f3ba016a7252ef16079daa951f
MD5sum: c733f18fa1886d3e4ac02fc749f03cf5
Description: Django model mixins and utilities — Python 3
Django is a high-level web application framework that loosely follows
the model-view-controller design pattern.
.
The ‘django-model-utils’ library provides some mixins and utilities
for Django:
.
* QueryManager: one-line definition of Managers returning a
custom QuerySet.
* InheritanceCastModel: more efficient use of model inheritance
* TimeStampedModel: self-updating ‘created’ and ‘modified’ fields.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/jazzband/django-model-utils
Section: python
Priority: optional
Filename: pool/main/d/django-model-utils/python3-django-model-utils_4.2.0-2_all.deb