How to Install and Uninstall python3-eventlet.noarch Package on Oracle Linux 9

Last updated: May 17,2024

1. Install "python3-eventlet.noarch" package

This guide covers the steps necessary to install python3-eventlet.noarch on Oracle Linux 9

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

2. Uninstall "python3-eventlet.noarch" package

This guide covers the steps necessary to uninstall python3-eventlet.noarch on Oracle Linux 9:

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

3. Information about the python3-eventlet.noarch package on Oracle Linux 9

Last metadata expiration check: 3:15:00 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-eventlet
Version : 0.33.3
Release : 1.el9
Architecture : noarch
Size : 365 k
Source : python-eventlet-0.33.3-1.el9.src.rpm
Repository : epel
Summary : Highly concurrent networking library
URL : https://eventlet.net
License : MIT
Description : Eventlet is a networking library written in Python. It achieves high
: scalability by using non-blocking io while at the same time retaining
: high programmer usability by using coroutines to make the non-blocking
: io operations appear blocking at the source code level.