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

Last updated: July 05,2024

1. Install "python3-blessings.noarch" package

This guide covers the steps necessary to install python3-blessings.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-blessings.noarch" package

This guide covers the steps necessary to uninstall python3-blessings.noarch on CentOS 8 / RHEL 8:

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

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

Last metadata expiration check: 1 day, 7:45:58 ago on Sun May 9 13:03:46 2021.
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.