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

Last updated: September 20,2024

1. Install "python3-blessings" package

This is a short guide on how to install python3-blessings on Kali Linux

$ sudo apt update $ sudo apt install python3-blessings

2. Uninstall "python3-blessings" package

Here is a brief guide to show you how to uninstall python3-blessings on Kali Linux:

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

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

Package: python3-blessings
Source: blessings
Version: 1.7-2
Installed-Size: 69
Maintainer: David Villa Alises
Architecture: all
Depends: python3:any
Size: 18852
SHA256: 20d7c6deaf2e0c9a55131222c2a5d06029e2bc69d502ee4099e5bf60f8672bc6
SHA1: 1319e5e15857d2518ac75c3e2c1da540c61ecf00
MD5sum: 380388bee638db0ee012b66f6eba77df
Description: 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:
Homepage: https://github.com/erikrose/blessings
Section: python
Priority: optional
Filename: pool/main/b/blessings/python3-blessings_1.7-2_all.deb