How to Install and Uninstall python312-ldappool Package on openSuSE Tumbleweed

Last updated: July 06,2024

1. Install "python312-ldappool" package

This is a short guide on how to install python312-ldappool on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-ldappool

2. Uninstall "python312-ldappool" package

In this section, we are going to explain the necessary steps to uninstall python312-ldappool on openSuSE Tumbleweed:

$ sudo zypper remove python312-ldappool

3. Information about the python312-ldappool package on openSuSE Tumbleweed

Information for package python312-ldappool:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ldappool
Version : 3.0.0-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 38.3 KiB
Installed : No
Status : not installed
Source package : python-ldappool-3.0.0-4.2.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