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

Last updated: May 19,2024

1. Install "python3-django-modelcluster" package

Please follow the step by step instructions below to install python3-django-modelcluster on Kali Linux

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

2. Uninstall "python3-django-modelcluster" package

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

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

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

Package: python3-django-modelcluster
Source: python-django-modelcluster
Version: 6.2.1-1
Installed-Size: 122
Maintainer: Debian Python Team
Architecture: all
Depends: python3-django, python3-django-taggit, python3-tz, python3:any
Size: 29028
SHA256: 42646cd65e4c8cc9cb74a863efceeccf59e55079090eca9860790a98554af615
SHA1: 166026e0441ef7b850ae66a74f9272709765f8a3
MD5sum: 83a593071c215bb15d4af9a88abffa64
Description: clusters of models as a single unit (Python3 version)
django-modelcluster extends Django's foreign key relations to make it possible
to work with a 'cluster' of related objects, without necessarily holding them
in the database. It introduces a new type of relation, ParentalKey, where the
related models are stored locally to the 'parent' model until the parent is
explicitly saved. Up to that point, the related models can still be accessed
through a subset of the QuerySet API.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/wagtail/django-modelcluster/
Section: python
Priority: optional
Filename: pool/main/p/python-django-modelcluster/python3-django-modelcluster_6.2.1-1_all.deb