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

Last updated: May 17,2024

1. Install "python-txaio-doc" package

This tutorial shows how to install python-txaio-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-txaio-doc

2. Uninstall "python-txaio-doc" package

In this section, we are going to explain the necessary steps to uninstall python-txaio-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-txaio-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-txaio-doc
Priority: optional
Section: universe/doc
Installed-Size: 229
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-txaio
Version: 1.0.0-3
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-txaio/python-txaio-doc_1.0.0-3_all.deb
Size: 34054
MD5sum: 8eaf581562531e5f220b290a4d956700
SHA1: 0115ce3c5396257d389b642c7ddfbbd199bf5162
SHA256: 6d409b901ea183d02563a9c18b65c8b95c888d1c6269b65619a86cbbca34b09c
Description-en: compatibility API between asyncio/Twisted/Trollius - doc
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 documentation.
Description-md5: 5ee61f3f6f885f1143a3c9238982cc90
Homepage: https://github.com/tavendo/txaio
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu