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

Last updated: May 19,2024

1. Install "python3-blessed" package

Please follow the guidance below to install python3-blessed on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-blessed

2. Uninstall "python3-blessed" package

Here is a brief guide to show you how to uninstall python3-blessed on Ubuntu 21.10 (Impish Indri):

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

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

Package: python3-blessed
Architecture: all
Version: 1.17.12-1
Multi-Arch: foreign
Priority: optional
Section: universe/python
Source: python-blessed
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 203
Depends: python3-six (>= 1.9.0), python3-wcwidth, python3:any
Filename: pool/universe/p/python-blessed/python3-blessed_1.17.12-1_all.deb
Size: 44272
MD5sum: 356ab19aa1701b44145e62d30ab767a1
SHA1: 699e472aa0032b122664b4644dee453029379a28
SHA256: f86f97092dcc0a0e48ec6046c9c6444f7ed297cb2caa704b5f00e60f441e9682
SHA512: fbdc6c0451c8c0958190e32afcf438e49f90eb58f51b17d9a4180cf34f53ade8076325c00b29d40a9fec9757c7840d29f978922f5b9862497a115a238e11d55f
Homepage: https://github.com/jquast/blessed
Description-en: Thin, practical wrapper around terminal capabilities in Python3
Blessed is a thin, practical wrapper around terminal capabilities in
Python. It provides:
.
* Styles, color, and maybe a little positioning without necessarily
clearing the whole screen first.
* Works great with standard Python string formatting.
* Provides up-to-the-moment terminal height and width, so you can
respond to terminal size changes.
* Avoids making a mess if the output gets piped to a non-terminal:
outputs to any file-like object such as StringIO, files, or pipes.
* Uses the terminfo(5) database so it works with any terminal type and
supports any terminal capability: No more C-like calls to tigetstr
and tparm.
* Keeps a minimum of internal state, so you can feel free to mix and
match with calls to curses or whatever other terminal libraries you
like.
* Provides plenty of context managers to safely express terminal modes,
automatically restoring the terminal to a safe state on exit.
* Act intelligently when somebody redirects your output to a file,
omitting all of the terminal sequences such as styling, colors, or
positioning. Dead-simple keyboard handling: safely decoding unicode
input in your system's preferred locale and supports
application/arrow keys.
* Allows the printable length of strings containing sequences to be
determined.
.
This package installs the library for Python 3.
Description-md5: fdc1e8580b0fe4d4fe06ec01b5bf9b3a