How to Install and Uninstall python3-gevent.x86_64 Package on Oracle Linux 9

Last updated: December 28,2024

1. Install "python3-gevent.x86_64" package

In this section, we are going to explain the necessary steps to install python3-gevent.x86_64 on Oracle Linux 9

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

2. Uninstall "python3-gevent.x86_64" package

This guide let you learn how to uninstall python3-gevent.x86_64 on Oracle Linux 9:

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

3. Information about the python3-gevent.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:19:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-gevent
Version : 21.12.0
Release : 1.el9
Architecture : x86_64
Size : 1.6 M
Source : python-gevent-21.12.0-1.el9.src.rpm
Repository : epel
Summary : A coroutine-based Python networking library
URL : http://www.gevent.org/
License : MIT
Description : gevent is a coroutine-based Python networking library that uses greenlet to
: provide a high-level synchronous API on top of libevent event loop.
:
: Features include:
:
: * convenient API around greenlets
: * familiar synchronization primitives (gevent.event, gevent.queue)
: * socket module that cooperates
: * WSGI server on top of libevent-http
: * DNS requests done through libevent-dns
: * monkey patching utility to get pure Python modules to cooperate
:
: Python 3 version.