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

Last updated: July 02,2024

1. Install "python3-pastel.noarch" package

Learn how to install python3-pastel.noarch on Fedora 36

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

2. Uninstall "python3-pastel.noarch" package

Please follow the steps below to uninstall python3-pastel.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:34:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pastel
Version : 0.2.0
Release : 7.fc36
Architecture : noarch
Size : 19 k
Source : python-pastel-0.2.0-7.fc36.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.