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

Last updated: May 19,2024

1. Install "python3-eventlet" package

Please follow the guidance below to install python3-eventlet on Kali Linux

$ sudo apt update $ sudo apt install python3-eventlet

2. Uninstall "python3-eventlet" package

Learn how to uninstall python3-eventlet on Kali Linux:

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

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

Package: python3-eventlet
Source: python-eventlet
Version: 0.35.1-1
Installed-Size: 776
Maintainer: Debian OpenStack
Architecture: all
Depends: netbase, python3-greenlet, python3-dnspython, python3-monotonic (>= 1.4) | python3-supported-min (>= 3.5), python3:any
Suggests: python-eventlet-doc
Size: 175480
SHA256: 1f0ac27249f3a3a73791a06f60d6188b076cf73ebe86b39d1ee730776c15d7dd
SHA1: 00a6ce76fc060a267dac0f2dec7e7d0de03d3f06
MD5sum: 9289ff6548683368a0eff22c356e668a
Description: concurrent networking library
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 Python 3.x module.
Description-md5:
Homepage: https://eventlet.net
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-eventlet/python3-eventlet_0.35.1-1_all.deb