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

Last updated: May 12,2024

1. Install "python-async" package

Here is a brief guide to show you how to install python-async on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-async

2. Uninstall "python-async" package

Learn how to uninstall python-async on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-async
Priority: extra
Section: universe/python
Installed-Size: 127
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.6.2-2
Provides: python2.7-async
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/python-async/python-async_0.6.2-2_all.deb
Size: 28340
MD5sum: 0483bdb2c2b8df49adfdd11721aeab4d
SHA1: 94efb80157ef928f87a516746514181c8bbb5dd3
SHA256: d929bdba9448a9c83d94b0e7de2068e8f4f15f5112e624058b32c1273e9aa40e
Description-en: framework to process interdependent tasks in a pool of workers
Async is one more attempt to make the definition and execution of
asynchronous interdependent operations easy. For that to work, you may
define tasks which communicate with each other by channels. Channels
transfer items, which is very similar to bytes flowing through pipes
uses in inter-process communication. Items will only be generated on
demand, that is when you read from the respective output channel.
Description-md5: d8d478a0d590e2c123b8964e12dfce29
Homepage: https://github.com/gitpython-developers/async
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu