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

Last updated: May 10,2024

1. Install "python-greenlet-doc" package

This guide let you learn how to install python-greenlet-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-greenlet-doc" package

This guide covers the steps necessary to uninstall python-greenlet-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-greenlet-doc
Priority: extra
Section: doc
Installed-Size: 229
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: python-greenlet
Version: 0.4.9-2fakesync1
Depends: libjs-jquery, libjs-underscore
Suggests: python-greenlet, python-greenlet-dev
Filename: pool/main/p/python-greenlet/python-greenlet-doc_0.4.9-2fakesync1_all.deb
Size: 42380
MD5sum: b975aa019d253880ee780e09fc7f803c
SHA1: ba080bb344e9f233ef9d3b5a234dd86fbfccb2c1
SHA256: 26894a44fd82f1747b21fb862146735b40cdf2c3db2e1d3041414498a759fa73
Description-en: Lightweight in-process concurrent programming - documentation
The greenlet package is a spin-off of Stackless, a version of CPython that
supports micro-threads called "tasklets". Tasklets run pseudo-concurrently
(typically in a single or a few OS-level threads) and are synchronized with
data exchanges on "channels".
.
greenlet is the standalone package derived from the py lib, and is used by
several non-blocking IO packages as a more flexible alternative to Python's
built in coroutines.
.
This is the documentation for greenlet.
Description-md5: 38b38ebd2f1d82dff433fbfa8e243dc0
Homepage: http://pypi.python.org/pypi/greenlet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m