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

Last updated: May 22,2024

1. Install "python-tabulate" package

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

$ sudo apt update $ sudo apt install python-tabulate

2. Uninstall "python-tabulate" package

This is a short guide on how to uninstall python-tabulate on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-tabulate
Priority: optional
Section: universe/python
Installed-Size: 112
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.7.5-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-tabulate/python-tabulate_0.7.5-1_all.deb
Size: 22802
MD5sum: 1b2b5df173cf856121b94ebcc42c330e
SHA1: 304b952a25e6b659f7055c7ba5e3555bb3cb3745
SHA256: 2b8e6cfe23bbc6e934a8c29005c7de7ec16520963e70afb2d0487524741836c7
Description-en: pretty-print tabular data in Python2
Pretty-print tabular data in Python, a library and a command-line utility.
The main use cases of the library are:
.
* printing small tables without hassle: just one function call, formatting is
guided by the data itself
* authoring tabular data for lightweight plain-text markup: multiple output
formats suitable for further editing or transformation
* readable presentation of mixed textual and numeric data: smart column
alignment, configurable number formatting, alignment by a decimal point
.
This package installs the library for Python 2.
Description-md5: cd22e0e3b29dc745082bd7eee47795fa
Homepage: https://bitbucket.org/astanin/python-tabulate/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu