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

Last updated: May 21,2024

1. Install "python-greenlet-dev" package

This guide covers the steps necessary to install python-greenlet-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-greenlet-dev" package

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

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

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

Package: python-greenlet-dev
Priority: extra
Section: python
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: python-greenlet
Version: 0.4.9-2fakesync1
Depends: python-greenlet (= 0.4.9-2fakesync1) | python3-greenlet (= 0.4.9-2fakesync1)
Filename: pool/main/p/python-greenlet/python-greenlet-dev_0.4.9-2fakesync1_amd64.deb
Size: 4926
MD5sum: c72531d6e29cd5ea924061acec640918
SHA1: a07798fc925a8d32c5a9ba92787ac9dd961eb205
SHA256: 987f737c5e3e91f73783a2c4d9e0c3d140c72f68b107fdbef39d01e6469d8dc7
Description-en: Lightweight in-process concurrent programming - development files
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 development package for greenlet.
Description-md5: 732237700918b05962305d8ea440ee79
Homepage: http://pypi.python.org/pypi/greenlet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m