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

Last updated: October 07,2024

1. Install "python3-pastel.noarch" package

This tutorial shows how to install python3-pastel.noarch on Fedora 35

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

2. Uninstall "python3-pastel.noarch" package

Please follow the step by step instructions below to uninstall python3-pastel.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:11:26 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pastel
Version : 0.2.0
Release : 6.fc35
Architecture : noarch
Size : 20 k
Source : python-pastel-0.2.0-6.fc35.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.