How to Install and Uninstall python-ttystatus Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 03,2024

1. Install "python-ttystatus" package

Please follow the guidelines below to install python-ttystatus on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-ttystatus

2. Uninstall "python-ttystatus" package

This tutorial shows how to uninstall python-ttystatus on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-ttystatus package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-ttystatus
Priority: optional
Section: universe/python
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Lars Wirzenius
Architecture: all
Version: 0.32-1
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/python-ttystatus/python-ttystatus_0.32-1_all.deb
Size: 13770
MD5sum: ebf714b670ee25f8a9b36fdf5cf7af74
SHA1: 0228c07b721541f0610d854d3fcc18e605413ec6
SHA256: ade54e189561eb2e0b7d832b84314ac835b9fd1f232cda5e69a6c1e26dce159a
Description-en: 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: bc60aa030513fe5b64712b581f8ac4d3
Homepage: http://liw.fi/ttystatus/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu