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

Last updated: May 11,2024

1. Install "python-greenlet-dbg" package

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

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

2. Uninstall "python-greenlet-dbg" package

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

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

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

Package: python-greenlet-dbg
Priority: extra
Section: debug
Installed-Size: 173
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: amd64
Source: python-greenlet
Version: 0.4.9-2fakesync1
Depends: libc6 (>= 2.14), python-greenlet (= 0.4.9-2fakesync1)
Recommends: python-dbg
Filename: pool/main/p/python-greenlet/python-greenlet-dbg_0.4.9-2fakesync1_amd64.deb
Size: 45428
MD5sum: 18d6904263a85496616b86da37c54cb7
SHA1: 6301cbc25df8e985f0750e804b0d7a7008142b9b
SHA256: 7c980e1ae029d8191dc92d2850a4c5aeaea287de48f5c05c02a63389b4957112
Description-en: Lightweight in-process concurrent programming - debugging symbols
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 debugging symbols for greenlet.
Description-md5: 61fac8d92d90d8b78c7a0d99db0dc978
Homepage: http://pypi.python.org/pypi/greenlet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m