How to Install and Uninstall python-greenlet.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python-greenlet.src" package

Please follow the instructions below to install python-greenlet.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-greenlet.src

2. Uninstall "python-greenlet.src" package

Please follow the instructions below to uninstall python-greenlet.src on Oracle Linux 9:

$ sudo dnf remove python-greenlet.src $ sudo dnf autoremove

3. Information about the python-greenlet.src package on Oracle Linux 9

Last metadata expiration check: 3:16:35 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-greenlet
Version : 1.1.2
Release : 4.el9
Architecture : src
Size : 94 k
Source : None
Repository : ol9_appstream
Summary : Lightweight in-process concurrent programming
URL : https://github.com/python-greenlet/greenlet
License : MIT
Description : The greenlet package is a spin-off of Stackless, a version of CPython
: that supports micro-threads called "tasklets". Tasklets run
: pseudo-concurrently (typically in a single or a few OS-level threads)
: and are synchronized with data exchanges on "channels".