How to Install and Uninstall python3-connection_pool.noarch Package on Fedora 35

Last updated: December 16,2024

1. Install "python3-connection_pool.noarch" package

This is a short guide on how to install python3-connection_pool.noarch on Fedora 35

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

2. Uninstall "python3-connection_pool.noarch" package

Please follow the steps below to uninstall python3-connection_pool.noarch on Fedora 35:

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

3. Information about the python3-connection_pool.noarch package on Fedora 35

Last metadata expiration check: 1:58:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-connection_pool
Version : 0.0.3
Release : 3.fc35
Architecture : noarch
Size : 15 k
Source : python-connection_pool-0.0.3-3.fc35.src.rpm
Repository : fedora
Summary : Thread-safe connection pool for python
URL : https://github.com/zhouyl/ConnectionPool
License : MIT
Description : python-connection_pool provides a wrapper to maintain a cache of connections
: to databases or other repositories. A connection pool enhances the performance
: of executing commands on databases as it reduces the cost of opening/closing
: database connections.