How to Install and Uninstall python3-gevent.x86_64 Package on AlmaLinux 8

Last updated: May 19,2024

1. Install "python3-gevent.x86_64" package

Please follow the instructions below to install python3-gevent.x86_64 on AlmaLinux 8

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

2. Uninstall "python3-gevent.x86_64" package

Please follow the step by step instructions below to uninstall python3-gevent.x86_64 on AlmaLinux 8:

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

3. Information about the python3-gevent.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:26:34 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : python3-gevent
Version : 1.2.2
Release : 4.el8
Architecture : x86_64
Size : 497 k
Source : python-gevent-1.2.2-4.el8.src.rpm
Repository : appstream
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.