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

Last updated: May 17,2024

1. Install "python-eventlet" package

In this section, we are going to explain the necessary steps to install python-eventlet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-eventlet

2. Uninstall "python-eventlet" package

Please follow the steps below to uninstall python-eventlet on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-eventlet
Architecture: all
Version: 0.18.4-1ubuntu2
Priority: optional
Section: python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 519
Depends: python-greenlet, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-eventlet/python-eventlet_0.18.4-1ubuntu2_all.deb
Size: 100832
MD5sum: f2bea85ecede73dfa65b182d099b4001
SHA1: c0cc97b0b389faace66626c7a3b2f0763fc6c07a
SHA256: a643799bbf4309eee75a7338297a016b8cbbb000373f8632d480072471f3790b
SHA512: 8fc79eb3f4c3ab838075975022ab08b0c4ef3ef965cc27fd0cdb793ecba7040432cd49c7293dd158c62b8def1c17e9b3ba86fe4149807146f1dc2e75848d2e0b
Homepage: http://eventlet.net
Description-en: concurrent networking library - Python 2.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 2.x module.
Description-md5: 80f8497e87dd0af0ed0e353a5a968205
Supported: 5y

Package: python-eventlet
Priority: optional
Section: python
Installed-Size: 519
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 0.18.4-1ubuntu1
Depends: python-greenlet, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/main/p/python-eventlet/python-eventlet_0.18.4-1ubuntu1_all.deb
Size: 100522
MD5sum: 100ccfa1377a7699e302dabc2d2d11e6
SHA1: 6465889a5eabe76a9011d1388bb9441a5b693d0c
SHA256: af57898268d71c2d468b3ebaa995ebcf7ec200d3c0fa619fbc9af554ad4f0e93
Description-en: concurrent networking library - Python 2.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 2.x module.
Description-md5: 80f8497e87dd0af0ed0e353a5a968205
Homepage: http://eventlet.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y