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

Last updated: June 26,2024

1. Install "python-django-ldapdb" package

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

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

2. Uninstall "python-django-ldapdb" package

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

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

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

Package: python-django-ldapdb
Priority: optional
Section: universe/python
Installed-Size: 133
Maintainer: Ubuntu Developers
Original-Maintainer: Olivier Berger
Architecture: all
Source: django-ldapdb
Version: 0.2.0-1
Depends: python-ldap, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-django
Filename: pool/universe/d/django-ldapdb/python-django-ldapdb_0.2.0-1_all.deb
Size: 16876
MD5sum: b4b5adadcd3aac773d7fff1f0e15bd90
SHA1: 42e796816b504abd46b6eccc0c1ab4f75bfb00be
SHA256: 97d8e2d9cdec77be5e9151b5cb2bc3f4fcee5f9955e9533080288f492c092922
Description-en: LDAP database backend for Django
django-ldapdb is an LDAP database backend for Django. It allows you
to manipulate LDAP entries using Django's models.
.
Declaring models using theLDAP backend is very staightforward, you
simply inherit from ldapdb.models.Model and declare the fields in the
same way as for regular models. You can even edit the LDAP entries
using Django's admin interface.
Description-md5: 5b03136ce62ed36d37b4aeeb635e6d02
Homepage: https://github.com/jlaine/django-ldapdb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu