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

Last updated: May 10,2024

1. Install "python3-terminaltables" package

This is a short guide on how to install python3-terminaltables on Kali Linux

$ sudo apt update $ sudo apt install python3-terminaltables

2. Uninstall "python3-terminaltables" package

Please follow the steps below to uninstall python3-terminaltables on Kali Linux:

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

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

Package: python3-terminaltables
Source: terminaltables
Version: 3.1.10-3
Installed-Size: 66
Maintainer: Daniel Baumann
Architecture: all
Depends: python3:any
Suggests: python3-terminaltables-doc
Size: 14140
SHA256: c02087863bb14223a738de391e804dc9a6f033a7641b21a3d4b103988970eee8
SHA1: 071251d28f54994851fbfa982668867a1ea271b4
MD5sum: e5c8ee267fb321b1ad631a6178951a16
Description: Python library for printing tables to the console
Easily draw tables in terminal/console applications from a list of lists of
strings.
.
Supports: multi-line rows, table titles, POSIX and Windows, Wide CJK
(Chinese/Japanese/Korean) characters are displayed correctly, RTL Arabic and
Hebrew characters are aligned correctly, alignment and justification.
Colored text is supported through colorclass, colorama, termcolor, or just
plain ANSI escape codes.
.
This package provides the Python 3 module.
Description-md5:
Homepage: https://github.com/matthewdeanmartin/terminaltables
Section: python
Priority: optional
Filename: pool/main/t/terminaltables/python3-terminaltables_3.1.10-3_all.deb