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

Last updated: October 09,2024

1. Install "python3-ldappool.noarch" package

This tutorial shows how to install python3-ldappool.noarch on Fedora 39

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

2. Uninstall "python3-ldappool.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-ldappool.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:47:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-ldappool
Version : 3.0.0
Release : 7.fc39
Architecture : noarch
Size : 36 k
Source : python-ldappool-3.0.0-7.fc39.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