How to Install and Uninstall python3-pprintpp Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 02,2024

1. Install "python3-pprintpp" package

This guide covers the steps necessary to install python3-pprintpp on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-pprintpp

2. Uninstall "python3-pprintpp" package

This guide covers the steps necessary to uninstall python3-pprintpp on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-pprintpp $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pprintpp package on Ubuntu 21.10 (Impish Indri)

Package: python3-pprintpp
Architecture: all
Version: 0.4.0-2
Priority: optional
Section: universe/python
Source: pprintpp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 60
Depends: python3:any
Filename: pool/universe/p/pprintpp/python3-pprintpp_0.4.0-2_all.deb
Size: 15268
MD5sum: 8be4903e1180e2a1b359828680edac0b
SHA1: acec3bb0644e70fa178d36b5c0fc88f08bc6390a
SHA256: e01d638425d29180b543336126f47d197341fc8c0f8e0290ae39e60d24b0668f
SHA512: eaab7b3da93dcc9699a6a11e7ec50591d71220813925821a5433c32a34d35d6f618c0eb208de75609162a5ddc1660e83d141c03b5dc1879771a3abc401c8070c
Homepage: https://github.com/wolever/pprintpp
Description-en: drop-in replacement for pprint that's actually pretty
Unlike pprint, pprintpp strives to emit a readable, largely PEP8-compliant,
representation of its input.
.
It also has explicit support for: the collections module (defaultdict and
Counter) and numpy arrays.
.
Unicode characters, when possible, will be printed un-escaped. This is done by
checking both the output stream's encoding (defaulting to utf-8) and the
character's Unicode category. An effort is made to print only characters which
will be visually unambiguous: letters and numbers will be printed un-escaped,
spaces, combining characters, and control characters will be escaped.
.
Subclassess of built-in collection types which don't define a new __repr__ will
have their class name explicitly added to their repr (while custom __repr__
methods will be respected).
Description-md5: 5c4051c2f779b2f272f744afa17d894a