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

Last updated: May 17,2024

1. Install "python3-psycogreen.noarch" package

In this section, we are going to explain the necessary steps to install python3-psycogreen.noarch on Fedora 34

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

2. Uninstall "python3-psycogreen.noarch" package

This guide let you learn how to uninstall python3-psycogreen.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:33:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-psycogreen
Version : 1.0.2
Release : 4.fc34
Architecture : noarch
Size : 16 k
Source : python-psycogreen-1.0.2-4.fc34.src.rpm
Repository : fedora
Summary : Psycopg2 integration with co-routine libraries
URL : https://pypi.python.org/pypi/psycogreen
License : BSD
Description :
: The psycogreen package enables psycopg2 to work with co-routine libraries,
: using asynchronous calls internally but offering a blocking interface so
: that regular code can run unmodified. Psycopg offers co-routines support
: since release 2.2. Because the main module is a C extension it cannot be
: monkey-patched to become co-routine-friendly. Instead it exposes a hook
: that co-routine libraries can use to install a function integrating with
: their event scheduler. Psycopg will call the function whenever it
: executes a libpq call that may block. Psycogreen is a collection of “wait
: callbacks” useful to integrate Psycopg with different co-routine libraries.