How to Install and Uninstall python3-greenlet.x86_64 Package on Fedora 39

Last updated: May 20,2024

1. Install "python3-greenlet.x86_64" package

Please follow the guidelines below to install python3-greenlet.x86_64 on Fedora 39

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

2. Uninstall "python3-greenlet.x86_64" package

This is a short guide on how to uninstall python3-greenlet.x86_64 on Fedora 39:

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

3. Information about the python3-greenlet.x86_64 package on Fedora 39

Last metadata expiration check: 5:12:54 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-greenlet
Version : 3.0.1
Release : 1.fc39
Architecture : x86_64
Size : 256 k
Source : python-greenlet-3.0.1-1.fc39.src.rpm
Repository : updates
Summary : Lightweight in-process concurrent programming
URL : https://github.com/python-greenlet/greenlet
License : MIT AND PSF-2.0
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.