How to Install and Uninstall python-greenlet-dev Package on Kali Linux

Last updated: April 30,2024

1. Install "python-greenlet-dev" package

Please follow the guidance below to install python-greenlet-dev on Kali Linux

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

2. Uninstall "python-greenlet-dev" package

Here is a brief guide to show you how to uninstall python-greenlet-dev on Kali Linux:

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

3. Information about the python-greenlet-dev package on Kali Linux

Package: python-greenlet-dev
Source: python-greenlet
Version: 3.0.1-2
Installed-Size: 44
Maintainer: Debian Python Team ,
Architecture: amd64
Depends: python3-greenlet (= 3.0.1-2)
Size: 16864
SHA256: 646036edd8fb41cdbeeb469a348b42c2ead55f8bc03d2b8442df94b08a10ea4e
SHA1: e62e4a15fd4d4852250b5a8900c886c1233f6d12
MD5sum: f4fc3bdb71e47880652af3793b13d4dc
Description: 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:
Homepage: https://pypi.python.org/pypi/greenlet
Section: python
Priority: optional
Filename: pool/main/p/python-greenlet/python-greenlet-dev_3.0.1-2_amd64.deb