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

Last updated: November 24,2024

1. Install "python3-prettyprinter.noarch" package

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

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

2. Uninstall "python3-prettyprinter.noarch" package

This guide covers the steps necessary to uninstall python3-prettyprinter.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:39:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-prettyprinter
Version : 0.17.0
Release : 10.fc35
Architecture : noarch
Size : 85 k
Source : python-prettyprinter-0.17.0-10.fc35.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.