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

Last updated: May 15,2024

1. Install "python3-ttystatus" package

In this section, we are going to explain the necessary steps to install python3-ttystatus on Kali Linux

$ sudo apt update $ sudo apt install python3-ttystatus

2. Uninstall "python3-ttystatus" package

Please follow the instructions below to uninstall python3-ttystatus on Kali Linux:

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

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

Package: python3-ttystatus
Source: python-ttystatus
Version: 0.38-4
Installed-Size: 109
Maintainer: Debian QA Group
Architecture: all
Depends: python3:any, python3
Size: 15748
SHA256: 9efe7bc6bb20f5bd78c44492a62a52087e871f640773cb5e2cbe9d44c9bf20e7
SHA1: 8bb1477bc6e5511d8721c99f3ad4d73445949f40
MD5sum: 9b687c9f205c0e833c8a71409bae91d8
Description: terminal progress bar and status output for Python
ttystatus is a Python library for showing progress reporting and status
updates on terminals, for (Unix) command line programs. Output is
automatically adapted to the width of the terminal: truncated if it does
not fit, and re-sized if the terminal size changes.
.
Output is provided via widgets. Each widgets formats some data into
a suitable form for output. It gets the data either via its initializer,
or from key/value pairs maintained by the master object. The values are
set by the user. Every time a value is updated, widgets get updated
(although the terminal is only updated every so often to give user time
to actually read the output).
.
The output from ttystatus goes to the terminal (`/dev/tty`) and is
restricted to a single line.
Description-md5:
Homepage: http://liw.fi/ttystatus/
Section: python
Priority: optional
Filename: pool/main/p/python-ttystatus/python3-ttystatus_0.38-4_all.deb