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

Last updated: November 22,2024

1. Install "python-texttable" package

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

$ sudo apt update $ sudo apt install python-texttable

2. Uninstall "python-texttable" package

This guide covers the steps necessary to uninstall python-texttable on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-texttable
Priority: optional
Section: universe/python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: texttable
Version: 0.8.1-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/t/texttable/python-texttable_0.8.1-1_all.deb
Size: 7566
MD5sum: 0cadd7b6ae43c2a753e0f4b42ca04efc
SHA1: 70ed22d390da82faa8dde6d35184fed5d3ede64a
SHA256: a4073b5ce71ee33f576c2ff99b5c247b26325a9104c4b39d66f1a14170b44e9a
Description-en: Module for creating simple ASCII tables
texttable is a module to generate a formatted text table, using ASCII
characters.
It provides nice human-readable output for arrays when designing
a CLI or just output data.
Description-md5: 4fdd87558b1d7dfaee4b15f68ac18ec1
Homepage: https://github.com/bufordtaylor/python-texttable
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu