How to Install and Uninstall python-aioeventlet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "python-aioeventlet" package

Here is a brief guide to show you how to install python-aioeventlet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-aioeventlet

2. Uninstall "python-aioeventlet" package

In this section, we are going to explain the necessary steps to uninstall python-aioeventlet on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-aioeventlet $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-aioeventlet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-aioeventlet
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.4-1
Depends: python-trollius (>= 0.3), python-eventlet, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-aioeventlet-doc
Filename: pool/universe/p/python-aioeventlet/python-aioeventlet_0.4-1_all.deb
Size: 6168
MD5sum: b92a6d53099475176a5be43f42399e2a
SHA1: 5de3d9ddf0766ecc74a6cc1ac8d5d69f6ebaf37c
SHA256: 3825e371f45ccee0158e65f9fcbfde9dc6f17d763a9530681c01c1d4730f8639
Description-en: asyncio event loop scheduling callbacks in eventlet - Python 2.x
aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes
possible to write asyncio code in a project currently written for eventlet.
.
aioeventlet allows one to use greenthreads in asyncio coroutines, and to use
asyncio coroutines, tasks and futures in greenthreads: see link_future() and
wrap_greenthread() functions.
.
The main visible difference between aioeventlet and trollius is the behaviour
of run_forever(): run_forever() blocks with trollius, whereas it runs in a
greenthread with aioeventlet. It means that aioeventlet event loop can run in
an greenthread while the Python main thread runs other greenthreads in
parallel.
.
This package contains the Python 2.x module.
Description-md5: 7bedf11b92349ca02e47a21a89f7cd61
Homepage: http://aioeventlet.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu