How to Install and Uninstall python3-blessings.noarch Package on CentOS Stream 8

Last updated: May 17,2024

1. Install "python3-blessings.noarch" package

Please follow the guidelines below to install python3-blessings.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-blessings.noarch

2. Uninstall "python3-blessings.noarch" package

Here is a brief guide to show you how to uninstall python3-blessings.noarch on CentOS Stream 8:

$ sudo dnf remove python3-blessings.noarch $ sudo dnf autoremove

3. Information about the python3-blessings.noarch package on CentOS Stream 8

Last metadata expiration check: 5:14:01 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-blessings
Version : 1.7
Release : 8.el8
Architecture : noarch
Size : 37 k
Source : python-blessings-1.7-8.el8.src.rpm
Repository : epel
Summary : Python 3 library for terminal coloring, styling, and positioning
URL : https://github.com/erikrose/blessings
License : MIT
Description : Blessings is a thin, practical wrapper around terminal coloring, styling, and
: positioning in Python.