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

Last updated: May 19,2024

1. Install "python-ldap3" package

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

$ sudo apt update $ sudo apt install python-ldap3

2. Uninstall "python-ldap3" package

Please follow the guidance below to uninstall python-ldap3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-ldap3 $ sudo apt autoclean && sudo apt autoremove

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

Package: python-ldap3
Priority: optional
Section: universe/python
Installed-Size: 1830
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.0.3-1
Depends: python-pyasn1 (>= 0.1.8), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Breaks: python-tldap (<< 0.3.8~)
Filename: pool/universe/p/python-ldap3/python-ldap3_1.0.3-1_all.deb
Size: 192218
MD5sum: 693ed261b6185abecf087f5b07aad9d7
SHA1: 0a7faf331f4036875a53e45f40e5bdd784d0852a
SHA256: 129ec1ee93fc61de2fdec9c69fbf3399dfbe1d49d70933740d82f3faaec1ae7f
Description-en: Pure Python LDAP client library
A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
the LGPL v3 open source license. RFC4511 is the current LDAP specification
(June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771
(December 1997)
.
This package contains the Python 2.7 version of the library.
Description-md5: d48e43ea4f03ea6b9c3cd7205ce4bae2
Homepage: https://github.com/cannatag/ldap3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu