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

Last updated: May 15,2024

1. Install "python3-greenlet-dbg" package

This is a short guide on how to install python3-greenlet-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-greenlet-dbg" package

This guide let you learn how to uninstall python3-greenlet-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

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