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

Last updated: May 06,2024

1. Install "python3-django-treebeard" package

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

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

2. Uninstall "python3-django-treebeard" package

Please follow the instructions below to uninstall python3-django-treebeard on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-django-treebeard
Priority: optional
Section: universe/python
Installed-Size: 299
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-treebeard
Version: 4.0+dfsg-1
Depends: libjs-jquery-ui, python3-django, python3:any (>= 3.4~)
Filename: pool/universe/p/python-django-treebeard/python3-django-treebeard_4.0+dfsg-1_all.deb
Size: 47560
MD5sum: b49fe815fa9b4a5927e7be3b6ed4494b
SHA1: 7ec29f7ffe4c206648f4b5a8df5e4a1628060b0d
SHA256: 1a27d471b9ae83bc8cf1ffea36380b8d5923b1344b4b6a744959c6792a0bfc06
Description-en: Efficient implementations of tree data structures for Django (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: 74608d859e582de52a7a118f576b098d
Homepage: https://tabo.pe/projects/django-treebeard/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu