How to Install and Uninstall python3-tabulate Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-tabulate" package

Please follow the guidelines below to install python3-tabulate on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-tabulate

2. Uninstall "python3-tabulate" package

This guide let you learn how to uninstall python3-tabulate on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-tabulate package on Ubuntu 21.10 (Impish Indri)

Package: python3-tabulate
Architecture: all
Version: 0.8.7-0ubuntu1
Priority: optional
Section: python
Source: python-tabulate
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Yago González
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 123
Depends: python3:any
Filename: pool/main/p/python-tabulate/python3-tabulate_0.8.7-0ubuntu1_all.deb
Size: 33012
MD5sum: c5b61b43be2311161d2e71c84855eab9
SHA1: ecc44ca0b7f3a26497cd96ec24ae76eca386fe00
SHA256: c828380d0f5ab0d65dc57ac4e85b9c4b865eeb927e6e4a6ff698e75005815a40
SHA512: b9420ad65868af11ba2465dcee2956de7b3ee3c9662ba18de696ba428439114646b5cbcc9409c9ba52d6b4cb3371379536150fc7a1f15a4cd0a2fe85e7eabf99
Homepage: https://bitbucket.org/astanin/python-tabulate/
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
Task: ubuntustudio-audio