How to Install and Uninstall python3-ldappool Package on openSUSE Leap

Last updated: February 24,2025

1. Install "python3-ldappool" package

Please follow the guidelines below to install python3-ldappool on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ldappool

2. Uninstall "python3-ldappool" package

This is a short guide on how to uninstall python3-ldappool on openSUSE Leap:

$ sudo zypper remove python3-ldappool

3. Information about the python3-ldappool package on openSUSE Leap

Information for package python3-ldappool:
-----------------------------------------
Repository : Main Repository
Name : python3-ldappool
Version : 2.4.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 80.5 KiB
Installed : No
Status : not installed
Source package : python-ldappool-2.4.1-bp155.2.10.src
Upstream URL : https://git.openstack.org/cgit/openstack/ldappool
Summary : A connection pool for python-ldap
Description :
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