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

Last updated: May 10,2024

1. Install "python-greenlet-doc" package

Please follow the steps below to install python-greenlet-doc on Kali Linux

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

2. Uninstall "python-greenlet-doc" package

Please follow the steps below to uninstall python-greenlet-doc on Kali Linux:

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

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

Package: python-greenlet-doc
Source: python-greenlet
Version: 3.0.1-2
Installed-Size: 454
Maintainer: Debian Python Team ,
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Suggests: python-greenlet-dev, python3-greenlet
Size: 71600
SHA256: 9edb8033cc7b2a95f3f69cbc5519cfe905d3f6663db802637e5f4b454f660872
SHA1: 8f98c4c2fd7023468fe0ba4fd52ba7274cbf37f6
MD5sum: dbd30c157c2740583d6dc795e98dd8bb
Description: Lightweight in-process concurrent programming - documentation
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 documentation for greenlet.
Description-md5:
Multi-Arch: foreign
Homepage: https://pypi.python.org/pypi/greenlet
Tag: role::documentation
Section: doc
Priority: optional
Filename: pool/main/p/python-greenlet/python-greenlet-doc_3.0.1-2_all.deb