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

Last updated: May 18,2024

1. Install "python3-django-python3-ldap" package

This tutorial shows how to install python3-django-python3-ldap on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-django-python3-ldap" package

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

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

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

Package: python3-django-python3-ldap
Priority: optional
Section: universe/python
Installed-Size: 48
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-python3-ldap
Version: 0.9.8-1
Depends: python3-django, python3-ldap3, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-python3-ldap/python3-django-python3-ldap_0.9.8-1_all.deb
Size: 10838
MD5sum: c877b9f77b04dc5aaf2af1c20bd5890a
SHA1: 66093ddca9fbe708564b5218f80ee26ad5acb0c7
SHA256: 44164e54ac92377f5044cfc922bd60d28050758828783f01dc8b86dad2696881
Description-en: Django LDAP user authentication backend (Python3 version)
django-python3-ldap provides a Django LDAP user authentication backend for
Python. It uses the pure Python ldap3 library for all LDAP related operations.
This makes it easier to deploy instead of solutions that depend on the OpenLDAP
library.
.
It provides the following features:
* Authenticate users with an LDAP server.
* Sync LDAP users with a local Django database.
* Supports custom Django user models.
.
This package contains the Python 3 version of the library.
Description-md5: c2909f5300118d071a2e1cd60ceb353d
Homepage: https://github.com/etianen/django-python3-ldap
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu