How to Install and Uninstall python3-ldap3 Package on Kali Linux

Last updated: May 07,2024

1. Install "python3-ldap3" package

This is a short guide on how to install python3-ldap3 on Kali Linux

$ sudo apt update $ sudo apt install python3-ldap3

2. Uninstall "python3-ldap3" package

This guide covers the steps necessary to uninstall python3-ldap3 on Kali Linux:

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

3. Information about the python3-ldap3 package on Kali Linux

Package: python3-ldap3
Source: python-ldap3
Version: 2.9.1-2
Installed-Size: 2269
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pyasn1 (>= 0.4.6), python3:any
Breaks: python3-tldap (<< 0.3.8~)
Size: 234896
SHA256: f4aefa55ce550928a08d185a4531fc15cc180967313b4846e706843e60da2e6a
SHA1: a3294a3e4a6f3002465b8c38df01aa29f13ee81d
MD5sum: 9fb9a0a5af7c1ef8da10d90de0c9a708
Description: 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:
Homepage: https://github.com/cannatag/ldap3
Section: python
Priority: optional
Filename: pool/main/p/python-ldap3/python3-ldap3_2.9.1-2_all.deb