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

Last updated: May 18,2024

1. Install "python-blessings" package

This guide let you learn how to install python-blessings on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-blessings

2. Uninstall "python-blessings" package

This is a short guide on how to uninstall python-blessings on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/b/blessings/python-blessings_1.6-2build1_all.deb
Size: 18578
MD5sum: 4ca88d79011a60b7c191e60c38b67347
SHA1: 5d2e0c4a87143f911e058538b29cb296f782dd75
SHA256: 787e83851a2cee5ec382d7d04ffd6747f2ca1cb853d32e82342bdbbb41eef2eb
Description-en: simple but powerful module to manage terminal color and styling (Python 2)
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 2.
Description-md5: 3e6094dc0892fc955fd4e00ae2f11c67
Homepage: https://github.com/erikrose/blessings
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu