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

Last updated: May 18,2024

1. Install "python-django-treebeard" package

This is a short guide on how to install python-django-treebeard on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-treebeard" package

Learn how to uninstall python-django-treebeard on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-treebeard
Priority: optional
Section: universe/python
Installed-Size: 301
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 4.0+dfsg-1
Depends: libjs-jquery-ui, python-django, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-django-treebeard/python-django-treebeard_4.0+dfsg-1_all.deb
Size: 47668
MD5sum: d0792260ed56d1641f0946b84fa2bea6
SHA1: f0a81cf64f345e4f8a8cd3c9afb96bea299c9772
SHA256: 509a0c2e9749c5f9baca47294fe7955c42046b297b95654d5e35694b393aac3c
Description-en: Efficient implementations of tree data structures for Django
Django Treebeard is a library that implements efficient data structures for
storing hierachical data in a database using the Django web development
framework.
.
It currently includes 3 different tree implementations: adjacency list,
materialized path and nested sets. Each one has it's own strengths and
weaknesses but share the same API, so it’s easy to switch between them.
Description-md5: 4f0ec7400c5b83ab117096824c44814c
Homepage: https://tabo.pe/projects/django-treebeard/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu