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

Last updated: May 19,2024

1. Install "python3-aioeventlet" package

This tutorial shows how to install python3-aioeventlet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-aioeventlet

2. Uninstall "python3-aioeventlet" package

Please follow the step by step instructions below to uninstall python3-aioeventlet on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-aioeventlet
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-aioeventlet
Version: 0.4-1
Depends: python3:any (>= 3.3.2-2~)
Pre-Depends: dpkg (>= 1.15.6~)
Suggests: python-aioeventlet-doc
Filename: pool/universe/p/python-aioeventlet/python3-aioeventlet_0.4-1_all.deb
Size: 6232
MD5sum: 438638d92ac45281b9fa1f1d7bbcb3db
SHA1: 201b4f8a633cae0d904c4ef9ea1c0b401da787d7
SHA256: 3de225ea8b32f094bf3340006ac450ffb06ffc89e9828140c45d055d29ffc019
Description-en: asyncio event loop scheduling callbacks in eventlet - Python 3.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 3.x module.
Description-md5: c43b17b81a420f93c10fe816a5fb750f
Homepage: http://aioeventlet.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions