How to Install and Uninstall python3-blessings.noarch Package on Fedora 39
Last updated: November 27,2024
1. Install "python3-blessings.noarch" package
Please follow the instructions below to install python3-blessings.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-blessings.noarch
Copied
2. Uninstall "python3-blessings.noarch" package
This guide covers the steps necessary to uninstall python3-blessings.noarch on Fedora 39:
$
sudo dnf remove
python3-blessings.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-blessings.noarch package on Fedora 39
Last metadata expiration check: 3:11:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-blessings
Version : 1.7
Release : 21.fc39
Architecture : noarch
Size : 37 k
Source : python-blessings-1.7-21.fc39.src.rpm
Repository : fedora
Summary : Thin, practical wrapper around terminal coloring, styling, and positioning
URL : https://github.com/erikrose/blessings
License : MIT
Description : Blessings lifts several of curses' limiting assumptions, and it makes your code
: pretty, too:
:
: * Use styles, color, and maybe a little positioning without necessarily
: clearing the whole screen first.
: * Leave more than one screenful of scrollback in the buffer after your program
: exits, like a well-behaved command-line app should.
: * Get rid of all those noisy, C-like calls to tigetstr and tparm, so your code
: does not get crowded out by terminal bookkeeping.
: * Act intelligently when somebody redirects your output to a file, omitting the
: terminal control codes the user does not want to see (optional).
Available Packages
Name : python3-blessings
Version : 1.7
Release : 21.fc39
Architecture : noarch
Size : 37 k
Source : python-blessings-1.7-21.fc39.src.rpm
Repository : fedora
Summary : Thin, practical wrapper around terminal coloring, styling, and positioning
URL : https://github.com/erikrose/blessings
License : MIT
Description : Blessings lifts several of curses' limiting assumptions, and it makes your code
: pretty, too:
:
: * Use styles, color, and maybe a little positioning without necessarily
: clearing the whole screen first.
: * Leave more than one screenful of scrollback in the buffer after your program
: exits, like a well-behaved command-line app should.
: * Get rid of all those noisy, C-like calls to tigetstr and tparm, so your code
: does not get crowded out by terminal bookkeeping.
: * Act intelligently when somebody redirects your output to a file, omitting the
: terminal control codes the user does not want to see (optional).