How to Install and Uninstall python3-texttable Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 09,2024

1. Install "python3-texttable" package

Please follow the guidelines below to install python3-texttable on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-texttable

2. Uninstall "python3-texttable" package

This guide covers the steps necessary to uninstall python3-texttable on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-texttable package on Ubuntu 21.10 (Impish Indri)

Package: python3-texttable
Architecture: all
Version: 1.6.3-2
Multi-Arch: foreign
Priority: optional
Section: universe/python
Source: texttable
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 54
Depends: python3:any
Filename: pool/universe/t/texttable/python3-texttable_1.6.3-2_all.deb
Size: 11308
MD5sum: 0fc45a791795e13877b62dd8d6941022
SHA1: 1834e359b9e4f279d5be4270f19ac1347de0246c
SHA256: 2bd24999277df192a3fc651c55908211012e9e38a0039f6dac6a888453389ac5
SHA512: b4b14d0e401480396d7290ab77d5bf03f50b79f6636c3e423ed1b86c2080c7aaf5bf13b2bea45e783c2a669d574cadfabb101abc6ce181dcabd1d88eeed6635b
Homepage: https://github.com/foutaise/texttable
Description-en: 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: 7577cc6e65da934c0ec094f8c7ba1db9
Task: ubuntustudio-publishing