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

Last updated: June 18,2024

1. Install "python-aioeventlet-doc" package

Please follow the instructions below to install python-aioeventlet-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-aioeventlet-doc

2. Uninstall "python-aioeventlet-doc" package

Please follow the guidance below to uninstall python-aioeventlet-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-aioeventlet-doc
Priority: optional
Section: universe/doc
Installed-Size: 209
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-aioeventlet
Version: 0.4-1
Depends: libjs-sphinxdoc (>= 1.0)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/universe/p/python-aioeventlet/python-aioeventlet-doc_0.4-1_all.deb
Size: 60194
MD5sum: c2c6310f5c526a74f73d89e690933e6d
SHA1: 0328d57ca778a2758a69098b878b1f23df32080b
SHA256: 759f1effb83b494dcd5084065007a9c0fb0d46b9dab922a38b1fdb5ba4556668
Description-en: asyncio event loop scheduling callbacks in eventlet - doc
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 documentation.
Description-md5: f1371abdaba95cc8951b7d8daff9b244
Homepage: http://aioeventlet.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu