How to Install and Uninstall python3-django-model-utils Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

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

This tutorial shows how to install python3-django-model-utils on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall python3-django-model-utils on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-django-model-utils package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-django-model-utils
Priority: extra
Section: universe/python
Installed-Size: 157
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-model-utils
Version: 2.4-1
Depends: python3-django, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-model-utils/python3-django-model-utils_2.4-1_all.deb
Size: 25416
MD5sum: 439139f6bc058dad3f5f5837ab6159d5
SHA1: d402a6543549f1fd7182210a0f77383c070d4a34
SHA256: be87ecb9e7702442d8fa2dd0a9ae9bb492b6bd6617e4ec939d4885ab6d6aa652
Description-en: Django model mixins and utilities
Django is a high-level web application framework that loosely follows
the model-view-controller design pattern.
.
django-model-utils model provides some mixins and utilities for Django,
including QueryManager for one-line definition of Managers returning a
custom QuerySet, InheritanceCastModel for more efficient use of model
inheritance, and TimeStampedModel.
Description-md5: 638329c0b4e974d44479fb25f71ad435
Homepage: https://github.com/carljm/django-model-utils/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu