How to Install and Uninstall ppsh Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 08,2024

1. Install "ppsh" package

This tutorial shows how to install ppsh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ppsh

2. Uninstall "ppsh" package

In this section, we are going to explain the necessary steps to uninstall ppsh on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ppsh $ sudo apt autoclean && sudo apt autoremove

3. Information about the ppsh package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ppsh
Priority: extra
Section: universe/haskell
Installed-Size: 2432
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-pretty-show
Version: 1.6.9-1
Depends: libc6 (>= 2.15), libffi6 (>= 3.0.4), libgmp10
Filename: pool/universe/h/haskell-pretty-show/ppsh_1.6.9-1_amd64.deb
Size: 346118
MD5sum: 951cdb91387db2ca21fd23ed75805554
SHA1: d2fd0226c1a5116c3bd0f16a08fcea83ee71b397
SHA256: d39d7877884f5425e430a0ebfde1149924fb66b2a059692f7a4117d7ba76acba
Description-en: Program to parse and pretty print arbitrary Haskell Show output
The ppsh program takes the output of an arbitrary Haskell Show output on
stdin and pretty prints it to stdout. It uses the library provided in the
libghc-pretty-show-dev package to parse the input and pretty print the
output.
Description-md5: 4e4de5c5c9e160bb8eed34a684812e1f
Homepage: http://wiki.github.com/yav/pretty-show
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu