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

Last updated: October 05,2024

1. Install "python-greenlet.src" package

Please follow the guidelines below to install python-greenlet.src on Oracle Linux 8

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

2. Uninstall "python-greenlet.src" package

This guide let you learn how to uninstall python-greenlet.src on Oracle Linux 8:

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

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

Last metadata expiration check: 6:32:24 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-greenlet
Version : 0.4.13
Release : 4.el8
Architecture : src
Size : 71 k
Source : None
Repository : ol8_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".