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

Last updated: May 17,2024

1. Install "python3-ptable" package

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

$ sudo apt update $ sudo apt install python3-ptable

2. Uninstall "python3-ptable" package

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

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

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

Package: python3-ptable
Source: ptable
Version: 0.9.2-4
Installed-Size: 118
Maintainer: Debian Python Team
Architecture: all
Provides: python3-prettytable
Depends: python3:any
Conflicts: python3-prettytable
Size: 31284
SHA256: c1c927bc25f8913913adfd6a46e93b00890717c291f261e9a52ae6051c8ca3c0
SHA1: 568fc864733f3eb9de446aa0be282aaeab84b7de
MD5sum: 69c3fe20b1d229ce2f4e5b40373ce510
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 is the PTable fork of prettytabke. It has been updated and extended
in a mostly backward compabitlbe way. It is provided for packages that need
features from the newer version.
.
This package contains the Python 3 version of prettytable.
Description-md5: 932e242062617baabc08540fc256b585
Homepage: https://github.com/kxxoling/PTable
Section: python
Priority: optional
Filename: pool/main/p/ptable/python3-ptable_0.9.2-4_all.deb