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

Last updated: May 18,2024

1. Install "python3-txaio" package

Please follow the guidance below to install python3-txaio on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-txaio

2. Uninstall "python3-txaio" package

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

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

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

Package: python3-txaio
Priority: optional
Section: universe/python
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-txaio
Version: 1.0.0-3
Depends: python3-six, python3:any (>= 3.3.2-2~)
Suggests: python-txaio-doc
Filename: pool/universe/p/python-txaio/python3-txaio_1.0.0-3_all.deb
Size: 7918
MD5sum: adf8636257c9386920703e83eaab03a8
SHA1: 7547d4088f04c58ad6672a2c13acffe5f3b6a215
SHA256: 4f5d9e0911c1ba7240725943d80918c8eba363c8bfb8a18d1decac1b2d98cf81
Description-en: compatibility API between asyncio/Twisted/Trollius - Python 3.x
Txaio is a helper library for writing code that runs unmodified on both
Twisted and asyncio.
.
This is like six , but for wrapping over differences between Twisted and
asyncio so one can write code that runs unmodified on both (aka "source code
compatibility"). In other words: users can choose if they want asyncio or
Twisted as a dependency.
.
This package contains the Python 3.x module.
Description-md5: 38c9154d811b53100c3d65da31ee65d5
Homepage: https://github.com/tavendo/txaio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu