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

Last updated: May 13,2024

1. Install "python3-ldappool" package

In this section, we are going to explain the necessary steps to install python3-ldappool on Kali Linux

$ sudo apt update $ sudo apt install python3-ldappool

2. Uninstall "python3-ldappool" package

Please follow the steps below to uninstall python3-ldappool on Kali Linux:

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

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

Package: python3-ldappool
Source: python-ldappool
Version: 3.0.0-3
Installed-Size: 62
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-ldap (>= 3.0.0~b4), python3-prettytable, python3-six, python3:any
Size: 11016
SHA256: 39b7682f858086717f973c3937677ad6c0e841c3803a222783bf96956039d6d8
SHA1: c1e462a6571a52699a765d388ac760119c9ed8fd
MD5sum: 412bb6cb111f39af6a749ed66211933a
Description: connection pool for python-ldap - Python 3.x
A simple connector pool for python-ldap. The pool keeps LDAP connectors alive
and let you reuse them, drastically reducing the time spent to initiate a ldap
connection.
.
The pool has useful features like:
* transparent reconnection on failures or server restarts
* configurable pool size and connectors timeouts
* configurable max lifetime for connectors
* a context manager to simplify acquiring and releasing a connector
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://git.openstack.org/cgit/openstack/ldappool
Section: python
Priority: optional
Filename: pool/main/p/python-ldappool/python3-ldappool_3.0.0-3_all.deb