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

Last updated: May 17,2024

1. Install "python3-django-mptt" package

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

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

2. Uninstall "python3-django-mptt" package

This tutorial shows how to uninstall python3-django-mptt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-mptt
Priority: optional
Section: universe/python
Installed-Size: 269
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-mptt
Version: 0.8.0-1
Depends: python3-django, python3:any (>= 3.3.2-2~), libjs-jquery, libjs-underscore
Suggests: python-django-mptt-doc
Filename: pool/universe/p/python-django-mptt/python3-django-mptt_0.8.0-1_all.deb
Size: 41620
MD5sum: 519c3d5dccbd49e0cd39c1347656fc0b
SHA1: af9b7313d3fb763bfb6bc1a96cc10669a2438ee8
SHA256: 3d49a2e741f5d071bb6133c6c0ca243e3b6fd95e565bc66977f08eb1161c5b31
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