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

Last updated: May 06,2024

1. Install "python3-ldap3" package

This guide covers the steps necessary to install python3-ldap3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-ldap3

2. Uninstall "python3-ldap3" package

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

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

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

Package: python3-ldap3
Priority: optional
Section: universe/python
Installed-Size: 1830
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-ldap3
Version: 1.0.3-1
Depends: python3-pyasn1 (>= 0.1.8), python3:any (>= 3.3.2-2~)
Breaks: python3-tldap (<< 0.3.8~)
Filename: pool/universe/p/python-ldap3/python3-ldap3_1.0.3-1_all.deb
Size: 192402
MD5sum: 71c9d034ae9f6789015b53501b9f4a28
SHA1: d5c4a1f85a6fea980a31b03900230567784599e5
SHA256: 43cd103a56a20554e5a687c25e8cdcc87ca205e630242956b58274f32d09bf7e
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 3.x version of the library.
Description-md5: 80cc59296cd0c35abdd18e9f3eaa5e56
Homepage: https://github.com/cannatag/ldap3
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu