How to Install and Uninstall python3-eventlet Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-eventlet" package

Please follow the step by step instructions below to install python3-eventlet on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-eventlet

2. Uninstall "python3-eventlet" package

Here is a brief guide to show you how to uninstall python3-eventlet on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-eventlet $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-eventlet package on Ubuntu 21.10 (Impish Indri)

Package: python3-eventlet
Architecture: all
Version: 0.30.2-0ubuntu1
Priority: optional
Section: python
Source: python-eventlet
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 780
Depends: netbase, python3-greenlet, python3-dnspython, python3-six (>= 1.10.0), python3:any
Suggests: python-eventlet-doc
Filename: pool/main/p/python-eventlet/python3-eventlet_0.30.2-0ubuntu1_all.deb
Size: 154540
MD5sum: d8892c8ea880b383eb493e6db7881cad
SHA1: 1e509686c8664d26cb37cc23ba1b2382c81730d2
SHA256: b450d102c29de19f0f5d60912b99a064ac907be7151bd7fcd46cd6d844c68cc0
SHA512: 44cca6cb1dbd84d742b29effc664d7038223fc7b6174a7f7e6f1a54b26f5f69639a4d0653a64ad066672b55a97e39268bbbdea3b90bba38f3f174e0041d2fd2f
Homepage: http://eventlet.net
Description-en: concurrent networking library
Eventlet allows you to change how you run your code, not how you write it.
.
It uses epoll or libevent for highly scalable non-blocking I/O.
Coroutines ensure that the developer uses a blocking style of programming
that is similar to threading, but provide the benefits of non-blocking I/O.
The event dispatch is implicit, which means you can easily use Eventlet from
the Python interpreter, or as a small part of a larger application.
.
It's easy to get started using Eventlet, and easy to convert existing
applications to use it. Start off by looking at examples, common design
patterns, and the list of the basic API primitives.
.
This package provides the Python 3.x module.
Description-md5: 3967251cfdf7026fe0201c52f96bafef