How to Install and Uninstall python3-pastel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-pastel.noarch" package

Please follow the step by step instructions below to install python3-pastel.noarch on Fedora 34

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

2. Uninstall "python3-pastel.noarch" package

This is a short guide on how to uninstall python3-pastel.noarch on Fedora 34:

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

3. Information about the python3-pastel.noarch package on Fedora 34

Last metadata expiration check: 0:40:36 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pastel
Version : 0.2.0
Release : 4.fc34
Architecture : noarch
Size : 19 k
Source : python-pastel-0.2.0-4.fc34.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.