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

Last updated: May 04,2024

1. Install "python3-texttable" package

Please follow the step by step instructions below to install python3-texttable on Kali Linux

$ sudo apt update $ sudo apt install python3-texttable

2. Uninstall "python3-texttable" package

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

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

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

Package: python3-texttable
Source: texttable
Version: 1.6.7-1
Installed-Size: 52
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 11876
SHA256: e7c27ff901a6551fd337d888f9ef3d5bed1e2110c319f4c15c9fe8682d40c65c
SHA1: bbbf480df4df4e912512a882e494da7f1d97726d
MD5sum: f7a7db13f96a5fd0760184fa79483ea7
Description: Module for creating simple ASCII tables — python3
texttable is a module to generate a formatted text table, using ASCII
characters.
It provides nice human-readable output for arrays when designing
a CLI or just output data.
.
This package contains the Python 3 module.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/foutaise/texttable
Section: python
Priority: optional
Filename: pool/main/t/texttable/python3-texttable_1.6.7-1_all.deb