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

Last updated: June 29,2024

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

Here is a brief guide to show you how to install python-django-model-utils on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the instructions below to uninstall python-django-model-utils on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-model-utils
Priority: extra
Section: universe/python
Installed-Size: 165
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-model-utils
Version: 2.4-1
Depends: python-django, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-model-utils/python-django-model-utils_2.4-1_all.deb
Size: 27024
MD5sum: bf881c8e49a0fa9b0e5a0b709b8e6911
SHA1: ac91a68ddf030673e620310b83c2bf375b247708
SHA256: d547353ebf4b63e068d24f48eba99c34f69e9cad1a503f03f83b2af65d84a1c1
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