How to Install and Uninstall python3-blessings Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python3-blessings" package

This guide covers the steps necessary to install python3-blessings on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-blessings

2. Uninstall "python3-blessings" package

Please follow the guidelines below to uninstall python3-blessings on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-blessings package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-blessings
Priority: optional
Section: universe/python
Installed-Size: 100
Maintainer: Ubuntu Developers
Original-Maintainer: David Villa Alises
Architecture: all
Source: blessings
Version: 1.6-2build1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/b/blessings/python3-blessings_1.6-2build1_all.deb
Size: 18602
MD5sum: c1f0a4f5f57ac14d26f9aba4fa9a3e46
SHA1: 4e49dcf91e7d5744c37c5dd9e354fdfb157d0add
SHA256: 383cb203d36bfcfc3a601a1226a2c15de677742c98266b8588a34b2da8bece4f
Description-en: simple but powerful module to manage terminal color and styling (Python 3)
Blessings is a pythonic API to manipulate terminal. It provides similar
features to curses but beating some of their limitations: it does not require
clearing the whole screen for little changes, scrollback buffer after program
exits, avoid styling when on output redirection, etc.
.
This package contains the module for Python 3.
Description-md5: de3793cc433ba5e5afd0922be78be661
Homepage: https://github.com/erikrose/blessings
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu