How to Install and Uninstall python3-eventlet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-eventlet" package

This guide let you learn how to install python3-eventlet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-eventlet

2. Uninstall "python3-eventlet" package

This guide let you learn how to uninstall python3-eventlet on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-eventlet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-eventlet
Architecture: all
Version: 0.18.4-1ubuntu2
Priority: optional
Section: universe/python
Source: python-eventlet
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 489
Depends: python3-greenlet, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-eventlet/python3-eventlet_0.18.4-1ubuntu2_all.deb
Size: 94320
MD5sum: 23624994f0612c0ec4b0c1861cf53dec
SHA1: 2241e8a276df8cb0d1e6da053081c5b1e5e0c45b
SHA256: 6e2d57a217d70a488a9a60e8d18b672e265bc602760955714b687c40b34545e6
SHA512: 8d39f9b6627360b8c26841e351fa276bbdbf69a7b7e636adc8be3999bb9c5c6b89980a179f9be9aca2855ebcef06010270f160543d36bbc8d69bf5961fe75cbd
Homepage: http://eventlet.net
Description-en: concurrent networking library - Python 3.x
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: 2b5a0d866e0c28cbd2b84753ccb55d99

Package: python3-eventlet
Priority: optional
Section: universe/python
Installed-Size: 489
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-eventlet
Version: 0.18.4-1ubuntu1
Depends: python3-greenlet, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-eventlet/python3-eventlet_0.18.4-1ubuntu1_all.deb
Size: 94094
MD5sum: 9845cef84035865c4d93d75b5823a69e
SHA1: d7fd71a7abb0a873d9c6f33eb68a0bd2b76348c9
SHA256: 9c75a660a10020e360f06931011c8bf563fd9a86c51166a13930894947a0a3ac
Description-en: concurrent networking library - Python 3.x
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: 2b5a0d866e0c28cbd2b84753ccb55d99
Homepage: http://eventlet.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu