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

Last updated: September 21,2024

1. Install "python-greenlet" package

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

$ sudo apt update $ sudo apt install python-greenlet

2. Uninstall "python-greenlet" package

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

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

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

Package: python-greenlet
Priority: extra
Section: python
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Version: 0.4.9-2fakesync1
Depends: libc6 (>= 2.14), python (<< 2.8), python (>= 2.7~)
Suggests: python-greenlet-doc, python-greenlet-dev, python-greenlet-dbg
Conflicts: python-codespeak-lib (<< 1.0)
Filename: pool/main/p/python-greenlet/python-greenlet_0.4.9-2fakesync1_amd64.deb
Size: 18600
MD5sum: f78438bf8f7791e898e37433b647fac1
SHA1: 419186ce226b5f144fec25495effe4cd08f2bd40
SHA256: 8ed50e14fe5cd3cf34dfcc558d36893e634a790f76647a8e0df329d20c9a5e5d
Description-en: Lightweight in-process concurrent programming
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: b225620244dd2583ddd491a478322fb8
Homepage: http://pypi.python.org/pypi/greenlet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: edubuntu-desktop-gnome