How to Install and Uninstall python3-greenlet.x86_64 Package on CentOS Stream 9

Last updated: September 22,2024

1. Install "python3-greenlet.x86_64" package

Please follow the step by step instructions below to install python3-greenlet.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-greenlet.x86_64

2. Uninstall "python3-greenlet.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-greenlet.x86_64 on CentOS Stream 9:

$ sudo dnf remove python3-greenlet.x86_64 $ sudo dnf autoremove

3. Information about the python3-greenlet.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:47:02 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-greenlet
Version : 1.1.2
Release : 4.el9
Architecture : x86_64
Size : 123 k
Source : python-greenlet-1.1.2-4.el9.src.rpm
Repository : 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".
:
: Python 3 version.