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

Last updated: May 19,2024

1. Install "python-django-mptt" package

Please follow the step by step instructions below to install python-django-mptt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-mptt

2. Uninstall "python-django-mptt" package

Here is a brief guide to show you how to uninstall python-django-mptt on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-mptt $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-mptt
Priority: optional
Section: universe/python
Installed-Size: 273
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.8.0-1
Provides: python2.7-django-mptt
Depends: python-django, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-jquery, libjs-underscore
Suggests: python-django-mptt-doc
Filename: pool/universe/p/python-django-mptt/python-django-mptt_0.8.0-1_all.deb
Size: 41632
MD5sum: 544f7c7316123d9b2e022149ec98257d
SHA1: 626f42f1225930be0e34d6e7d0077066b76b3223
SHA256: 304b8fde6eaaff8751fb970ef2ac3181459802f604c153a27e8b19a82121f338
Description-en: Modified Preorder Tree Traversal Django application
Django MPTT is a reusable/standalone Django application which aims to
make it easy for you to use Modified Preorder Tree Traversal with your
own Django models in your own applications.
.
It takes care of the details of managing a database table as a tree
structure and provides tools for working with trees of model instances.
Description-md5: df330ca1f0c9c30be902515ad8c672ec
Homepage: https://github.com/django-mptt/django-mptt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu