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

Last updated: November 25,2024

1. Install "python3-prettyprinter.noarch" package

Please follow the steps below to install python3-prettyprinter.noarch on Fedora 36

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

2. Uninstall "python3-prettyprinter.noarch" package

This tutorial shows how to uninstall python3-prettyprinter.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:16:24 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-prettyprinter
Version : 0.17.0
Release : 11.fc36
Architecture : noarch
Size : 85 k
Source : python-prettyprinter-0.17.0-11.fc36.src.rpm
Repository : fedora
Summary : Syntax-highlighting, declarative and composable pretty printer
URL : https://github.com/tommikaikkonen/prettyprinter
License : MIT
Description : Syntax-highlighting, declarative and composable pretty printer. Drop in
: replacement for the standard library pprint: just rename pprint to
: prettyprinter in your imports. Uses a modified Wadler-Leijen layout algorithm
: for optimal formatting. Write pretty printers for your own types with a dead
: simple, declarative interface.