How to Install and Uninstall python3-pprintpp Package on Kali Linux

Last updated: May 02,2024

1. Install "python3-pprintpp" package

This guide covers the steps necessary to install python3-pprintpp on Kali Linux

$ sudo apt update $ sudo apt install python3-pprintpp

2. Uninstall "python3-pprintpp" package

Please follow the instructions below to uninstall python3-pprintpp on Kali Linux:

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

3. Information about the python3-pprintpp package on Kali Linux

Package: python3-pprintpp
Source: pprintpp
Version: 0.4.0-4
Installed-Size: 59
Maintainer: Sandro Tosi
Architecture: all
Depends: python3:any
Size: 16356
SHA256: 96c977661c73b13d7490bd22b44d1f6353413f5ad39354152d798e854596f1cf
SHA1: 6b17cf3a25589dc56d2c460297939d7b89063ba0
MD5sum: 0035cdcab22eaac62cbda078e3d04c05
Description: 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:
Homepage: https://github.com/wolever/pprintpp
Section: python
Priority: optional
Filename: pool/main/p/pprintpp/python3-pprintpp_0.4.0-4_all.deb