How to Install and Uninstall python3-greenlet Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-greenlet" package

Here is a brief guide to show you how to install python3-greenlet on Kali Linux

$ sudo apt update $ sudo apt install python3-greenlet

2. Uninstall "python3-greenlet" package

Please follow the guidance below to uninstall python3-greenlet on Kali Linux:

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

3. Information about the python3-greenlet package on Kali Linux

Package: python3-greenlet
Source: python-greenlet
Version: 3.0.1-2
Installed-Size: 830
Maintainer: Debian Python Team ,
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Suggests: python-greenlet-dev, python-greenlet-doc
Conflicts: python-codespeak-lib (<< 1.0)
Size: 176232
SHA256: 5792bcc8420374abf9da570b85b004df9f48e08fc99720c36f0fc4347ffee366
SHA1: e389b144ff51e77b09f621eaf4400aedb370f75a
MD5sum: abaf71024cf889bc23c9aa0a3e84d7f6
Description: 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:
Homepage: https://pypi.python.org/pypi/greenlet
Section: python
Priority: optional
Filename: pool/main/p/python-greenlet/python3-greenlet_3.0.1-2_amd64.deb