How to Install and Uninstall python3-greenlet Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "python3-greenlet" package

Please follow the guidelines below to install python3-greenlet on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-greenlet

2. Uninstall "python3-greenlet" package

This guide let you learn how to uninstall python3-greenlet on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-greenlet package on Ubuntu 21.10 (Impish Indri)

Package: python3-greenlet
Architecture: amd64
Version: 0.4.17-1build2
Priority: extra
Section: python
Source: python-greenlet
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 58
Provides: python3.9-greenlet
Depends: libc6 (>= 2.14), python3 (<< 3.10), python3 (>= 3.9~)
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.17-1build2_amd64.deb
Size: 16882
MD5sum: fd7c65e4509cb2088a7f7104c30f04cb
SHA1: 151271c4862bf3e6b6b7b98f52253daa4e190ef6
SHA256: 3ca8b70780266bcf562938ed144f74a414a6d948eed8524af919419ff559098c
SHA512: 6bdf4a7df4154e83c840074e9c4ac253e0988fae518a457b00ac823b3b7d01ba7bd6715905778e947b45a88579b881d000b11ffb8aa3e13e7551cd6961e380c7
Homepage: https://pypi.python.org/pypi/greenlet
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
Python-Version: 3.9