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

Last updated: October 10,2024

1. Install "python3-prettyprinter.noarch" package

This tutorial shows how to install python3-prettyprinter.noarch on Fedora 38

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

2. Uninstall "python3-prettyprinter.noarch" package

This guide let you learn how to uninstall python3-prettyprinter.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:21:19 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-prettyprinter
Version : 0.17.0
Release : 14.fc38
Architecture : noarch
Size : 120 k
Source : python-prettyprinter-0.17.0-14.fc38.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.