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

Last updated: May 18,2024

1. Install "python3-async" package

This tutorial shows how to install python3-async on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-async

2. Uninstall "python3-async" package

Please follow the step by step instructions below to uninstall python3-async on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-async
Priority: extra
Section: universe/python
Installed-Size: 127
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-async
Version: 0.6.2-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-async/python3-async_0.6.2-2_all.deb
Size: 28442
MD5sum: 51c800e9a2f1eabc83435fdc8a2dfcd4
SHA1: 7aa238e2d428b228a6c71d254b6b136f1e320bc7
SHA256: 5f20c7f9bdc6e0e1ab6de57944285c57d657b3c0cd1b2e5f93f688c8a9ebb268
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

5. The same packages on other Linux Distributions