How to Install and Uninstall python3-ldappool.noarch Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-ldappool.noarch" package

Please follow the guidelines below to install python3-ldappool.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-ldappool.noarch

2. Uninstall "python3-ldappool.noarch" package

Here is a brief guide to show you how to uninstall python3-ldappool.noarch on Fedora 36:

$ sudo dnf remove python3-ldappool.noarch $ sudo dnf autoremove

3. Information about the python3-ldappool.noarch package on Fedora 36

Last metadata expiration check: 4:08:46 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-ldappool
Version : 2.4.0
Release : 11.fc35
Architecture : noarch
Size : 27 k
Source : python-ldappool-2.4.0-11.fc35.src.rpm
Repository : fedora
Summary : A connection pool for python-ldap
URL : https://github.com/openstack/ldappool
License : MPLv1.1 and GPLv2+ and LGPLv2+
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 re-connection 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