How to Install and Uninstall python3-pastel.noarch Package on Fedora 39
Last updated: November 27,2024
1. Install "python3-pastel.noarch" package
Please follow the guidelines below to install python3-pastel.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-pastel.noarch
Copied
2. Uninstall "python3-pastel.noarch" package
Please follow the instructions below to uninstall python3-pastel.noarch on Fedora 39:
$
sudo dnf remove
python3-pastel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pastel.noarch package on Fedora 39
Last metadata expiration check: 2:53:05 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pastel
Version : 0.2.0
Release : 12.fc39
Architecture : noarch
Size : 21 k
Source : python-pastel-0.2.0-12.fc39.src.rpm
Repository : fedora
Summary : Bring colors to your terminal
URL : https://github.com/sdispater/pastel
License : MIT
Description : Pastel is a simple library to help you colorize strings in your
: terminal.
:
: It comes bundled with predefined styles:
:
: - info: green
: - comment: yellow
: - question: black on cyan
: - error: white on red
:
: Features:
:
: - Use predefined styles or add you own.
: - Disable colors all together by calling with_colors(False).
: - Automatically disables colors if the output is not a TTY.
: - Used in cleo.
Available Packages
Name : python3-pastel
Version : 0.2.0
Release : 12.fc39
Architecture : noarch
Size : 21 k
Source : python-pastel-0.2.0-12.fc39.src.rpm
Repository : fedora
Summary : Bring colors to your terminal
URL : https://github.com/sdispater/pastel
License : MIT
Description : Pastel is a simple library to help you colorize strings in your
: terminal.
:
: It comes bundled with predefined styles:
:
: - info: green
: - comment: yellow
: - question: black on cyan
: - error: white on red
:
: Features:
:
: - Use predefined styles or add you own.
: - Disable colors all together by calling with_colors(False).
: - Automatically disables colors if the output is not a TTY.
: - Used in cleo.