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

Last updated: May 18,2024

1. Install "python3-tabulate" package

In this section, we are going to explain the necessary steps to install python3-tabulate on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-tabulate

2. Uninstall "python3-tabulate" package

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

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

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

Package: python3-tabulate
Priority: optional
Section: universe/python
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-tabulate
Version: 0.7.5-1
Depends: python3, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-tabulate/python3-tabulate_0.7.5-1_all.deb
Size: 23798
MD5sum: 1faf78cd29ac3f1e5caa8fe73022b312
SHA1: 591c4221e611dba91f216f9280ca121ae5aa1a38
SHA256: 8834415e52e916ca923d6fd4a321c6626ba98ce5f515a50e8f3eb983c26ab304
Description-en: pretty-print tabular data in Python3
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 3, and the cli tool.
Description-md5: b81379cbf74fc3ac3a246dede18c9918
Homepage: https://bitbucket.org/astanin/python-tabulate/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu