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

Last updated: May 07,2024

1. Install "python-ldappool" package

In this section, we are going to explain the necessary steps to install python-ldappool on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ldappool

2. Uninstall "python-ldappool" package

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

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

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

Package: python-ldappool
Priority: optional
Section: universe/python
Installed-Size: 75
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.0-1ubuntu1
Depends: python-ldap, python (>= 2.7), python (<< 2.8)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-ldappool/python-ldappool_1.0-1ubuntu1_all.deb
Size: 8332
MD5sum: 47fb3fcf0bae6c6f77a91301897033ad
SHA1: b85f316ff44bec763f240a8da6460efea00d3345
SHA256: ccb44f5f2017f232224cff25df2e81efee2b4ae9546c21e2443cfd682940d4cc
Description-en: connection pool for python-ldap
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
Description-md5: b0e7bc1d4bdd694731e448b04cefad70
Homepage: https://github.com/mozilla-services/ldappool
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu