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

Last updated: July 05,2024

1. Install "python3-ldappool.noarch" package

Please follow the steps below to install python3-ldappool.noarch on Fedora 34

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

2. Uninstall "python3-ldappool.noarch" package

Please follow the instructions below to uninstall python3-ldappool.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:56:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-ldappool
Version : 2.4.0
Release : 9.fc34
Architecture : noarch
Size : 28 k
Source : python-ldappool-2.4.0-9.fc34.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