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

Last updated: May 17,2024

1. Install "python-eventlet-doc" package

Learn how to install python-eventlet-doc on Kali Linux

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

2. Uninstall "python-eventlet-doc" package

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

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

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

Package: python-eventlet-doc
Source: python-eventlet
Version: 0.35.1-1
Installed-Size: 3867
Maintainer: Debian OpenStack
Architecture: all
Depends: libjs-sphinxdoc (>= 7.2.2)
Size: 357916
SHA256: afde100b112520e937bcd1ec343da322895ff724838be69ffe90da09d9219fb9
SHA1: fc2065a9e37d86dc63c835c92d4ce6bdcd142f3d
MD5sum: c8173afe1457bdf9d10136a4cd52d4f0
Description: concurrent networking library - doc
Eventlet allows you to change how you run your code, not how you write it.
.
It uses epoll or libevent for highly scalable non-blocking I/O.
Coroutines ensure that the developer uses a blocking style of programming
that is similar to threading, but provide the benefits of non-blocking I/O.
The event dispatch is implicit, which means you can easily use Eventlet from
the Python interpreter, or as a small part of a larger application.
.
It's easy to get started using Eventlet, and easy to convert existing
applications to use it. Start off by looking at examples, common design
patterns, and the list of the basic API primitives.
.
This package provides the documentation.
Description-md5:
Multi-Arch: foreign
Homepage: https://eventlet.net
Section: doc
Priority: optional
Filename: pool/main/p/python-eventlet/python-eventlet-doc_0.35.1-1_all.deb