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

Last updated: October 05,2024

1. Install "python3-connection_pool.noarch" package

Here is a brief guide to show you how to install python3-connection_pool.noarch on Fedora 34

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

2. Uninstall "python3-connection_pool.noarch" package

Please follow the guidelines below to uninstall python3-connection_pool.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:31:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-connection_pool
Version : 0.0.3
Release : 2.fc34
Architecture : noarch
Size : 15 k
Source : python-connection_pool-0.0.3-2.fc34.src.rpm
Repository : updates
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.