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

Last updated: October 05,2024

1. Install "python3-prettytable" package

Here is a brief guide to show you how to install python3-prettytable on Kali Linux

$ sudo apt update $ sudo apt install python3-prettytable

2. Uninstall "python3-prettytable" package

Here is a brief guide to show you how to uninstall python3-prettytable on Kali Linux:

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

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

Package: python3-prettytable
Source: prettytable
Version: 3.6.0-1
Installed-Size: 148
Maintainer: Sandro Tosi
Architecture: all
Depends: python3-importlib-metadata | python3 (>> 3.8), python3-wcwidth, python3:any
Size: 35984
SHA256: 438c8447425934efdbc6afc54d23e89292ab5b64a576570fbb862e814b5e4c2a
SHA1: 97559cb31cae20986dec35dfb97fd1be666e5ef3
MD5sum: a4a054dc3e290726f25f25992057f841
Description: library to represent tabular data in visually appealing ASCII tables (Python3)
PrettyTable is a simple Python library designed to make it quick and
easy to represent tabular data in visually appealing ASCII tables. It
was inspired by the ASCII tables used in the PostgreSQL shell
psql. PrettyTable allows for selection of which columns are to be
printed, independent alignment of columns (left or right justified or
centred) and printing of "sub-tables" by specifying a row range.
.
This package contains the Python 3 version of prettytable.
Description-md5:
Homepage: https://github.com/jazzband/prettytable/
Section: python
Priority: optional
Filename: pool/main/p/prettytable/python3-prettytable_3.6.0-1_all.deb