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

Last updated: May 15,2024

1. Install "python3-greenlet" package

Please follow the guidance below to install python3-greenlet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-greenlet

2. Uninstall "python3-greenlet" package

Please follow the guidelines below to uninstall python3-greenlet on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-greenlet
Priority: extra
Section: python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: python-greenlet
Version: 0.4.9-2fakesync1
Depends: libc6 (>= 2.14), python3 (<< 3.6), python3 (>= 3.5~)
Suggests: python-greenlet-doc, python-greenlet-dev, python3-greenlet-dbg
Conflicts: python-codespeak-lib (<< 1.0)
Filename: pool/main/p/python-greenlet/python3-greenlet_0.4.9-2fakesync1_amd64.deb
Size: 15754
MD5sum: 8a0b73ed0abe027358f87f9f2d1bde2a
SHA1: 58fe6ae7b5da5340963489eb0e36aa44ee6b9458
SHA256: 85454f57e6d9ce2627a57b0279ed3a7ed07cf3c34a9df0b157916d90a2820d36
Description-en: Lightweight in-process concurrent programming (python3)
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.
Description-md5: fd0da65355789a7bc7ca48e434caf8ec
Homepage: http://pypi.python.org/pypi/greenlet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m