How to Install and Uninstall python3-tabulate Package on Kali Linux

Last updated: May 08,2024

1. Install "python3-tabulate" package

This guide let you learn how to install python3-tabulate on Kali Linux

$ sudo apt update $ sudo apt install python3-tabulate

2. Uninstall "python3-tabulate" package

Please follow the step by step instructions below to uninstall python3-tabulate on Kali Linux:

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

3. Information about the python3-tabulate package on Kali Linux

Package: python3-tabulate
Source: python-tabulate
Version: 0.8.10-1
Installed-Size: 138
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 38808
SHA256: 1e51b8963d62a446e369a31c262ced24f87fef6c2ed0848d80d7d2d3d355cb83
SHA1: 630bfde87ad9980a050afa34cb04ee978cd821c0
MD5sum: 4fa5f55a027467f93293c95b1273167d
Description: 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:
Homepage: https://github.com/astanin/python-tabulate/
Section: python
Priority: optional
Filename: pool/main/p/python-tabulate/python3-tabulate_0.8.10-1_all.deb